[pkg-fso-commits] [SCM] Automatic Display Manager branch, master, updated. debian/0.6-1-18-g5cc4b68

Joachim Breitner mail at joachim-breitner.de
Sat Feb 12 04:52:02 UTC 2011


The following commit has been merged in the master branch:
commit b2b8d58d613ffe998e2c8c06b8987edeb8df8b6b
Author: Marco Amadori <amadorim at vdavda.com>
Date:   Fri Feb 11 14:58:18 2011 +0100

    Build ./configure if missing.

diff --git a/debian/rules b/debian/rules
index 84b0911..13a179c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,12 @@
 %:
 	dh $@
 
+configure:
+	./autogen.sh
+
+override-dh_auto_configure: configure
+	dh_auto_configure
+
+
 override-dh_installinit:
-	 dh_installinit -r -u "defaults 30 01"
+	dh_installinit -r -u "defaults 30 01"

-- 
Automatic Display Manager



More information about the pkg-fso-commits mailing list