[Pkg-cli-libs-commits] r3937 - 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:53:41 UTC 2008


Author: vorlon
Date: Wed Dec 17 19:53:41 2008
New Revision: 3937

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3937
Log:
* debian/rules:
  + Set MONO_CAIRO_LIBS=-r:Mono.Cairo to manually provide Mono.Cairo
    build information (instead of using the 1.0-only pkg-config entry)
  + Set MONO_CAIRO_CFLAGS to " " to fool configure into not asking
    pkg-config for mono-cairo.pc

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:revision-id:v3-trunk2 (original)
+++ bzr:revision-id:v3-trunk2 Wed Dec 17 19:53:41 2008
@@ -1,2 +1,3 @@
 100 steve.langasek at canonical.com-20081217195136-rgj50h3cmlxld9k1
 101 steve.langasek at canonical.com-20081217195251-xzax46bbyxp3k1cb
+102 steve.langasek at canonical.com-20081217195334-qi5e05i34fzgm5p0

Propchange: packages/gtk-sharp2/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Wed Dec 17 19:53:41 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-12-17 11:52:51.971999884 -0800
+timestamp: 2008-12-17 11:53:34.351999998 -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=3937&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/changelog (original)
+++ packages/gtk-sharp2/trunk/debian/changelog Wed Dec 17 19:53:41 2008
@@ -4,6 +4,13 @@
   * 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.
+
+  [ Jo Shields ]
+  * debian/rules:
+    + Set MONO_CAIRO_LIBS=-r:Mono.Cairo to manually provide Mono.Cairo
+      build information (instead of using the 1.0-only pkg-config entry)
+    + Set MONO_CAIRO_CFLAGS to " " to fool configure into not asking
+      pkg-config for mono-cairo.pc
 
  -- 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=3937&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/rules (original)
+++ packages/gtk-sharp2/trunk/debian/rules Wed Dec 17 19:53:41 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 CSC=/usr/bin/csc MONO_CAIRO_LIBS=-r:Mono.Cairo MONO_CAIRO_CFLAGS=" "
 	touch config-stamp
 
 build-indep: build-indep-stamp




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