[DRE-commits] r2876 - in packages/libcairo-ruby/trunk/debian: . patches

paulvt at alioth.debian.org paulvt at alioth.debian.org
Fri Jul 18 21:37:45 UTC 2008


Author: paulvt
Date: 2008-07-18 21:37:44 +0000 (Fri, 18 Jul 2008)
New Revision: 2876

Added:
   packages/libcairo-ruby/trunk/debian/patches/01_fix-pkgconfig-paths.patch
Modified:
   packages/libcairo-ruby/trunk/debian/changelog
Log:
Added 01_fix-pkgconfig-paths.patch to fix the search path
of pkg-config.rb.

Modified: packages/libcairo-ruby/trunk/debian/changelog
===================================================================
--- packages/libcairo-ruby/trunk/debian/changelog	2008-07-17 14:02:59 UTC (rev 2875)
+++ packages/libcairo-ruby/trunk/debian/changelog	2008-07-18 21:37:44 UTC (rev 2876)
@@ -1,15 +1,17 @@
-libcairo-ruby (1.6.1-1) UNRELEASED; urgency=low
+libcairo-ruby (1.6.2-1) UNRELEASED; urgency=low
 
   [ Paul van Tilburg ]
   * New upstream release.
   * Dropped patch 01_fix-ftools-extconf: fixed upsteam.
   * Bumped build-dependancy on libcairo2 to >= 1.6.0. 
+  * Added 01_fix-pkgconfig-paths.patch to fix the search path
+    of pkg-config.rb.
 
   [ Lucas Nussbaum ]
   * Build-depend on r-p-t >= 0.14, to fix the ruby1.9
     libs install problem.
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Mon, 16 Jun 2008 15:10:07 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 18 Jul 2008 23:20:06 +0200
 
 libcairo-ruby (1.5.1-1) unstable; urgency=low
 

Added: packages/libcairo-ruby/trunk/debian/patches/01_fix-pkgconfig-paths.patch
===================================================================
--- packages/libcairo-ruby/trunk/debian/patches/01_fix-pkgconfig-paths.patch	                        (rev 0)
+++ packages/libcairo-ruby/trunk/debian/patches/01_fix-pkgconfig-paths.patch	2008-07-18 21:37:44 UTC (rev 2876)
@@ -0,0 +1,10 @@
+--- pkg-config.rb.orig	2008-07-18 23:12:39.000000000 +0200
++++ pkg-config.rb	2008-07-18 23:18:51.000000000 +0200
+@@ -168,6 +168,7 @@
+     default_path = ["/usr/local/lib64/pkgconfig",
+                     "/usr/local/lib/pkgconfig",
+                     "/usr/lib64/pkgconfig",
++                    "/usr/share/pkgconfig",
+                     "/usr/lib/pkgconfig"].join(":")
+     libdir = ENV["PKG_CONFIG_LIBDIR"]
+     default_path = "#{libdir}:#{default_path}" if libdir




More information about the Pkg-ruby-extras-commits mailing list