[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 bbc26f23a222746efa0d522bec0c38723067ebfa
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Jan 23 18:47:32 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 e61e1f5..60281bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@ VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 override_dh_cli_strip:
 	dh_cli_strip --dbg-package=mono-uia-dbg
 
+override_dh_autoreconf:
+	dh_autoreconf autoreconf -- -f -i -I .
+
 get-orig-source:
 	uscan \
 		--package $(DEB_SOURCE_NAME) \

-- 
mono-uia



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