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

vorlon at users.alioth.debian.org vorlon at users.alioth.debian.org
Thu Dec 18 06:21:16 UTC 2008


Author: vorlon
Date: Thu Dec 18 06:21:16 2008
New Revision: 3943

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

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

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

Propchange: packages/gnome-desktop-sharp2/trunk/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-trunk2 (added)
+++ bzr:revision-id:v3-trunk2 Thu Dec 18 06:21:16 2008
@@ -1,0 +1,1 @@
+12 steve.langasek at canonical.com-20081218062109-1w0nwudc2rcq2slu

Propchange: packages/gnome-desktop-sharp2/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (added)
+++ bzr:revision-info Thu Dec 18 06:21:16 2008
@@ -1,0 +1,4 @@
+timestamp: 2008-12-17 22:21:09.585000038 -0800
+committer: Steve Langasek <steve.langasek at canonical.com>
+properties: 
+	branch-nick: gnome-desktop-sharp2

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

Modified: packages/gnome-desktop-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk/debian/changelog?rev=3943&op=diff
==============================================================================
--- packages/gnome-desktop-sharp2/trunk/debian/changelog (original)
+++ packages/gnome-desktop-sharp2/trunk/debian/changelog Thu Dec 18 06:21:16 2008
@@ -1,3 +1,10 @@
+gnome-desktop-sharp2 (2.20.1-4) 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 22:20:25 -0800
+
 gnome-desktop-sharp2 (2.20.1-3) unstable; urgency=low
 
   * debian/control:

Modified: packages/gnome-desktop-sharp2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk/debian/rules?rev=3943&op=diff
==============================================================================
--- packages/gnome-desktop-sharp2/trunk/debian/rules (original)
+++ packages/gnome-desktop-sharp2/trunk/debian/rules Thu Dec 18 06:21:16 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
+	CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --prefix=/usr RUNTIME=/usr/bin/cli CSC=/usr/bin/csc
 	touch config-stamp
 
 build-indep: build-indep-stamp




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