[Pkg-sdl-commits] [sdl-image1.2] 03/06: Use automatic dbgsym packages, drop -dbg

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Thu Aug 3 15:01:28 UTC 2017


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

mafm pushed a commit to branch master
in repository sdl-image1.2.

commit ee5c2f6ad921493eb27f6eb5f8c701021f895db0
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Thu Aug 3 16:40:55 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 7dc459b..fd8703b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ sdl-image1.2 (1.2.12-6) 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>  Sat, 08 Mar 2014 19:55:01 +0000
 
diff --git a/debian/control b/debian/control
index 5be9055..252f90b 100644
--- a/debian/control
+++ b/debian/control
@@ -28,20 +28,6 @@ Description: Image loading library for Simple DirectMedia Layer 1.2, libraries
  .
  This package contains the shared library.
 
-Package: libsdl-image1.2-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Depends: ${misc:Depends},
-         libsdl-image1.2 (= ${binary:Version})
-Description: Image loading library for Simple DirectMedia Layer 1.2, debugging
- This is a simple library to load images of various formats as SDL surfaces.  It
- supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF,
- WEBP, XCF, XPM, XV.
- .
- This package contains the debugging information for the shared library.
-
 Package: libsdl-image1.2-dev
 Architecture: any
 Multi-Arch: same
diff --git a/debian/rules b/debian/rules
index 944f6ff..54d0660 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ confflags += --disable-png-shared
 confflags += --disable-webp-shared
 
 %:
-	dh $@
+	dh $@ --dbgsym-migration='libsdl-image1.2-dbg (<< 1.2.12-6~)'
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
@@ -30,6 +30,3 @@ override_dh_install:
 
 override_dh_installchangelogs:
 	dh_installchangelogs -- CHANGES
-
-override_dh_strip:
-	dh_strip --dbg-package=libsdl-image1.2-dbg

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



More information about the pkg-sdl-commits mailing list