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

vorlon at users.alioth.debian.org vorlon at users.alioth.debian.org
Wed Dec 17 19:52:58 UTC 2008


Author: vorlon
Date: Wed Dec 17 19:52:58 2008
New Revision: 3936

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

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

Propchange: packages/gtk-sharp2/trunk/
------------------------------------------------------------------------------
--- bzr:file-ids (original)
+++ bzr:file-ids Wed Dec 17 19:52:58 2008
@@ -1,2 +1,2 @@
 debian/changelog	1577 at caf891c2-51b6-4cb3-8206-960372f2aebe:packages%2Fgtk-sharp2%2Ftrunk:debian%2Fchangelog
-debian/control	1577 at caf891c2-51b6-4cb3-8206-960372f2aebe:packages%2Fgtk-sharp2%2Ftrunk:debian%2Fcontrol
+debian/rules	1577 at caf891c2-51b6-4cb3-8206-960372f2aebe:packages%2Fgtk-sharp2%2Ftrunk:debian%2Frules

Propchange: packages/gtk-sharp2/trunk/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-trunk2 (original)
+++ bzr:revision-id:v3-trunk2 Wed Dec 17 19:52:58 2008
@@ -1,1 +1,2 @@
 100 steve.langasek at canonical.com-20081217195136-rgj50h3cmlxld9k1
+101 steve.langasek at canonical.com-20081217195251-xzax46bbyxp3k1cb

Propchange: packages/gtk-sharp2/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Wed Dec 17 19:52:58 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-12-17 11:51:36.471999884 -0800
+timestamp: 2008-12-17 11:52:51.971999884 -0800
 committer: Steve Langasek <steve.langasek at canonical.com>
 properties: 
 	branch-nick: gtk-sharp2

Modified: packages/gtk-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtk-sharp2/trunk/debian/changelog?rev=3936&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/changelog (original)
+++ packages/gtk-sharp2/trunk/debian/changelog Wed Dec 17 19:52:58 2008
@@ -2,6 +2,8 @@
 
   [ Steve Langasek ]
   * debian/changelog: update the build-dependencies for mono 2.0.
+  * 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:35:50 -0800
 

Modified: packages/gtk-sharp2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtk-sharp2/trunk/debian/rules?rev=3936&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/rules (original)
+++ packages/gtk-sharp2/trunk/debian/rules Wed Dec 17 19:52:58 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