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


The following commit has been merged in the master branch:
commit b62c7e36007551ef2fec2b77c9cf03c6ffbf3daf
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 19:56:59 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 4106244..612da1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,9 @@ get-orig-source:
 	  --rename \
 	  --repack
 
+override_dh_autoreconf:
+	dh_autoreconf autoreconf -- -f -i -I .
+
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-tests
 

-- 
mono-uia-winforms



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