r36808 - in /attic/libbonoboui/debian: changelog patches/01_dont_check_for_pangox.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Feb 26 17:14:23 UTC 2013


Author: pochu
Date: Tue Feb 26 17:14:22 2013
New Revision: 36808

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36808
Log:
* debian/patches/01_dont_check_for_pangox.patch:
  + Stop checking for pangox during configure. It's not needed
    and pangox is going away.

Added:
    attic/libbonoboui/debian/patches/01_dont_check_for_pangox.patch
    attic/libbonoboui/debian/patches/series
Modified:
    attic/libbonoboui/debian/changelog

Modified: attic/libbonoboui/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/libbonoboui/debian/changelog?rev=36808&op=diff
==============================================================================
--- attic/libbonoboui/debian/changelog [utf-8] (original)
+++ attic/libbonoboui/debian/changelog [utf-8] Tue Feb 26 17:14:22 2013
@@ -12,6 +12,9 @@
   * debian/source/format,
     debian/rules:
     + Switch to source format 3.0 (quilt).
+  * debian/patches/01_dont_check_for_pangox.patch:
+    + Stop checking for pangox during configure. It's not needed
+      and pangox is going away.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 31 Oct 2010 14:42:06 +0100
 

Added: attic/libbonoboui/debian/patches/01_dont_check_for_pangox.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/libbonoboui/debian/patches/01_dont_check_for_pangox.patch?rev=36808&op=file
==============================================================================
--- attic/libbonoboui/debian/patches/01_dont_check_for_pangox.patch (added)
+++ attic/libbonoboui/debian/patches/01_dont_check_for_pangox.patch [utf-8] Tue Feb 26 17:14:22 2013
@@ -1,0 +1,30 @@
+--- a/configure
++++ b/configure
+@@ -15025,11 +15025,7 @@
+   # but if they were omitted to avoid binary compatibility problems
+   # then we need to repeat the checks.
+   #
+-  if $PKG_CONFIG --exists pangoxft ; then
+-    PANGO_PACKAGES="pangox pangoxft"
+-  else
+-    PANGO_PACKAGES="pangox"
+-  fi
++  PANGO_PACKAGES="pangoxft"
+ 
+   x_libs="`$PKG_CONFIG --libs $PANGO_PACKAGES`"
+   case x_libs in
+--- a/configure.in
++++ b/configure.in
+@@ -71,11 +71,7 @@
+   # but if they were omitted to avoid binary compatibility problems
+   # then we need to repeat the checks.
+   #
+-  if $PKG_CONFIG --exists pangoxft ; then
+-    PANGO_PACKAGES="pangox pangoxft"
+-  else
+-    PANGO_PACKAGES="pangox"
+-  fi
++  PANGO_PACKAGES="pangoxft"
+ 
+   x_libs="`$PKG_CONFIG --libs $PANGO_PACKAGES`"
+   case x_libs in

Added: attic/libbonoboui/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/libbonoboui/debian/patches/series?rev=36808&op=file
==============================================================================
--- attic/libbonoboui/debian/patches/series (added)
+++ attic/libbonoboui/debian/patches/series [utf-8] Tue Feb 26 17:14:22 2013
@@ -1,0 +1,1 @@
+01_dont_check_for_pangox.patch




More information about the pkg-gnome-commits mailing list