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:
|
|
|
|
dh_auto_install
|
2007-09-23 08:04:46 +00:00
|
|
|
|
2008-08-10 15:39:06 +00:00
|
|
|
$(MAKE) -C po install DESTDIR=$(CURDIR)/debian/live-helper
|
|
|
|
|
2009-02-08 10:21:31 -01:00
|
|
|
install -D -m 0644 debian/live-helper.default debian/live-helper/etc/default/live-helper_autobuild
|
2007-09-23 08:04:48 +00:00
|
|
|
|
2007-09-23 08:05:16 +00:00
|
|
|
# Preparing alternatives
|
|
|
|
mv debian/live-helper/usr/share/live-helper/includes debian/live-helper/usr/share/live-helper/includes.debian
|
|
|
|
mv debian/live-helper/usr/share/live-helper/templates debian/live-helper/usr/share/live-helper/templates.debian
|
|
|
|
|
2007-09-23 08:04:46 +00:00
|
|
|
# Removing double files
|
|
|
|
rm -f debian/live-helper/usr/share/doc/live-helper/COPYING
|
|
|
|
rm -f debian/live-helper/usr/share/doc/live-helper/ChangeLog
|
2007-09-23 08:05:09 +00:00
|
|
|
mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.live-package
|
2007-09-23 08:04:20 +00:00
|
|
|
|
|
|
|
|
2010-01-19 20:12:36 -01:00
|
|
|
override_dh_installchangelogs:
|
2007-09-23 08:05:09 +00:00
|
|
|
dh_installchangelogs docs/ChangeLog
|