[Pkg-cli-apps-commits] [SCM] pinta branch, master, updated. debian/0.7-1-9-g582f699
Iain Lane
laney at ubuntu.com
Mon Apr 25 18:48:24 UTC 2011
The following commit has been merged in the master branch:
commit 12973af4a5f37fecc86fcf5a16db3d340189f5d2
Author: Iain Lane <laney at ubuntu.com>
Date: Mon Apr 25 19:19:59 2011 +0100
Use dh-autoreconf for autoreconfing
diff --git a/debian/control b/debian/control
index 77097fe..05a6bac 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,7 @@ Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.
Uploaders: Iain Lane <laney at ubuntu.com>, Maia Kozheva <sikon at ubuntu.com>
Build-Depends: debhelper (>= 7.0.50~),
cli-common-dev (>= 0.5.7),
- autotools-dev,
- autoconf,
- automake
+ dh-autoreconf,
Build-Depends-Indep: mono-devel (>= 2.6.7),
mono-xbuild (>= 2.6.7),
libgtk2.0-cil-dev
diff --git a/debian/rules b/debian/rules
index d8b53af..8964ba5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,5 @@ include /usr/share/cli-common/cli.make
overrid_dh_auto_clean:
$(MAKE) cleanall
-override_dh_auto_configure:
- autoreconf -vfi
- dh_auto_configure
-
%:
- dh $@
+ dh --with autoreconf $@
--
pinta
More information about the Pkg-cli-apps-commits
mailing list