[mate-control-center] 01/01: debian/control rules: dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Mon May 30 09:47:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

gnugr-guest pushed a commit to branch master
in repository mate-control-center.

commit 79bed24c1f700c07ea3d5789718d7853b38c7ac8
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Mon May 30 12:47:08 2016 +0300

    debian/control rules: dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
---
 debian/control | 51 ---------------------------------------------------
 debian/rules   |  6 +++---
 2 files changed, 3 insertions(+), 54 deletions(-)

diff --git a/debian/control b/debian/control
index d9a27ec..279080d 100644
--- a/debian/control
+++ b/debian/control
@@ -117,25 +117,6 @@ Description: utilities to configure the MATE desktop (window settings headers)
  This package contains the development files for the MATE window settings
  library.
 
-Package: libmate-window-settings1-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Provides: libmate-window-settings-dbg,
-Depends: libmate-window-settings1 (= ${binary:Version}),
-         ${misc:Depends},
-Description: utilities to configure the MATE desktop (window settings debugging symbols)
- The MATE control center contains configuration applets for the MATE desktop,
- allowing to set accessibility configuration, desktop fonts, keyboard
- and mouse properties, sound setup, desktop theme and background, user
- interface properties, screen resolution, and other MATE parameters.
- .
- This package contains the debugging symbols for the MATE window settings
- library.
- .
- They are installed into /usr/lib/debug and will automatically used by gdb.
-
 Package: libmate-slab0
 Section: libs
 Architecture: any
@@ -161,35 +142,3 @@ Description: beautification app library (development headers)
  .
  This package contains the development files for libmate-slab.
 
-Package: libmate-slab0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: libmate-slab0 (= ${binary:Version}),
-         ${misc:Depends},
-Description: beautification app library (window settings debugging symbols)
- The libmate-slab library provides functionality to create applications
- like MATE control center and the application-browser from gnome-main-menu.
- .
- This package contains the debugging symbols for the libmate-slab
- library.
- .
- They are installed into /usr/lib/debug and will automatically used by gdb.
-
-Package: mate-control-center-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: mate-control-center (= ${binary:Version}),
-         ${misc:Depends},
-Description: utilities to configure the MATE desktop (debugging symbols)
- The MATE control center contains configuration applets for the MATE desktop,
- allowing to set accessibility configuration, desktop fonts, keyboard
- and mouse properties, sound setup, desktop theme and background, user
- interface properties, screen resolution, and other MATE parameters.
- .
- This package contains debugging symbols for mate-control-center.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
diff --git a/debian/rules b/debian/rules
index 2d9e42e..57ffc5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,9 +29,9 @@ override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 
 override_dh_strip:
-	dh_strip -pmate-control-center --dbg-package=mate-control-center-dbg
-	dh_strip -plibmate-window-settings1 --dbg-package=libmate-window-settings1-dbg
-	dh_strip -plibmate-slab0 --dbg-package=libmate-slab0-dbg
+	dh_strip -pmate-control-center --dbgsym-migration='mate-control-center-dbg (<< 1.14.0-2~)'
+	dh_strip -plibmate-window-settings1 --dbgsym-migration='libmate-window-settings1-dbg (<< 1.14.0-2~)'
+	dh_strip -plibmate-slab0 --dbgsym-migration='libmate-slab0-dbg (<< 1.14.0-2~)'
 
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-control-center.git



More information about the pkg-mate-commits mailing list