[Pkg-cli-libs-commits] r3945 - 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:39:56 UTC 2008


Author: vorlon
Date: Thu Dec 18 06:39:56 2008
New Revision: 3945

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3945
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)

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 (original)
+++ bzr:file-ids Thu Dec 18 06:39:56 2008
@@ -1,2 +1,2 @@
 debian/changelog	3641 at caf891c2-51b6-4cb3-8206-960372f2aebe:packages%2Fgnome-desktop-sharp2%2Ftrunk:debian%2Fchangelog
-debian/control	3641 at caf891c2-51b6-4cb3-8206-960372f2aebe:packages%2Fgnome-desktop-sharp2%2Ftrunk:debian%2Fcontrol
+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 (original)
+++ bzr:revision-id:v3-trunk2 Thu Dec 18 06:39:56 2008
@@ -1,2 +1,3 @@
 12 steve.langasek at canonical.com-20081218062109-1w0nwudc2rcq2slu
 13 steve.langasek at canonical.com-20081218063736-blqk5ij9ah2a22m2
+14 steve.langasek at canonical.com-20081218063949-7w888h1o2o018lfe

Propchange: packages/gnome-desktop-sharp2/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Thu Dec 18 06:39:56 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-12-17 22:37:36.782000065 -0800
+timestamp: 2008-12-17 22:39:49.484999895 -0800
 committer: Steve Langasek <steve.langasek at canonical.com>
 properties: 
 	branch-nick: gnome-desktop-sharp2

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=3945&op=diff
==============================================================================
--- packages/gnome-desktop-sharp2/trunk/debian/changelog (original)
+++ packages/gnome-desktop-sharp2/trunk/debian/changelog Thu Dec 18 06:39:56 2008
@@ -3,6 +3,9 @@
   * debian/rules: pass CSC=/usr/bin/csc to configure, for the mono 2.0  
     transition
   * debian/control: update build-dependencies for mono 2.0.
+  * 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)
 
  -- Steve Langasek <vorlon at debian.org>  Wed, 17 Dec 2008 22:20:25 -0800
 

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=3945&op=diff
==============================================================================
--- packages/gnome-desktop-sharp2/trunk/debian/rules (original)
+++ packages/gnome-desktop-sharp2/trunk/debian/rules Thu Dec 18 06:39:56 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
 	touch config-stamp
 
 build-indep: build-indep-stamp




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