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

Jo Shields directhex at apebox.org
Tue Jan 24 21:24:17 UTC 2012


The following commit has been merged in the master branch:
commit baf519fb075cf3a7c843b1e379f639ee2be84832
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 20:59:27 2012 +0000

    Use dh-autoreconf due to Makefile.m4 changes

diff --git a/debian/control b/debian/control
index a265031..6d1186f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ 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~),
     autotools-dev,
+    dh-autoreconf,
     cli-common-dev (>= 0.6.0),
     mono-devel (>= 2.6),
     libmono-windowsbase3.0-cil (>= 2.6),
diff --git a/debian/rules b/debian/rules
index b4525ba..10b5131 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,6 @@ override_dh_auto_install:
 	-rmdir debian/$(BINARY_PACKAGE)/usr/lib/pkgconfig
 
 %:
-	dh $@ --with cli
+	dh $@ --with cli,autoreconf
 
 .PHONY: get-orig-source

-- 
mono-uia-atkbridge



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