[SCM] live-manual branch, debian-next, updated. debian/3.0_a8-1-21-gc80346e

Daniel Baumann daniel at debian.org
Fri Nov 4 10:36:55 UTC 2011


The following commit has been merged in the debian-next 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