[Pkg-sdl-commits] [libsdl2-ttf] 05/06: Use automatic dbgsym packages, drop -dbg

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Mon Jul 31 21:24:36 UTC 2017


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

mafm pushed a commit to annotated tag debian/2.0.14+dfsg1-2
in repository libsdl2-ttf.

commit 8d5c1762d7b9981a4cedeb8322f416945356d389
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Mon Jul 31 23:19:08 2017 +0200

    Use automatic dbgsym packages, drop -dbg
---
 debian/changelog |  1 +
 debian/control   | 13 -------------
 debian/rules     |  5 +----
 3 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e139cb..4683c41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libsdl2-ttf (2.0.14+dfsg1-2) UNRELEASED; urgency=medium
   * Switch to debhelper compat level v10
     - dh flags --parallel are not needed
     - autoreconf is invoked by default
+  * Use automatic dbgsym packages, drop -dbg
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Mon, 31 Jul 2017 23:12:07 +0200
 
diff --git a/debian/control b/debian/control
index 37dccf0..4ecd704 100644
--- a/debian/control
+++ b/debian/control
@@ -25,19 +25,6 @@ Description: TrueType Font library for Simple DirectMedia Layer 2, libraries
  .
  This package contains the shared library.
 
-Package: libsdl2-ttf-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Depends: ${misc:Depends},
-         libsdl2-ttf-2.0-0 (= ${binary:Version})
-Description: TrueType Font library for Simple DirectMedia Layer 2, debugging
- Wrapper around FreeType 2.0 library, making possible to use TrueType fonts to
- render text in SDL applications.
- .
- This package contains the debugging information for the shared library.
-
 Package: libsdl2-ttf-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index f85b022..042c956 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ export AUTOMAKE := automake --foreign
 
 
 %:
-	dh $@
+	dh $@ --dbgsym-migration='libsdl2-ttf-dbg (<< 2.0.14+dfsg1-2~)'
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
@@ -36,8 +36,5 @@ override_dh_link:
 override_dh_compress:
 	dh_compress -Xglfont.c -Xshowfont.c
 
-override_dh_strip:
-	dh_strip --dbg-package=libsdl2-ttf-dbg
-
 override_dh_makeshlibs:
 	dh_makeshlibs -V"libsdl2-ttf-2.0-0 (>= $(SHLIBVER))"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-ttf.git



More information about the pkg-sdl-commits mailing list