r48265 - in /packages/unstable/rhythmbox/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Apr 19 15:29:11 UTC 2016
Author: biebl
Date: Tue Apr 19 15:29:11 2016
New Revision: 48265
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48265
Log:
* Drop rhythmbox-dbg package now that we have automatic dbgsym packages.
* Ensure proper upgrade from rhythmbox-dbg to new dbgsym packages by using
dh_strip --dbgsym-migration. Bump Build-Depends on debhelper accordingly.
Modified:
packages/unstable/rhythmbox/debian/changelog
packages/unstable/rhythmbox/debian/control
packages/unstable/rhythmbox/debian/control.in
packages/unstable/rhythmbox/debian/rules
Modified: packages/unstable/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/changelog?rev=48265&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog [utf-8] Tue Apr 19 15:29:11 2016
@@ -10,6 +10,9 @@
reverse dependencies of that interface and the inter-package dependencies
are tightly versioned.
* Drop obsolete Breaks/Replaces from pre-wheezy.
+ * Drop rhythmbox-dbg package now that we have automatic dbgsym packages.
+ * Ensure proper upgrade from rhythmbox-dbg to new dbgsym packages by using
+ dh_strip --dbgsym-migration. Bump Build-Depends on debhelper accordingly.
-- Emilio Pozuelo Monfort <pochu at debian.org> Sat, 09 Apr 2016 10:59:46 +0200
Modified: packages/unstable/rhythmbox/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/control?rev=48265&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/control [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/control [utf-8] Tue Apr 19 15:29:11 2016
@@ -9,7 +9,7 @@
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>
Homepage: https://wiki.gnome.org/Apps/Rhythmbox
Build-Depends: cdbs (>= 0.4.90~),
- debhelper (>= 9),
+ debhelper (>= 9.20160114),
dh-autoreconf,
dh-python (>= 1.20130903),
gnome-pkg-tools (>= 0.6),
@@ -112,26 +112,6 @@
This package contains pictures, localization files and other data
needed by rhythmbox.
-Package: rhythmbox-dbg
-Architecture: any
-Priority: extra
-Section: debug
-Depends: ${misc:Depends},
- rhythmbox (= ${binary:Version})
-Recommends: libgstreamer1.0-0-dbg,
- gstreamer1.0-plugins-base-dbg,
- gstreamer1.0-plugins-good-dbg,
- gstreamer1.0-plugins-ugly-dbg
-Description: debugging symbols for rhythmbox
- Rhythmbox is a very easy to use music playing and management program
- which supports a wide range of audio formats (including mp3 and ogg).
- Originally inspired by Apple's iTunes, the current version also supports
- Internet Radio, iPod integration and generic portable audio player
- support, Audio CD burning, Audio CD playback, music sharing, and
- Podcasts.
- .
- This package contains the debugging symbols for rhythmbox.
-
Package: rhythmbox-plugins
Architecture: any
Depends: ${misc:Depends},
Modified: packages/unstable/rhythmbox/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/control.in?rev=48265&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/control.in [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/control.in [utf-8] Tue Apr 19 15:29:11 2016
@@ -5,7 +5,7 @@
Uploaders: @GNOME_TEAM@
Homepage: https://wiki.gnome.org/Apps/Rhythmbox
Build-Depends: cdbs (>= 0.4.90~),
- debhelper (>= 9),
+ debhelper (>= 9.20160114),
dh-autoreconf,
dh-python (>= 1.20130903),
gnome-pkg-tools (>= 0.6),
@@ -108,26 +108,6 @@
This package contains pictures, localization files and other data
needed by rhythmbox.
-Package: rhythmbox-dbg
-Architecture: any
-Priority: extra
-Section: debug
-Depends: ${misc:Depends},
- rhythmbox (= ${binary:Version})
-Recommends: libgstreamer1.0-0-dbg,
- gstreamer1.0-plugins-base-dbg,
- gstreamer1.0-plugins-good-dbg,
- gstreamer1.0-plugins-ugly-dbg
-Description: debugging symbols for rhythmbox
- Rhythmbox is a very easy to use music playing and management program
- which supports a wide range of audio formats (including mp3 and ogg).
- Originally inspired by Apple's iTunes, the current version also supports
- Internet Radio, iPod integration and generic portable audio player
- support, Audio CD burning, Audio CD playback, music sharing, and
- Podcasts.
- .
- This package contains the debugging symbols for rhythmbox.
-
Package: rhythmbox-plugins
Architecture: any
Depends: ${misc:Depends},
Modified: packages/unstable/rhythmbox/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/rules?rev=48265&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/rules [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/rules [utf-8] Tue Apr 19 15:29:11 2016
@@ -37,3 +37,5 @@
# Fail if there are any files which are not installed
DEB_DH_INSTALL_ARGS += --fail-missing -X.la -Xsample-plugins
+
+DEB_DH_STRIP_ARGS := --dbgsym-migration='rhythmbox-dbg (<< 3.3.1-1~)'
More information about the pkg-gnome-commits
mailing list