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

Mirco Bauer meebey at meebey.net
Mon Nov 8 23:24:32 UTC 2010


The following commit has been merged in the ubuntu_luv branch:
commit 5362b51a04c2475fe526198ee9578000c22c1c9d
Author: Mirco Bauer <meebey at meebey.net>
Date:   Tue Nov 9 00:24:20 2010 +0100

    Fixed typo

diff --git a/debian/rules b/debian/rules
index 39708de..4bd5beb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ else
 endif
 
 FIREBIRDSQL_REL = libmono-firebirdsql1.7-cil (= $${source:Version})
-ifeq ($(DISTRO), Ubuntu))
+ifeq ($(DISTRO), Ubuntu)
 	FIREBIRDSQL_VARS =  -Vfirebirdsql:Suggests=$(FIREBIRDSQL_REL)
 	FIREBIRDSQL_VARS += -Vfirebirdsql:Recommends=
 else
@@ -67,7 +67,7 @@ else
 endif
 
 MDB_REL = mono-debugger
-ifeq ($(DISTRO), Ubuntu))
+ifeq ($(DISTRO), Ubuntu)
 	MDB_VARS =  -Vmdb:Suggests=$(MDB_REL)
 	MDB_VARS += -Vmdb:Recommends=
 else

-- 
mono



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