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:
|
2008-08-10 15:39:06 +00:00
|
|
|
$(MAKE) -C po clean
|
|
|
|
|
2010-01-19 20:12:36 -01:00
|
|
|
override_dh_auto_build:
|
2008-08-10 15:39:06 +00:00
|
|
|
$(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:
|
2010-07-24 14:18:02 +00:00
|
|
|
$(MAKE) DESTDIR=$(CURDIR)/debian/live-build install
|
2010-07-24 14:15:27 +00:00
|
|
|
$(MAKE) -C po DESTDIR=$(CURDIR)/debian/live-build install
|
2008-08-10 15:39:06 +00:00
|
|
|
|
2010-07-24 14:18:02 +00:00
|
|
|
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
|
|
|
|
2010-07-24 14:18:02 +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-03-14 20:40:17 -01:00
|
|
|
|
2010-01-19 20:12:36 -01:00
|
|
|
override_dh_installchangelogs:
|
2007-09-23 08:05:09 +00:00
|
|
|
dh_installchangelogs docs/ChangeLog
|