[SCM] live-studio branch, master, updated. b8073fb97b0eca1c488f4b003ede1c2a136fa1d2

Chris Lamb lamby at debian.org
Fri Jul 30 18:36:26 UTC 2010


The following commit has been merged in the master branch:
commit b8073fb97b0eca1c488f4b003ede1c2a136fa1d2
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Jul 30 14:34:13 2010 -0400

    Use the 'live' role when generating debs.

diff --git a/debian/rules b/debian/rules
index 2d33f6a..dad8869 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,9 @@
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	# Ensure the built packages are in the "live" role.
+	echo 'from roles.live import *' > build/lib/live_studio/settings/role.py
+	
+	dh_auto_install

-- 
live-studio



More information about the debian-live-changes mailing list