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

Jo Shields directhex at apebox.org
Tue Jan 24 20:20:27 UTC 2012


The following commit has been merged in the master branch:
commit 4eeee0f9cc54d554e3b0e1262801248d65ace5df
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 19:56:19 2012 +0000

    Use dh-autoreconf due to Makefile.m4 changes

diff --git a/debian/control b/debian/control
index e3ea9dc..101d7b3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ 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~),
-    cli-common-dev (>= 0.6.0)
+    cli-common-dev (>= 0.6.0),
+    dh-autoreconf
 Build-Depends-Indep: mono-devel (>= 2.6),
     libmono-windowsbase3.0-cil (>= 2.6),
     libgtk2.0-cil-dev (>= 2.12.8),
diff --git a/debian/rules b/debian/rules
index ff1165c..4106244 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,6 @@ override_dh_auto_configure:
 	dh_auto_configure -- --disable-tests
 
 %:
-	dh $@ --with cli
+	dh $@ --with cli,autoreconf
 
 .PHONY: get-orig-source

-- 
mono-uia-winforms



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