[libmatekbd] 01/02: dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.

Mike Gabriel sunweaver at debian.org
Sat May 28 23:29:28 UTC 2016


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

sunweaver pushed a commit to branch master
in repository libmatekbd.

commit c875a2ce1ae503155621db01b73ee3763dd10147
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun May 29 01:02:25 2016 +0200

    dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
---
 debian/control | 22 ----------------------
 debian/rules   |  2 +-
 2 files changed, 1 insertion(+), 23 deletions(-)

diff --git a/debian/control b/debian/control
index dd074ad..cd94ddf 100644
--- a/debian/control
+++ b/debian/control
@@ -72,28 +72,6 @@ Description: MATE library to manage keyboard configuration (development files)
  .
  This package contains the development files.
 
-Package: libmatekbd4-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Provides: libmatekbd-dbg,
-Breaks: libmatekbd-dbg,
-Replaces: libmatekbd-dbg,
-Depends: libmatekbd4 (= ${binary:Version}),
-         ${misc:Depends},
-Description: MATE library to manage keyboard configuration (debugging symbols)
- libmatekbd offers an API to manage the keyboard in MATE applications.
- .
- libmatekbdui offers an API to display a graphical user interface for
- libmatekbd operations.
- .
- This package contains the debugging symbols for the libmatekbd and the
- libmatekbdui libraries.
- .
- They are installed into /usr/lib/debug and will automatically be used
- by gdb.
-
 Package: gir1.2-matekbd
 Architecture: any
 Depends: ${gir:Depends},
diff --git a/debian/rules b/debian/rules
index fb32a2f..9f43e70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_makeshlibs:
 	dh_makeshlibs -V 'libmatekbd4 (>= 1.8.0)'
 
 override_dh_strip:
-	dh_strip -plibmatekbd4 --dbg-package=libmatekbd4-dbg
+	dh_strip -plibmatekbd4 --dbgsym-migration='libmatekbd4-dbg (<< 1.14.1-1~)'
 
 override_dh_auto_clean:
 	dh_auto_clean

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



More information about the pkg-mate-commits mailing list