[Pkg-cli-apps-commits] [SCM] gnome-do-plugins branch, master, updated. debian/0.8.3-1-11-g0a157a1

Christopher James Halse Rogers raof at ubuntu.com
Thu Jun 16 12:23:27 UTC 2011


The following commit has been merged in the master branch:
commit 719491c77356c63a73021af1e8ed9465b5f130b7
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Wed Jun 15 21:27:37 2011 +1000

    Use ‘--with cli’ in rules to avoid warning spam

diff --git a/debian/rules b/debian/rules
index 1ff8f79..c498e0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 #export DH_VERBOSE=1
 
-include /usr/share/cli-common/cli.make
+
 include /usr/share/quilt/quilt.make
 
 override_dh_auto_configure:
@@ -20,4 +20,4 @@ override_dh_auto_clean:
 	dh_auto_clean
 
 %:
-	dh --with quilt $@
+	dh --with quilt,cli $@

-- 
gnome-do-plugins



More information about the Pkg-cli-apps-commits mailing list