[Pkg-cli-apps-commits] [SCM] banshee-extension-mirage branch, master, updated. upstream/0.5.0-10-geeb53a8

Jo Shields directhex at apebox.org
Mon Jan 25 11:47:55 UTC 2010


The following commit has been merged in the master branch:
commit 14556540c76ee47811d715bf63cd503ee3f78f41
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Jan 25 11:37:01 2010 +0000

    mono-csc

diff --git a/debian/changelog b/debian/changelog
index d392704..242add7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,12 @@ banshee-extension-mirage (0.5.0-3) UNRELEASED; urgency=low
     + Vcs-* updated to reflect migration to git
     + Bump Standards-Version to 3.8.3
 
- -- Chow Loong Jin <hyperair at gmail.com>  Sat, 18 Apr 2009 17:45:43 +0800
+  [ Jo Shields ]
+  * debian/control,
+    debian/rules:
+    + use mono-csc from mono-devel 2.4.3 as compiler (Closes: #562274)
+
+ -- Jo Shields <directhex at apebox.org>  Mon, 25 Jan 2010 11:36:43 +0000
 
 banshee-extension-mirage (0.5.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9757f5d..512f6d4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: cdbs,
                cli-common-dev (>= 0.4.4),
                autotools-dev, 
                banshee (>= 1.4.1),
-               mono-devel (>= 2.0),
+               mono-devel (>= 2.4.3),
                libglib2.0-dev,
                libfftw3-dev,
                libsqlite3-dev (>= 3.3),
diff --git a/debian/rules b/debian/rules
index 1d66573..dbd7c5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export MONO_SHARED_DIR=$(CURDIR)
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_USER_FLAGS += GMCS=/usr/bin/csc
+DEB_CONFIGURE_USER_FLAGS += GMCS=/usr/bin/mono-csc
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-static
 
 common-binary-predeb-arch::

-- 
banshee-extension-mirage



More information about the Pkg-cli-apps-commits mailing list