[Pkg-cli-apps-commits] [SCM] gnome-do branch, master, updated. debian/0.8.4-1-11-g2e7c912
Christopher James Halse Rogers
raof at ubuntu.com
Tue Jun 14 12:44:52 UTC 2011
The following commit has been merged in the master branch:
commit 2a4431258d1ccf6018b0d4ee889e175977c26050
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date: Tue Jun 14 22:24:03 2011 +1000
Use ‘dh --with’ rather than cli.make to avoid warning spam
diff --git a/debian/rules b/debian/rules
index 6c96418..92ae44f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
-include /usr/share/cli-common/cli.make
include /usr/share/quilt/quilt.make
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
@@ -23,4 +22,4 @@ override_dh_install:
dh_install
%:
- dh --with autoreconf,quilt $@
+ dh --with autoreconf,quilt,cli $@
--
gnome-do
More information about the Pkg-cli-apps-commits
mailing list