[Pkg-cli-apps-commits] [SCM] monodevelop-vala branch, master, updated. debian/1.9.3-1-11-g9785a7d

Jo Shields directhex at apebox.org
Sun Oct 18 23:26:26 UTC 2009


The following commit has been merged in the master branch:
commit 9785a7de5d6bf8e12a86cf71b7c006ad7399ac29
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Oct 19 00:26:08 2009 +0100

    Use mono-csc from mono-devel 2.4.2.3

diff --git a/debian/changelog b/debian/changelog
index 3265499..d61b586 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ monodevelop-vala (2.1.1-1) UNRELEASED; urgency=low
   * New upstream release
   * debian/rules:
     + Deterministic get-orig-source rule. Repack sucks.
+  * debian/control,
+    debian/rules:
+    + Use mono-csc from mono-devel 2.4.2.3
 
  -- Jo Shields <directhex at apebox.org>  Mon, 19 Oct 2009 00:07:11 +0100
 
diff --git a/debian/control b/debian/control
index 671c280..72168cb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.
 Uploaders: Mirco Bauer <meebey at debian.org>
 Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: cli-common-dev (>= 0.5.7),
- mono-devel (>= 2.0.1),
- monodevelop (>= 2.0),
- monodevelop-versioncontrol (>= 2.0),
- monodevelop-nunit (>= 2.0),
+ mono-devel (>= 2.4.2.3),
+ monodevelop (>= 2.1.1),
+ monodevelop-versioncontrol (>= 2.1.1),
+ monodevelop-nunit (>= 2.1.1),
  libmono-dev (>= 1.1.10),
  libmono-addins0.2-cil (>= 0.3),
  libgtk2.0-cil (>= 2.8)
diff --git a/debian/rules b/debian/rules
index d58f090..4eab64c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ include /usr/share/quilt/quilt.make
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	dh build --before dh_auto_configure
-	dh_auto_configure -- MCS=/usr/bin/csc CSC=/usr/bin/csc
+	dh_auto_configure -- MCS=/usr/bin/mono-csc CSC=/usr/bin/mono-csc
 	dh build --after dh_auto_configure
 	touch build-stamp
 

-- 
monodevelop-vala



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