2009-11-22 12:36:42 -01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2010-01-19 20:12:36 -01:00
|
|
|
%:
|
|
|
|
dh ${@}
|
2009-11-22 12:36:42 -01:00
|
|
|
|
2010-01-19 20:12:36 -01:00
|
|
|
override_dh_auto_clean:
|
2009-11-22 12:36:42 -01:00
|
|
|
$(MAKE) -C po clean
|
|
|
|
|
2010-01-19 20:12:36 -01:00
|
|
|
override_dh_auto_build:
|
2009-11-22 12:36:42 -01:00
|
|
|
$(MAKE) -C po update-po
|
|
|
|
|
2010-01-19 20:12:36 -01:00
|
|
|
override_dh_auto_install:
|
|
|
|
dh_auto_install
|
2009-11-22 12:36:42 -01:00
|
|
|
|
|
|
|
$(MAKE) -C po install DESTDIR=$(CURDIR)/debian/live-helper
|
|
|
|
|
|
|
|
# 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
|
|
|
|
mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.live-package
|
2010-03-07 10:07:54 -01:00
|
|
|
mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-webhelper debian/live-helper/usr/share/doc/live-helper/changelog.live-webhelper
|
2009-11-22 12:36:42 -01:00
|
|
|
|
2010-01-19 20:12:36 -01:00
|
|
|
override_dh_installchangelogs:
|
2009-11-22 12:36:42 -01:00
|
|
|
dh_installchangelogs docs/ChangeLog
|