r47999 - in /desktop/unstable/gdk-pixbuf/debian: changelog control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sat Apr 16 13:30:19 UTC 2016
Author: biebl
Date: Sat Apr 16 13:30:19 2016
New Revision: 47999
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47999
Log:
* Drop libgdk-pixbuf2.0-0-dbg package now that we have automatic dbgsym
packages.
* 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.
Modified:
desktop/unstable/gdk-pixbuf/debian/changelog
desktop/unstable/gdk-pixbuf/debian/control.in
desktop/unstable/gdk-pixbuf/debian/rules
Modified: desktop/unstable/gdk-pixbuf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/changelog?rev=47999&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/changelog [utf-8] Sat Apr 16 13:30:19 2016
@@ -7,6 +7,11 @@
[ Michael Biebl ]
* New upstream release.
+ * Drop libgdk-pixbuf2.0-0-dbg package now that we have automatic dbgsym
+ packages.
+ * 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.
-- Emilio Pozuelo Monfort <pochu at debian.org> Fri, 08 Apr 2016 21:21:09 +0200
Modified: desktop/unstable/gdk-pixbuf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/control.in?rev=47999&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:30:19 2016
@@ -4,7 +4,7 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: cdbs (>= 0.4.93),
- debhelper (>= 9),
+ debhelper (>= 9.20160114),
dh-autoreconf,
gnome-pkg-tools (>= 0.10),
libglib2.0-dev (>= 2.37.6),
@@ -35,23 +35,6 @@
- Image loading and saving facilities.
- 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
Modified: desktop/unstable/gdk-pixbuf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/rules?rev=47999&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/rules [utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/rules [utf-8] Sat Apr 16 13:30:19 2016
@@ -15,6 +15,8 @@
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
DEB_DH_MAKESHLIBS_ARGS_libgdk-pixbuf2.0-0 += --add-udeb=libgdk-pixbuf2.0-0-udeb -X "/usr/lib/$(DEB_HOST_MULTIARCH)/gdk-pixbuf-2.0" -V -- -c4
+
+DEB_DH_STRIP_ARGS = --dbgsym-migration='libgdk-pixbuf2.0-0-dbg (<< 2.34.0-1~)'
common-binary-fixup-arch::
mkdir -p debian/libgdk-pixbuf2.0-0-udeb/usr/lib/$(DEB_HOST_MULTIARCH)/gdk-pixbuf-2.0/2.10.0
More information about the pkg-gnome-commits
mailing list