[SCM] live-manual branch, debian, updated. debian/3.0_a8-1-65-gbaa1802
Daniel Baumann
daniel at debian.org
Sun Dec 4 09:28:00 UTC 2011
The following commit has been merged in the debian branch:
commit c80346e8ab2d8e7b9607d954b449d776b058e4b7
Author: Daniel Baumann <daniel at debian.org>
Date: Fri Nov 4 11:36:07 2011 +0100
Sorting overrides in rules alphabetically.
diff --git a/debian/rules b/debian/rules
index e185804..7415fad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,11 @@
%:
dh ${@}
-override_dh_install:
- dh_install --fail-missing
+override_dh_builddeb:
+ dh_builddeb -- -Zgzip -z9
override_dh_compress:
dh_compress -X.html -X.odt
-override_dh_builddeb:
- dh_builddeb -- -Zgzip -z9
+override_dh_install:
+ dh_install --fail-missing
--
live-manual
More information about the debian-live-changes
mailing list