[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.6.7-3-30-g064761c

Mirco Bauer meebey at meebey.net
Mon Dec 6 21:29:20 UTC 2010


The following commit has been merged in the master branch:
commit dcd7d2740b481e7324f9e53625668729216e6a74
Author: Mirco Bauer <meebey at meebey.net>
Date:   Tue Nov 9 01:10:28 2010 +0100

    Fixed quoting of FIREBIRDSQL_REL
    
    Git-Dch: ignore

diff --git a/debian/rules b/debian/rules
index 4bd5beb..8f99b37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,7 @@ else
 	MONO_TEST = cd mono/tests && make test
 endif
 
-FIREBIRDSQL_REL = libmono-firebirdsql1.7-cil (= $${source:Version})
+FIREBIRDSQL_REL = "libmono-firebirdsql1.7-cil (= $${source:Version})"
 ifeq ($(DISTRO), Ubuntu)
 	FIREBIRDSQL_VARS =  -Vfirebirdsql:Suggests=$(FIREBIRDSQL_REL)
 	FIREBIRDSQL_VARS += -Vfirebirdsql:Recommends=

-- 
mono



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