[Pkg-mono-svn-commits] [SCM] mono-tools branch, master, updated. debian/2.6.2-3-23-gb93cda5

Jo Shields directhex at apebox.org
Mon Apr 25 19:00:36 UTC 2011


The following commit has been merged in the master branch:
commit c5038f937c554345fad03a84c87a748802f0c38a
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Apr 25 18:48:05 2011 +0100

    Use dh-autoreconf rather than manually running the autoreconf commands in debian/rules

diff --git a/debian/control b/debian/control
index 10fc765..d712418 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,7 @@ Uploaders: Mirco Bauer <meebey at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: cli-common-dev (>= 0.8~exp2~),
  pkg-config,
- autoconf,
- automake,
- autotools-dev,
+ dh-autoconf,
  mono-devel (>= 2.10),
  libgtk2.0-cil-dev (>= 2.0),
  libgconf2.0-cil-dev (>= 2.0),
diff --git a/debian/rules b/debian/rules
index 0d48217..d81a7aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,15 +12,6 @@ DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^
 VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 
 
-configure: 
-	dh_testdir
-	
-	aclocal
-	autoconf
-	automake --add-missing --copy
-	
-	./configure --prefix=/usr
-	
 build: 
 	dh_testdir
 	$(MAKE)
@@ -86,6 +77,6 @@ get-orig-source:
 		--rename
 
 %:
-	dh --with quilt $@
+	dh --with quilt,autoreconf $@
 
 .PHONY: build clean clean-patched binary-indep binary install

-- 
mono-tools



More information about the Pkg-mono-svn-commits mailing list