[SCM] live-studio branch, master, updated. 30089b20bd22120a1b1272781a11753872cbc108

Daniel Baumann daniel at debian.org
Sat Oct 8 09:33:32 UTC 2011


The following commit has been merged in the master branch:
commit 30089b20bd22120a1b1272781a11753872cbc108
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Oct 8 11:31:43 2011 +0200

    Using compression level 9 also for binary packages.

diff --git a/debian/rules b/debian/rules
index 3d836eb..9743c71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,8 @@
 override_dh_auto_install:
 	# Ensure the built packages are in the "live" role.
 	echo 'from live_studio.settings.roles.live import *' > build/lib/live_studio/settings/role.py
-	
+
 	dh_auto_install
+
+override_dh_builddeb:
+	dh_builddeb -- -Zgzip -9

-- 
live-studio



More information about the debian-live-changes mailing list