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

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Mon Jul 31 23:23:19 UTC 2017


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

mafm pushed a commit to annotated tag debian/1.0.1+dfsg-5
in repository libsdl2-gfx.

commit 59f96410b962070a966737bcad6c7f7b4f2507df
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Tue Aug 1 00:50:52 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 4f78e54..bb4159f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libsdl2-gfx (1.0.1+dfsg-4) 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>  Tue, 01 Aug 2017 00:18:04 +0200
 
diff --git a/debian/control b/debian/control
index bcc1506..d16a55e 100644
--- a/debian/control
+++ b/debian/control
@@ -28,20 +28,6 @@ Description: drawing and graphical effects extension for SDL2
  .
  This package contains the SDL2_gfx runtime library.
 
-Package: libsdl2-gfx-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Depends: libsdl2-gfx-1.0-0 (= ${binary:Version}), ${misc:Depends}
-Description: debugging symbols for SDL2_gfx
- The SDL2_gfx library is an extension to the SDL2 library which provides
- basic antialiased drawing routines such as lines, circles or polygons,
- an interpolating rotozoomer for SDL2 surfaces, framerate control and MMX
- image filters.
- .
- This package contains the debugging information for the shared library.
-
 Package: libsdl2-gfx-dev
 Architecture: any
 Multi-Arch: same
diff --git a/debian/rules b/debian/rules
index b2b08ca..6cbc00e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export AUTOMAKE := automake --foreign
 
 
 %:
-	dh $@
+	dh $@ --dbgsym-migration='libsdl2-gfx-dbg (<< 1.0.1+dfsg-4~)'
 
 CONFIGURE_FLAGS ?=--disable-mmx
 
@@ -37,6 +37,3 @@ override_dh_auto_build:
 
 override_dh_auto_build-indep:
 	doxygen Docs/html.doxyfile
-
-override_dh_strip:
-	dh_strip --dbg-package=libsdl2-gfx-dbg

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



More information about the pkg-sdl-commits mailing list