[Pkg-mono-svn-commits] rev 3897 - mono/trunk/debian

Mirco Bauer meebey at alioth.debian.org
Thu Jan 29 22:59:52 UTC 2009


Author: meebey
Date: 2009-01-29 22:59:52 +0000 (Thu, 29 Jan 2009)
New Revision: 3897

Modified:
   mono/trunk/debian/rules
Log:
export DH_OPTIONS



Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2009-01-29 22:52:04 UTC (rev 3896)
+++ mono/trunk/debian/rules	2009-01-29 22:59:52 UTC (rev 3897)
@@ -12,7 +12,7 @@
 ifeq ($(shell dpkg --compare-versions $$(dpkg-query -f '$${Version}' -W debhelper) lt 7.1; echo $$?), 0)
 	DH_INTERNAL_MONO_PARAM = internal-mono
 endif
-DH_OPTIONS += $(DH_INTERNAL_MONO_PARAM)
+export DH_OPTIONS += $(DH_INTERNAL_MONO_PARAM)
 
 DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)




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