[Pkg-cli-apps-commits] [SCM] sysinfo branch, master, updated. upstream/0.7-8-g7824aa4
Chow Loong Jin
hyperair at debian.org
Tue Jan 10 18:46:09 UTC 2012
The following commit has been merged in the master branch:
commit 1718bf7430a3e06c9fe36bca13237a10bbc9e3b8
Author: Chow Loong Jin <hyperair at debian.org>
Date: Wed Jan 11 01:51:39 2012 +0800
Move to 3.0 (quilt) format
diff --git a/debian/control b/debian/control
index 2743dcb..e909958 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.
Uploaders: David Paleino <dapal at debian.org>
Build-Depends: autotools-dev,
debhelper (>= 7.0.50~),
- dh-autoreconf,
- quilt (>= 0.46-7~)
+ dh-autoreconf
Build-Depends-Indep: autoconf,
automake,
cli-common-dev (>= 0.5.7~),
diff --git a/debian/rules b/debian/rules
index e956da2..91752a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,14 +7,13 @@
CURVER = $(shell dpkg-parsechangelog | grep ^Version | cut -d" " -f2 | cut -d"-" -f1 )
include /usr/share/cli-common/cli.make
-include /usr/share/quilt/quilt.make
override_dh_install:
-rm -rf $(CURDIR)/debian/sysinfo/usr/lib/pkgconfig
dh_install
%:
- dh --with quilt,autoreconf $@
+ dh --with autoreconf $@
get-orig-source:
[ -d ../tarballs ] || mkdir ../tarballs
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
sysinfo
More information about the Pkg-cli-apps-commits
mailing list