[Pkg-cli-apps-commits] [SCM] smuxi branch, master, updated. debian/0.8.9.1-3-2-gdfca075
Mirco Bauer
meebey at meebey.net
Sun Jan 22 00:07:17 UTC 2012
The following commit has been merged in the master branch:
commit e0c61eef103db5035dcb1201d861ff400fde9469
Author: Mirco Bauer <meebey at meebey.net>
Date: Sun Jan 22 00:28:55 2012 +0100
Removed deprecated cli.make include to be DH8 forward compatible
diff --git a/debian/rules b/debian/rules
index 5b16036..e2dafe5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
#!/usr/bin/make -f
export DH_VERBOSE=1
-include /usr/share/cli-common/cli.make
-
LSB_VENDOR = $(shell lsb_release -is)
LSB_CODENAME = $(shell lsb_release -cs)
DEB_VERSION = $(shell dpkg-parsechangelog -ldebian/changelog | grep ^Vers | cut -d\ -f2)
@@ -28,4 +26,4 @@ override_dh_clideps:
dh_clideps --exclude-moduleref=i:secur32 --exclude-moduleref=i:secur32.dll
%:
- dh $@
+ dh $@ --with cli
--
smuxi
More information about the Pkg-cli-apps-commits
mailing list