[Pkg-cli-libs-commits] r3925 - in /packages/gnome-sharp2/trunk: ./ debian/changelog debian/rules

vorlon at users.alioth.debian.org vorlon at users.alioth.debian.org
Wed Dec 17 18:16:47 UTC 2008


Author: vorlon
Date: Wed Dec 17 18:16:47 2008
New Revision: 3925

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3925
Log:
debian/rules: pass CSC=/usr/bin/csc to configure, for the mono 2.0
transition.

Modified:
    packages/gnome-sharp2/trunk/   (props changed)
    packages/gnome-sharp2/trunk/debian/changelog
    packages/gnome-sharp2/trunk/debian/rules

Propchange: packages/gnome-sharp2/trunk/
------------------------------------------------------------------------------
--- bzr:file-ids (added)
+++ bzr:file-ids Wed Dec 17 18:16:47 2008
@@ -1,0 +1,2 @@
+debian/changelog	2657 at caf891c2-51b6-4cb3-8206-960372f2aebe:packages%2Fgnome-sharp2%2Ftrunk:debian%2Fchangelog
+debian/rules	2657 at caf891c2-51b6-4cb3-8206-960372f2aebe:packages%2Fgnome-sharp2%2Ftrunk:debian%2Frules

Propchange: packages/gnome-sharp2/trunk/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-trunk2 (added)
+++ bzr:revision-id:v3-trunk2 Wed Dec 17 18:16:47 2008
@@ -1,0 +1,1 @@
+36 steve.langasek at canonical.com-20081217181336-f79vc92ti2dxqqu5

Propchange: packages/gnome-sharp2/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (added)
+++ bzr:revision-info Wed Dec 17 18:16:47 2008
@@ -1,0 +1,4 @@
+timestamp: 2008-12-17 10:13:36.043999910 -0800
+committer: Steve Langasek <steve.langasek at canonical.com>
+properties: 
+	branch-nick: gnome-sharp2

Propchange: packages/gnome-sharp2/trunk/
------------------------------------------------------------------------------
    bzr:text-parents = 

Modified: packages/gnome-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-sharp2/trunk/debian/changelog?rev=3925&op=diff
==============================================================================
--- packages/gnome-sharp2/trunk/debian/changelog (original)
+++ packages/gnome-sharp2/trunk/debian/changelog Wed Dec 17 18:16:47 2008
@@ -1,3 +1,10 @@
+gnome-sharp2 (2.24.0-1ubuntu1) UNRELEASED; urgency=low
+
+  * debian/rules: pass CSC=/usr/bin/csc to configure, for the mono 2.0
+    transition.
+
+ -- Steve Langasek <vorlon at debian.org>  Wed, 17 Dec 2008 10:12:39 -0800
+
 gnome-sharp2 (2.24.0-1) experimental; urgency=low
 
   * New upstream stable release:

Modified: packages/gnome-sharp2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-sharp2/trunk/debian/rules?rev=3925&op=diff
==============================================================================
--- packages/gnome-sharp2/trunk/debian/rules (original)
+++ packages/gnome-sharp2/trunk/debian/rules Wed Dec 17 18:16:47 2008
@@ -17,7 +17,7 @@
 config: config-stamp
 config-stamp: patch-stamp
 	dh_testdir
-	CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --prefix=/usr RUNTIME=/usr/bin/cli
+	CSC=/usr/bin/csc CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --prefix=/usr RUNTIME=/usr/bin/cli
 	touch config-stamp
 
 build-indep: build-indep-stamp




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