[Pkg-cli-apps-commits] [SCM] bansheelyricsplugin branch, master, updated. debian/0.7-1-2-gd70d98c

Chow Loong Jin hyperair at gmail.com
Thu Dec 24 18:09:04 UTC 2009


The following commit has been merged in the master branch:
commit d70d98c49c6d21a3a7cd59f4f213255fc96e1799
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Fri Dec 25 02:08:31 2009 +0800

    csc => mono-csc
    
    * debian/rules:
      + Use mono-csc instead of csc for MCS (Closes: #562266)

diff --git a/debian/changelog b/debian/changelog
index f215340..e44f372 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bansheelyricsplugin (0.7-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Use mono-csc instead of csc for MCS (Closes: #562266)
+
+ -- Chow Loong Jin <hyperair at ubuntu.com>  Fri, 25 Dec 2009 02:08:09 +0800
+
 bansheelyricsplugin (0.7-1) unstable; urgency=low
 
   * New Upstream Version
diff --git a/debian/rules b/debian/rules
index 94f586a..885b0e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ UPSTREAM_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | \
 	sed -n 's/-.*$$//; s/^Version: //p')
 
 override_dh_auto_configure:
-	dh_auto_configure -- MCS=/usr/bin/csc
+	dh_auto_configure -- MCS=/usr/bin/mono-csc
 
 # don't install upstream changelog, it contains nothing
 override_dh_installchangelogs:

-- 
bansheelyricsplugin



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