[Pkg-mono-svn-commits] [SCM] mono branch, ubuntu_luv, updated. debian/2.6.7-3-27-g1b0b697

Mirco Bauer meebey at meebey.net
Tue Nov 9 09:35:50 UTC 2010


The following commit has been merged in the ubuntu_luv branch:
commit 1b0b697018ae21274d6adfd0d10841694ac4851c
Author: Mirco Bauer <meebey at meebey.net>
Date:   Tue Nov 9 09:52:21 2010 +0100

    Substitution variables passed to dpkg-gencontrol can't contain built-in variable names.

diff --git a/debian/rules b/debian/rules
index 8f99b37..8afd12b 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 (= $(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