[Pkg-mono-svn-commits] [SCM] mono-uia branch, master, updated. debian/2.1-2

Jo Shields directhex at apebox.org
Mon Jan 23 19:18:01 UTC 2012


The following commit has been merged in the master branch:
commit 3a18e876a33e9d6db1bc114295fd6aa94fb41f8e
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Jan 23 18:37:49 2012 +0000

    Add dh-autoreconf due to Makefile.am changes

diff --git a/debian/control b/debian/control
index bbb49cc..7f45879 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: cli-mono
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Ray Wang <wanglei1123 at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf
 Build-Depends-Indep: mono-devel (>= 2.6),
     mono-gmcs,
     cli-common-dev (>= 0.6.0),
diff --git a/debian/rules b/debian/rules
index 2d66d70..e61e1f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,6 @@ get-orig-source:
 		--repack
 
 %:
-	dh $@ --with cli
+	dh $@ --with cli,autoreconf
 
 .PHONY: get-orig-source

-- 
mono-uia



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