[Pkg-cli-apps-commits] [SCM] monodevelop-database branch, master-experimental, updated. debian/2.5.92+dfsg-1
Jo Shields
directhex at apebox.org
Wed Jun 29 21:49:08 UTC 2011
The following commit has been merged in the master-experimental branch:
commit 40866001a0d498c835ef9cea05e49724b4b286ae
Author: Jo Shields <directhex at apebox.org>
Date: Wed Jun 29 22:36:22 2011 +0100
Use dh-autoreconf.
diff --git a/debian/control b/debian/control
index ccbed6f..244ffdc 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.5.4),
monodevelop (>= 2.5.92),
monodevelop-versioncontrol (>= 2.5.92),
diff --git a/debian/rules b/debian/rules
index 62faff9..e41524a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,6 @@ override_dh_gencontrol:
dh_gencontrol -i -- -Vmisc:Version=$(MDVERSION)
override_dh_auto_configure:
- aclocal -I.
- autoconf
- automake --add-missing --copy
dh_auto_configure -- MCS=/usr/bin/mono-csc CSC=/usr/bin/mono-csc
override_dh_clean:
@@ -54,6 +51,6 @@ get-orig-source:
rm -r $(DEB_SOURCE_NAME)-$(VERSION)
%:
- dh $@
+ dh --with autoreconf $@
.PHONY: get-orig-source
--
monodevelop-database
More information about the Pkg-cli-apps-commits
mailing list