r48257 - in /desktop/unstable/totem/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Apr 19 14:29:52 UTC 2016


Author: biebl
Date: Tue Apr 19 14:29:52 2016
New Revision: 48257

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48257
Log:
* Drop totem-dbg package now that we have automatic dbgsym packages.
* Ensure proper upgrade from totem-dbg to new dbgsym packages by using
  dh_strip --dbgsym-migration. Bump Build-Depends on debhelper accordingly.

Modified:
    desktop/unstable/totem/debian/changelog
    desktop/unstable/totem/debian/control
    desktop/unstable/totem/debian/control.in
    desktop/unstable/totem/debian/rules

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=48257&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog	[utf-8] (original)
+++ desktop/unstable/totem/debian/changelog	[utf-8] Tue Apr 19 14:29:52 2016
@@ -2,6 +2,9 @@
 
   * New upstream release.
   * Drop Build-Depends on libdbus-glib-1-dev, no longer needed.
+  * Drop totem-dbg package now that we have automatic dbgsym packages.
+  * Ensure proper upgrade from totem-dbg to new dbgsym packages by using
+    dh_strip --dbgsym-migration. Bump Build-Depends on debhelper accordingly.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 19 Apr 2016 15:44:46 +0200
 

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=48257&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control	[utf-8] (original)
+++ desktop/unstable/totem/debian/control	[utf-8] Tue Apr 19 14:29:52 2016
@@ -7,7 +7,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
                cdbs (>= 0.4.90),
                dpkg-dev (>= 1.16.1),
                autotools-dev,
@@ -121,18 +121,6 @@
  .
  This package contains common data files and translations.
 
-Package: totem-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: ${misc:Depends},
-         totem (= ${binary:Version})
-Description: Debugging symbols for the Totem media player
- Totem is a simple yet featureful media player for GNOME which can read
- a large number of file formats.
- .
- This package contains detached debugging symbols.
-
 Package: totem-plugins
 Architecture: any
 Depends: ${misc:Depends},

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=48257&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in	[utf-8] (original)
+++ desktop/unstable/totem/debian/control.in	[utf-8] Tue Apr 19 14:29:52 2016
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
                cdbs (>= 0.4.90),
                dpkg-dev (>= 1.16.1),
                autotools-dev,
@@ -117,18 +117,6 @@
  .
  This package contains common data files and translations.
 
-Package: totem-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: ${misc:Depends},
-         totem (= ${binary:Version})
-Description: Debugging symbols for the Totem media player
- Totem is a simple yet featureful media player for GNOME which can read
- a large number of file formats.
- .
- This package contains detached debugging symbols.
-
 Package: totem-plugins
 Architecture: any
 Depends: ${misc:Depends},

Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=48257&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules	[utf-8] (original)
+++ desktop/unstable/totem/debian/rules	[utf-8] Tue Apr 19 14:29:52 2016
@@ -20,7 +20,7 @@
 	--disable-run-in-source-tree \
 	PYTHON=/usr/bin/python3
 
-DEB_DH_STRIP_ARGS := --dbg-package=totem-dbg
+DEB_DH_STRIP_ARGS := --dbgsym-migration='totem-dbg (<< 3.20.1-1~)'
 DEB_DH_MAKESHLIBS_ARGS += -Xplugins/
 DEB_DH_GIREPOSITORY_ARGS += -lsrc
 DEB_DH_MAKESHLIBS_ARGS_totem += -X/usr/lib/nautilus/




More information about the pkg-gnome-commits mailing list