r15377 - in /desktop/unstable/pygobject/debian: changelog patches/01_pkgconfig-private.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Mar 24 22:18:13 UTC 2008


Author: joss
Date: Mon Mar 24 22:18:09 2008
New Revision: 15377

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15377
Log:
* 01_pkgconfig-private.patch: new patch, move libffi to Libs.private 
  to prevent pygobject rdeps from depending on it.

Added:
    desktop/unstable/pygobject/debian/patches/01_pkgconfig-private.patch
Modified:
    desktop/unstable/pygobject/debian/changelog

Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=15377&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog (original)
+++ desktop/unstable/pygobject/debian/changelog Mon Mar 24 22:18:09 2008
@@ -1,3 +1,10 @@
+pygobject (2.14.1-3) unstable; urgency=low
+
+  * 01_pkgconfig-private.patch: new patch, move libffi to Libs.private 
+    to prevent pygobject rdeps from depending on it.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 24 Mar 2008 23:15:52 +0100
+
 pygobject (2.14.1-2) unstable; urgency=low
 
   * New patch, 60_use-python-config-for-includes, use python-config to set

Added: desktop/unstable/pygobject/debian/patches/01_pkgconfig-private.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/patches/01_pkgconfig-private.patch?rev=15377&op=file
==============================================================================
--- desktop/unstable/pygobject/debian/patches/01_pkgconfig-private.patch (added)
+++ desktop/unstable/pygobject/debian/patches/01_pkgconfig-private.patch Mon Mar 24 22:18:09 2008
@@ -1,0 +1,9 @@
+--- pygobject-2.0.pc.in.orig	2008-03-24 23:08:38.496678562 +0100
++++ pygobject-2.0.pc.in	2008-03-24 23:09:01.156649964 +0100
+@@ -16,5 +16,5 @@
+ Description: Python bindings for GObject
+ Requires: gobject-2.0
+ Version: @VERSION@
+-Libs: -L${libdir} @FFI_LIBS@
++Libs.private: -L${libdir} @FFI_LIBS@
+ Cflags: -I${pygtkincludedir}




More information about the pkg-gnome-commits mailing list