diff options
author | Daniel Baumann <daniel@debian.org> | 2011-11-04 11:32:37 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-11-04 11:32:37 +0100 |
commit | cbd12a5efbea12f1afb2985bfe8a9e64ada075d4 (patch) | |
tree | 17eb3b2c8536d219d9ef2fd38504d52f8cfa86f8 /debian/rules | |
parent | 42728576179588449c8acfc056d238f6bb457e06 (diff) | |
download | vyos-live-build-cbd12a5efbea12f1afb2985bfe8a9e64ada075d4.tar.gz vyos-live-build-cbd12a5efbea12f1afb2985bfe8a9e64ada075d4.zip |
Sorting overrides in rules alphabetically.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index 9f7cdf66f..86430dfb3 100755 --- a/debian/rules +++ b/debian/rules @@ -3,12 +3,12 @@ %: dh ${@} -override_dh_auto_clean: - $(MAKE) -C po clean - override_dh_auto_build: $(MAKE) -C po update-po +override_dh_auto_clean: + $(MAKE) -C po clean + override_dh_auto_install: $(MAKE) DESTDIR=$(CURDIR)/debian/live-build install $(MAKE) -C po DESTDIR=$(CURDIR)/debian/live-build install @@ -27,8 +27,8 @@ override_dh_auto_install: mkdir -p debian/live-build-cron/usr/bin mv debian/live-build/usr/bin/live-build-cron* debian/live-build-cron/usr/bin -override_dh_installchangelogs: - dh_installchangelogs docs/ChangeLog - override_dh_builddeb: dh_builddeb -- -Zgzip -z9 + +override_dh_installchangelogs: + dh_installchangelogs docs/ChangeLog |