live-build/debian/rules

28 lines
902 B
Plaintext
Raw Normal View History

2007-09-23 08:04:20 +00:00
#!/usr/bin/make -f
2010-01-19 20:12:36 -01:00
%:
dh ${@}
2007-09-23 08:04:20 +00:00
2010-01-19 20:12:36 -01:00
override_dh_auto_clean:
$(MAKE) -C po clean
2010-01-19 20:12:36 -01:00
override_dh_auto_build:
$(MAKE) -C po update-po
2007-12-22 07:04:52 -01:00
2010-01-19 20:12:36 -01:00
override_dh_auto_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/live-build install
$(MAKE) -C po DESTDIR=$(CURDIR)/debian/live-build install
mv debian/live-build/usr/share/doc/live-helper/ChangeLog.live-package debian/live-build/usr/share/doc/live-helper/changelog.live-package
mv debian/live-build/usr/share/doc/live-helper/ChangeLog.live-webhelper debian/live-build/usr/share/doc/live-helper/changelog.live-webhelper
rm -f debian/live-build/usr/share/doc/live-helper/COPYING
rm -f debian/live-build/usr/share/doc/live-helper/ChangeLog
2007-09-23 08:04:20 +00:00
# live-buld-cgi
mkdir -p debian/live-build-cgi/usr/share/live-helper
mv debian/live-build/usr/share/live-helper/cgi debian/live-build-cgi/usr/share/live-helper
2010-01-19 20:12:36 -01:00
override_dh_installchangelogs:
2007-09-23 08:05:09 +00:00
dh_installchangelogs docs/ChangeLog