[Pkg-cli-libs-commits] r4057 - in /packages/gtksourceview-sharp2/trunk/debian: changelog control rules

laney-guest at users.alioth.debian.org laney-guest at users.alioth.debian.org
Mon Mar 2 23:19:27 UTC 2009


Author: laney-guest
Date: Mon Mar  2 23:19:27 2009
New Revision: 4057

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4057
Log:
debian/control, debian/rules: Update build-depds and pass CSC=/usr/bin/csc
for Mono 2.0 transition.

Modified:
    packages/gtksourceview-sharp2/trunk/debian/changelog
    packages/gtksourceview-sharp2/trunk/debian/control
    packages/gtksourceview-sharp2/trunk/debian/rules

Modified: packages/gtksourceview-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtksourceview-sharp2/trunk/debian/changelog?rev=4057&op=diff
==============================================================================
--- packages/gtksourceview-sharp2/trunk/debian/changelog (original)
+++ packages/gtksourceview-sharp2/trunk/debian/changelog Mon Mar  2 23:19:27 2009
@@ -1,3 +1,10 @@
+gtksourceview-sharp2 (0.12-2) UNRELEASED; urgency=low
+
+  * debian/control, debian/rules: Update build-depds and pass CSC=/usr/bin/csc
+    for Mono 2.0 transition.
+
+ -- Iain Lane <laney at ubuntu.com>  Mon, 02 Mar 2009 22:52:10 +0000
+
 gtksourceview-sharp2 (0.12-1) unstable; urgency=low
 
   * The "get sexy and ready for lenny" release

Modified: packages/gtksourceview-sharp2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtksourceview-sharp2/trunk/debian/control?rev=4057&op=diff
==============================================================================
--- packages/gtksourceview-sharp2/trunk/debian/control (original)
+++ packages/gtksourceview-sharp2/trunk/debian/control Mon Mar  2 23:19:27 2009
@@ -8,10 +8,8 @@
  autoconf,
  automake1.7,
  libtool,
- mono-mcs (>= 1.0) | c-sharp-compiler,
- mono-gac,
+ mono-devel (>= 2.0),
  monodoc-base (>= 1.0),
- libmono-dev (>= 1.0),
  libgtksourceview-dev (>= 1.1.2),
  libgtk2.0-cil (>= 2.3.91),
  libgnome2.0-cil (>= 2.3.91),

Modified: packages/gtksourceview-sharp2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtksourceview-sharp2/trunk/debian/rules?rev=4057&op=diff
==============================================================================
--- packages/gtksourceview-sharp2/trunk/debian/rules (original)
+++ packages/gtksourceview-sharp2/trunk/debian/rules Mon Mar  2 23:19:27 2009
@@ -11,7 +11,7 @@
 configure: configure-stamp
 configure-stamp: patch-stamp
 	dh_testdir
-	./configure --prefix=/usr
+	./configure CSC=/usr/bin/csc --prefix=/usr
 	touch configure-stamp
 
 build: build-stamp




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