[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:18 UTC 2012


The following commit has been merged in the master branch:
commit 55fca54731f4dfe1e32a1bcce4bcf5dd0100cc59
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 21:02:46 2012 +0000

    Override dh_autoreconf to add . to includes, since extensions.m4 isn't in m4/

diff --git a/debian/rules b/debian/rules
index 10b5131..f8a6617 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ get-orig-source:
 	  --rename \
 	  --repack
 
+override_dh_autoreconf:
+	dh_autoreconf autoreconf -- -f -i -I .
+
 override_dh_auto_configure:
 	dh_auto_configure -- GMCS=/usr/bin/mono-csc --disable-tests
 

-- 
mono-uia-atkbridge



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