[Pkg-cli-apps-commits] [SCM] bansheelyricsplugin branch, ppa/jaunty, updated. debian/0.7-1-23-g154940d

Chow Loong Jin hyperair at gmail.com
Mon Jan 11 18:33:46 UTC 2010


The following commit has been merged in the ppa/jaunty branch:
commit de7b89b065d0f6a7c3f88111c56b69e438d86333
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Tue Jan 12 02:16:44 2010 +0800

    Use csc instead of mono-csc
    
      + debian/rules:
        - Use csc rather than mono-csc

diff --git a/debian/changelog b/debian/changelog
index ca9f6d4..6a21223 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ bansheelyricsplugin (0.8-1~hyper1+jaunty) jaunty; urgency=low
   * Merge from Karmic, remaining changes:
     + debian/control:
       - GConf# 2.24 bad ABI bump
+    + debian/rules:
+      - Use csc rather than mono-csc
 
- -- Chow Loong Jin <hyperair at ubuntu.com>  Tue, 12 Jan 2010 02:08:19 +0800
+ -- Chow Loong Jin <hyperair at ubuntu.com>  Tue, 12 Jan 2010 02:16:28 +0800
 
 bansheelyricsplugin (0.8-1~hyper1+karmic) karmic; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 885b0e2..94f586a 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/mono-csc
+	dh_auto_configure -- MCS=/usr/bin/csc
 
 # don't install upstream changelog, it contains nothing
 override_dh_installchangelogs:

-- 
bansheelyricsplugin



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