[Pkg-cli-apps-commits] [SCM] monodevelop-vala branch, master-experimental, updated. debian/2.8.2-1
Jo Shields
directhex at apebox.org
Thu Nov 10 18:23:13 UTC 2011
The following commit has been merged in the master-experimental branch:
commit dd40f49508a479a18c17b049358dd9b73b9c62b2
Author: Jo Shields <directhex at apebox.org>
Date: Thu Nov 10 18:09:39 2011 +0000
Call dh_autoreconf, to handle changes to Makefile.am.
diff --git a/debian/control b/debian/control
index c730888..73e5ab4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: cli-mono
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
Uploaders: Mirco Bauer <meebey at debian.org>, Jo Shields <directhex at apebox.org>
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf
Build-Depends-Indep: cli-common-dev (>= 0.8~),
mono-devel (>= 2.10),
monodevelop (>= 2.8.2),
diff --git a/debian/rules b/debian/rules
index bd9461d..020e0c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,4 +25,4 @@ get-orig-source:
--rename
%:
- dh $@
+ dh --with autoreconf $@
--
monodevelop-vala
More information about the Pkg-cli-apps-commits
mailing list