diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-24 16:15:27 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:15 +0100 |
commit | 79b6f784534bb01b30c86992094c88f6ce757880 (patch) | |
tree | 973db36f87db19cd10f8376c02e9669d26116b5d /debian/rules | |
parent | 8d38953630d3947dc95d8f729aabbe9b2468cca5 (diff) | |
download | vyos-live-build-79b6f784534bb01b30c86992094c88f6ce757880.tar.gz vyos-live-build-79b6f784534bb01b30c86992094c88f6ce757880.zip |
Renaming live-helper package to its generic name live-build, now all Debian Live are consistently and properly named.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index 18ba87895..7e5ae5aaf 100755 --- a/debian/rules +++ b/debian/rules @@ -12,13 +12,13 @@ override_dh_auto_build: override_dh_auto_install: dh_auto_install - $(MAKE) -C po DESTDIR=$(CURDIR)/debian/live-helper install + $(MAKE) -C po DESTDIR=$(CURDIR)/debian/live-build install - mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.live-package - mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-webhelper debian/live-helper/usr/share/doc/live-helper/changelog.live-webhelper + mv debian/live-build/usr/share/doc/live-build/ChangeLog.live-package debian/live-build/usr/share/doc/live-build/changelog.live-package + mv debian/live-build/usr/share/doc/live-build/ChangeLog.live-webhelper debian/live-build/usr/share/doc/live-build/changelog.live-webhelper - rm -f debian/live-helper/usr/share/doc/live-helper/COPYING - rm -f debian/live-helper/usr/share/doc/live-helper/ChangeLog + rm -f debian/live-build/usr/share/doc/live-build/COPYING + rm -f debian/live-build/usr/share/doc/live-build/ChangeLog override_dh_installchangelogs: dh_installchangelogs docs/ChangeLog |