r50551 - in /desktop/unstable/totem-pl-parser/debian: changelog control control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Wed Sep 14 13:49:26 UTC 2016


Author: ah
Date: Wed Sep 14 13:49:26 2016
New Revision: 50551

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50551
Log:
Drop libtotem-plparser-dbg in favour of automatic dbgsym

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

Modified: desktop/unstable/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/changelog?rev=50551&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog	[utf-8] Wed Sep 14 13:49:26 2016
@@ -1,6 +1,7 @@
 totem-pl-parser (3.10.6-5) UNRELEASED; urgency=medium
 
   * Convert from cdbs to dh.
+  * Drop libtotem-plparser-dbg in favour of automatic dbgsym
 
  -- Andreas Henriksson <andreas at fatal.se>  Wed, 14 Sep 2016 15:34:44 +0200
 

Modified: desktop/unstable/totem-pl-parser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/control?rev=50551&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/control	[utf-8] Wed Sep 14 13:49:26 2016
@@ -73,19 +73,6 @@
  .
  This package contains the shared library.
 
-Package: libtotem-plparser-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libtotem-plparser18 (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: Totem Playlist Parser library - debugging symbols
- totem-pl-parser is a simple GObject-based library to parse a host of
- playlist formats, as well as save those.
- .
- This package contains the debugging symbols.
-
 Package: gir1.2-totem-plparser-1.0
 Section: introspection
 Architecture: any

Modified: desktop/unstable/totem-pl-parser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/control.in?rev=50551&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/control.in	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/control.in	[utf-8] Wed Sep 14 13:49:26 2016
@@ -69,19 +69,6 @@
  .
  This package contains the shared library.
 
-Package: libtotem-plparser-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libtotem-plparser18 (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: Totem Playlist Parser library - debugging symbols
- totem-pl-parser is a simple GObject-based library to parse a host of
- playlist formats, as well as save those.
- .
- This package contains the debugging symbols.
-
 Package: gir1.2-totem-plparser-1.0
 Section: introspection
 Architecture: any

Modified: desktop/unstable/totem-pl-parser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/rules?rev=50551&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/rules	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/rules	[utf-8] Wed Sep 14 13:49:26 2016
@@ -19,5 +19,8 @@
 	dh_makeshlibs -p $(libtotem-plparserN) -V -- -c4
 	dh_makeshlibs --remaining-packages
 
+override_dh_strip:
+	dh_strip --dbgsym-migration="libtotem-plparser-dbg (<< 3.10.6-5~)"
+
 override_dh_auto_test:
 




More information about the pkg-gnome-commits mailing list