[Pkg-cli-apps-commits] [SCM] docky branch, master, updated. debian/2.2.0-1-1-g1362ca9
Iain Lane
laney at debian.org
Sun May 5 15:42:46 UTC 2013
The following commit has been merged in the master branch:
commit 1362ca9b0157f35efb53ab42952020797e599687
Author: Iain Lane <laney at debian.org>
Date: Thu May 2 23:02:55 2013 +0100
Use dh --with cli instead of the deprecated cli.make
diff --git a/debian/rules b/debian/rules
index a82394e..d7b0007 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-include /usr/share/cli-common/cli.make
-
override_dh_auto_configure:
dh_auto_configure -- MCS=/usr/bin/mono-csc
@@ -15,4 +13,4 @@ override_dh_makeclilibs:
dh_makeclilibs -X usr/lib/docky/*
%:
- dh $@
+ dh $@ --with cli
--
docky
More information about the Pkg-cli-apps-commits
mailing list