[Pkg-cli-apps-commits] [SCM] sysinfo branch, master, updated. upstream/0.7-11-g0fde65a

Chow Loong Jin hyperair at debian.org
Wed Jan 18 20:03:30 UTC 2012


The following commit has been merged in the master branch:
commit fb5b84b0d320f2fcbcfe49803eecf7dc4be01512
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Thu Jan 19 03:57:54 2012 +0800

    Drop deprecated cli.make include

diff --git a/debian/rules b/debian/rules
index 91752a0..d113856 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,14 +6,12 @@
 
 CURVER = $(shell dpkg-parsechangelog | grep ^Version | cut -d" " -f2 | cut -d"-" -f1 )
 
-include /usr/share/cli-common/cli.make
-
-override_dh_install: 
+override_dh_install:
 	-rm -rf $(CURDIR)/debian/sysinfo/usr/lib/pkgconfig
 	dh_install
 
 %:
-	dh --with autoreconf $@
+	dh $@ --with autoreconf,cli
 
 get-orig-source:
 	[ -d ../tarballs ] || mkdir ../tarballs

-- 
sysinfo



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