[Pkg-mono-svn-commits] [SCM] mono branch, ubuntu_luv, updated. debian/2.6.7-3-26-g0712daf
Mirco Bauer
meebey at meebey.net
Tue Nov 9 00:12:05 UTC 2010
The following commit has been merged in the ubuntu_luv branch:
commit 0712daf6fd4d734f7cc7495be3eab3a7c48587f4
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