[Pkg-sdl-commits] [sdl-mixer1.2] 04/07: Use automatic dbgsym packages, drop -dbg

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


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

mafm pushed a commit to annotated tag debian/1.2.12-12
in repository sdl-mixer1.2.

commit c2f6c1a613131193d8a7350697c9ea96e794813c
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Thu Aug 3 17:16:37 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 0c64476..cab5467 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ sdl-mixer1.2 (1.2.12-12) 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>  Thu, 03 Aug 2017 17:07:13 +0200
 
diff --git a/debian/control b/debian/control
index 41140b4..c8e22ee 100644
--- a/debian/control
+++ b/debian/control
@@ -35,21 +35,6 @@ Description: Mixer library for Simple DirectMedia Layer 1.2, libraries
  .
  This package contains the shared library.
 
-Package: libsdl-mixer1.2-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Depends: ${misc:Depends},
-         libsdl-mixer1.2 (= ${binary:Version})
-Description: Mixer library for Simple DirectMedia Layer 1.2, debugging
- SDL_mixer is a sample multi-channel audio mixer library.  It supports any
- number of simultaneously playing channels of 16 bit stereo audio, plus a single
- channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg
- Vorbis, and SMPEG MP3 libraries.
- .
- This package contains the debugging information for the shared library.
-
 Package: libsdl-mixer1.2-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 3b60b0f..9101974 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,13 +43,10 @@ confflags += --disable-music-fluidsynth-shared
 
 
 %:
-	dh $@
+	dh $@ --dbgsym-migration='libsdl-mixer1.2-dbg (<< 1.2.12-12~)'
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
 
 override_dh_installchangelogs:
 	dh_installchangelogs -- CHANGES
-
-override_dh_strip:
-	dh_strip --dbg-package=libsdl-mixer1.2-dbg

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



More information about the pkg-sdl-commits mailing list