[Pkg-cli-apps-commits] [SCM] pinta branch, master, updated. debian/0.7-1-21-gd3e08c4
Iain Lane
laney at ubuntu.com
Thu Apr 28 23:23:55 UTC 2011
The following commit has been merged in the master branch:
commit a9e2578d81e9b8475c376335578b157f106012f3
Author: Iain Lane <laney at ubuntu.com>
Date: Thu Apr 28 23:02:11 2011 +0100
No need to autoreconf at all
diff --git a/debian/control b/debian/control
index f0d1449..315453f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ 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.8~),
- dh-autoreconf,
Build-Depends-Indep: mono-devel (>= 2.8),
mono-xbuild (>= 2.8),
libgtk2.0-cil-dev
diff --git a/debian/rules b/debian/rules
index 8964ba5..9915a83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@ overrid_dh_auto_clean:
$(MAKE) cleanall
%:
- dh --with autoreconf $@
+ dh $@
--
pinta
More information about the Pkg-cli-apps-commits
mailing list