[Pkg-cli-libs-commits] [SCM] taglib-sharp branch, master, updated. debian/2.0.3.2+dfsg-3-15-gdfb6be0

Chow Loong Jin hyperair at gmail.com
Thu Oct 8 18:49:21 UTC 2009


The following commit has been merged in the master branch:
commit dfb6be078900620eb07b4c4d52e0cc73c8ed11d7
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Fri Oct 9 02:49:10 2009 +0800

    Use mono-csc instead of csc
    
    * debian/rules:
      + Use mono-csc instead of csc

diff --git a/debian/changelog b/debian/changelog
index 6290328..3171899 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ taglib-sharp (2.0.3.3+dfsg-1) UNRELEASED; urgency=low
     + Refreshed to patch cleanly
   * debian/copyright:
     + Updated
+  * debian/rules:
+    + Use mono-csc instead of csc
 
  -- Chow Loong Jin <hyperair at ubuntu.com>  Thu, 08 Oct 2009 03:34:30 +0800
 
diff --git a/debian/rules b/debian/rules
index 5113e6e..c9964e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ configure: configure-stamp
 configure-stamp: patch-stamp
 	dh_testdir
 	
-	./configure --prefix=/usr MCS=/usr/bin/csc
+	./configure --prefix=/usr MCS=/usr/bin/mono-csc
 
 	touch configure-stamp
 

-- 
taglib-sharp



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