[Pkg-cli-apps-commits] [SCM] longomatch branch, master, updated. debian/0.14.1-1-1-g77338ea

Stefan Ebner sebner at ubuntu.com
Fri Aug 14 19:41:04 UTC 2009


The following commit has been merged in the master branch:
commit 77338eab06f04e591ff4c49554f67909519e54f5
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Fri Aug 14 21:40:46 2009 +0200

    use mono-csc instead of csc

diff --git a/debian/changelog b/debian/changelog
index f1a0d43..af9baa4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+longomatch (0.14.1-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Pass mono-csc to configure instead of csc
+
+ -- Stefan Ebner <sebner at ubuntu.com>  Fri, 14 Aug 2009 21:40:11 +0200
+
 longomatch (0.14.1-1) unstable; urgency=low
 
   * Initial Release (Closes: #536800)
diff --git a/debian/rules b/debian/rules
index ceb4092..3e60a55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ get-orig-source:
 
 override_dh_auto_configure:
 	autoreconf -f -i -s -I .
-	dh_auto_configure -- GMCS=/usr/bin/csc CSC=/usr/bin/csc
+	dh_auto_configure -- GMCS=/usr/bin/mono-csc CSC=/usr/bin/mono-csc
 
 override_dh_auto_install:
 	dh_auto_install

-- 
longomatch



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