[mate-menus] 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 11:10:16 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-menus.

commit 24b2ff8367c58fcbadda2804dcaf3d963b154c35
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Mon May 30 14:10:02 2016 +0300

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

diff --git a/debian/control b/debian/control
index 9b0edac..b742a15 100644
--- a/debian/control
+++ b/debian/control
@@ -99,34 +99,3 @@ Description: implementation of the freedesktop menu specification for MATE (Pyth
  .
  This package contains the Python bindings.
 
-Package: libmate-menu2-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: libmate-menu2 (= ${binary:Version}),
-         ${misc:Depends},
-Description: implementation of the freedesktop menu spec for MATE (debugging symbols)
- The package contains an implementation of the draft
- "Desktop Menu Specification" from freedesktop.org.
- .
- This package contains the debugging symbols for the library.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
-
-Package: python-mate-menu-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: python-mate-menu,
-         ${misc:Depends},
-         ${python:Depends},
-Description: implementation of the freedesktop menu spec for MATE (Python debugging symbols)
- The package contains an implementation of the draft
- "Desktop Menu Specification" from freedesktop.org.
- .
- This package contains the debugging symbols of the Python bindings.
- .
- 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 0be994e..b07ad3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,8 @@ override_dh_install:
 	dh_install --fail-missing
 
 override_dh_strip:
-	dh_strip -p libmate-menu2 --dbg-package=libmate-menu2-dbg
-	dh_strip -p python-mate-menu --dbg-package=python-mate-menu-dbg
+	dh_strip -p libmate-menu2 --dbgsym-migration='libmate-menu2-dbg (<< 1.14.0-2~)'
+	dh_strip -p python-mate-menu --dbgsym-migration='python-mate-menu-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-menus.git



More information about the pkg-mate-commits mailing list