summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-11-04 11:32:37 +0100
committerDaniel Baumann <daniel@debian.org>2011-11-04 11:32:37 +0100
commitcbd12a5efbea12f1afb2985bfe8a9e64ada075d4 (patch)
tree17eb3b2c8536d219d9ef2fd38504d52f8cfa86f8
parent42728576179588449c8acfc056d238f6bb457e06 (diff)
downloadvyos-live-build-cbd12a5efbea12f1afb2985bfe8a9e64ada075d4.tar.gz
vyos-live-build-cbd12a5efbea12f1afb2985bfe8a9e64ada075d4.zip
Sorting overrides in rules alphabetically.
-rwxr-xr-xdebian/rules12
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