~ubuntu-branches/ubuntu/precise/gdk-pixbuf/precise-proposed

« back to all changes in this revision

Viewing changes to debian/patches/01_revert_libs_private_use.patch

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Michael Biebl, Josselin Mouette
  • Date: 2011-12-14 22:12:21 UTC
  • mfrom: (33.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20111214221221-qdcv9bq9qn2jdw5x
Tags: 2.24.0-2
[ Michael Biebl ]
* debian/watch:
  - Switch to .xz tarballs.

[ Josselin Mouette ]
* Split locales in a separate package for multiarch: 
  libgdk-pixbuf2.0-common. Make it m-a: foreign.

[ Michael Biebl ]
* Change section of gir1.2-gdkpixbuf-2.0 to introspection.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Description: revert upstream commit to use Libs.private for oneiric, it leads 
2
 
# to build errors in softwares not using -lm correctly and we don't 
3
 
# have a list of those, we will drop the patch and fix them next cycle.
4
 
index 22a43a8..7addefc 100644
5
 
--- a/gdk-pixbuf-2.0.pc.in
6
 
+++ b/gdk-pixbuf-2.0.pc.in
7
 
@@ -13,7 +13,6 @@
8
 
 Version: @VERSION@
9
 
 Requires: gobject-2.0
10
 
 Requires.private: gmodule-no-export-2.0 @PNG_DEP_CFLAGS_PACKAGES@
11
 
-Libs: -L${libdir} -lgdk_pixbuf-@GDK_PIXBUF_API_VERSION@
12
 
-Libs.private: @GDK_PIXBUF_EXTRA_LIBS@
13
 
+Libs: -L${libdir} -lgdk_pixbuf-@GDK_PIXBUF_API_VERSION@ @GDK_PIXBUF_EXTRA_LIBS@
14
 
 Cflags: -I${includedir}/gdk-pixbuf-@GDK_PIXBUF_API_VERSION@ @GDK_PIXBUF_EXTRA_CFLAGS@
15