[Pkg-xfce-commits] r9909 - in /desktop/branches/experimental/libxfce4ui/debian: changelog control rules

Unit 193 unit193-guest at moszumanska.debian.org
Sat Jun 24 17:02:59 UTC 2017


Author: unit193-guest
Date: Sat Jun 24 17:02:59 2017
New Revision: 9909

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9909
Log:
  * d/control:
    - Drop the dbg packages.
  * d/rules:
    - Migrate to dbgsym packages.


Modified:
    desktop/branches/experimental/libxfce4ui/debian/changelog
    desktop/branches/experimental/libxfce4ui/debian/control
    desktop/branches/experimental/libxfce4ui/debian/rules

Modified: desktop/branches/experimental/libxfce4ui/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/libxfce4ui/debian/changelog?rev=9909&op=diff
==============================================================================
--- desktop/branches/experimental/libxfce4ui/debian/changelog	(original)
+++ desktop/branches/experimental/libxfce4ui/debian/changelog	Sat Jun 24 17:02:59 2017
@@ -1,7 +1,14 @@
 libxfce4ui (4.13.1-2) UNRELEASED; urgency=medium
 
+  [ Yves-Alexis Perez ]
   * Run wrap-and-sort.
   * Update standards version to 4.0.0.
+
+  [ Unit 193 ]
+  * d/control:
+    - Drop the dbg packages.
+  * d/rules:
+    - Migrate to dbgsym packages.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 24 Jun 2017 14:07:35 +0200
 

Modified: desktop/branches/experimental/libxfce4ui/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/libxfce4ui/debian/control?rev=9909&op=diff
==============================================================================
--- desktop/branches/experimental/libxfce4ui/debian/control	(original)
+++ desktop/branches/experimental/libxfce4ui/debian/control	Sat Jun 24 17:02:59 2017
@@ -45,18 +45,6 @@
  .
  This package provides development files for the Gtk+2 variant of libxfce4ui.
 
-Package: libxfce4ui-1-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libxfce4ui-1-0 (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: debugging symbols for libxfce4ui - Gtk+2 variant
- This package contains debugging symbols and information for libxfce4ui.
- .
- This package provides debugging symbols for the Gtk+2 variant of libxfce4ui.
-
 Package: libxfce4ui-2-0
 Section: libs
 Architecture: any
@@ -81,18 +69,6 @@
  for libxfce4ui.
  .
  This package provides development files for the Gtk+3 variant of libxfce4ui.
-
-Package: libxfce4ui-2-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libxfce4ui-2-0 (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: debugging symbols for libxfce4ui - Gtk+3 variant
- This package contains debugging symbols and information for libxfce4ui.
- .
- This package provides debugging symbols for the Gtk+3 variant of libxfce4ui.
 
 Package: libxfce4ui-common
 Section: xfce
@@ -120,18 +96,6 @@
  libxfce4ui-1-0 which are:
    - xfce4-about
 
-Package: libxfce4ui-utils-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libxfce4ui-utils (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Breaks: libxfce4ui-1-dbg (<< 4.10.0-4)
-Replaces: libxfce4ui-1-dbg (<< 4.10.0-4)
-Description: debugging symbols for libxfce4ui-utils
- This package contains debugging symbols and information for libxfce4ui-utils.
-
 Package: xfce-keyboard-shortcuts
 Section: oldlibs
 Priority: extra

Modified: desktop/branches/experimental/libxfce4ui/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/libxfce4ui/debian/rules?rev=9909&op=diff
==============================================================================
--- desktop/branches/experimental/libxfce4ui/debian/rules	(original)
+++ desktop/branches/experimental/libxfce4ui/debian/rules	Sat Jun 24 17:02:59 2017
@@ -23,9 +23,10 @@
 	dh_install --fail-missing -X .la
 
 override_dh_strip:
-	dh_strip -plibxfce4ui-1-0 --dbg-package=libxfce4ui-1-dbg
-	dh_strip -plibxfce4ui-2-0 --dbg-package=libxfce4ui-2-dbg
-	dh_strip -plibxfce4ui-utils --dbg-package=libxfce4ui-utils-dbg
+	dh_strip -plibxfce4ui-1-0 --dbgsym-migration='libxfce4ui-1-dbg (<< 4.13.1-2~)'
+	dh_strip -plibxfce4ui-2-0 --dbgsym-migration='libxfce4ui-2-dbg (<< 4.13.1-2~)'
+	dh_strip -plibxfce4ui-utils --dbgsym-migration='libxfce4ui-utils-dbg (<< 4.13.1-2~)'
+	dh_strip --remaining-packages
 
 override_dh_makeshlibs:
 	dh_makeshlibs -plibxfce4ui-1-0 -Xlibxfce4kbd-private




More information about the Pkg-xfce-commits mailing list