[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:18 UTC 2010


The following commit has been merged in the master branch:
commit 4c08243139f195638c8ee2610cebb08b7a3ed9cf
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