r48000 - in /desktop/unstable/gdk-pixbuf/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Apr 16 13:38:39 UTC 2016


Author: biebl
Date: Sat Apr 16 13:38:38 2016
New Revision: 48000

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48000
Log:
Tighten dependency on libpng-dev. We need to ensure that
libgdk-pixbuf2.0-dev pulls in the correct version of libpng-dev as it
encodes the libpng API version it was built against in gdk-pixbuf2.0.pc.
(Closes: #819779)

Modified:
    desktop/unstable/gdk-pixbuf/debian/changelog
    desktop/unstable/gdk-pixbuf/debian/control
    desktop/unstable/gdk-pixbuf/debian/control.in

Modified: desktop/unstable/gdk-pixbuf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/changelog?rev=48000&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/changelog	[utf-8] Sat Apr 16 13:38:38 2016
@@ -12,6 +12,10 @@
   * Ensure proper upgrade from libgdk-pixbuf2.0-0-dbg to new dbgsym packages
     by using dh_strip --dbgsym-migration. Bump Build-Depends on debhelper
     accordingly.
+  * Tighten dependency on libpng-dev. We need to ensure that
+    libgdk-pixbuf2.0-dev pulls in the correct version of libpng-dev as it
+    encodes the libpng API version it was built against in gdk-pixbuf2.0.pc.
+    (Closes: #819779)
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 08 Apr 2016 21:21:09 +0200
 

Modified: desktop/unstable/gdk-pixbuf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/control?rev=48000&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/control	[utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/control	[utf-8] Sat Apr 16 13:38:38 2016
@@ -6,14 +6,15 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs (>= 0.4.93),
-               debhelper (>= 9),
+               debhelper (>= 9.20160114),
                dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                libglib2.0-dev (>= 2.37.6),
                libx11-dev,
-               libpng-dev | libpng12-dev,
+               libpng-dev (>= 1.6),
+               libpng-dev (<< 1.7),
                libjpeg-dev,
                libtiff-dev,
                gobject-introspection (>= 0.9.12-4~),
@@ -40,23 +41,6 @@
   - Fast scaling and compositing of pixbufs.
   - Simple animation loading (ie. animated GIFs)
 
-Package: libgdk-pixbuf2.0-0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends},
-         libgdk-pixbuf2.0-0 (= ${binary:Version})
-Description: GDK Pixbuf library - debug symbols
- The GDK Pixbuf library provides:
-  - Image loading and saving facilities.
-  - Fast scaling and compositing of pixbufs.
-  - Simple animation loading (ie. animated GIFs)
- .
- This package contains debugging symbols used to debug applications that
- use this library.
-
 Package: libgdk-pixbuf2.0-common
 Architecture: all
 Depends: ${misc:Depends}
@@ -74,7 +58,8 @@
          gir1.2-gdkpixbuf-2.0 (= ${binary:Version}),
          libglib2.0-dev (>= 2.37.6),
          libx11-dev,
-         libpng-dev,
+         libpng-dev (>= 1.6),
+         libpng-dev (<< 1.7),
          shared-mime-info
 Description: GDK Pixbuf library (development files)
  The GDK Pixbuf library provides:

Modified: desktop/unstable/gdk-pixbuf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/control.in?rev=48000&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/control.in	[utf-8] Sat Apr 16 13:38:38 2016
@@ -9,7 +9,8 @@
                gnome-pkg-tools (>= 0.10),
                libglib2.0-dev (>= 2.37.6),
                libx11-dev,
-               libpng-dev | libpng12-dev,
+               libpng-dev (>= 1.6),
+               libpng-dev (<< 1.7),
                libjpeg-dev,
                libtiff-dev,
                gobject-introspection (>= 0.9.12-4~),
@@ -53,7 +54,8 @@
          gir1.2-gdkpixbuf-2.0 (= ${binary:Version}),
          libglib2.0-dev (>= 2.37.6),
          libx11-dev,
-         libpng-dev,
+         libpng-dev (>= 1.6),
+         libpng-dev (<< 1.7),
          shared-mime-info
 Description: GDK Pixbuf library (development files)
  The GDK Pixbuf library provides:




More information about the pkg-gnome-commits mailing list