[Pkg-sdl-commits] [SCM] Debian packaging of SDL_mixer project branch, master, updated. debian/1.2.12-3-2-g8b54c4e

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Thu May 9 15:20:04 UTC 2013


The following commit has been merged in the master branch:
commit a4ea16aaae4cfcf8f5cf8398b3e5fa7d0e0885d0
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Sun Jan 6 22:39:54 2013 +0000

    Preparing 1.2.12-4
    
      * Bump Policy Standards-Version to 3.9.4 (no changes needed)
      * Add package -dbg with debugging information
      * Remove field "DM-Upload-Allowed: yes", obsolete

diff --git a/debian/changelog b/debian/changelog
index 60e3718..4543724 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sdl-mixer1.2 (1.2.12-4) UNRELEASED; urgency=low
+
+  * Bump Policy Standards-Version to 3.9.4 (no changes needed)
+  * Add package -dbg with debugging information
+  * Remove field "DM-Upload-Allowed: yes", obsolete
+
+ -- Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>  Sun, 06 Jan 2013 22:02:27 +0000
+
 sdl-mixer1.2 (1.2.12-3) unstable; urgency=low
 
   * Bring back the unnecessary dependencies previously dropped by Felix Geyer,
diff --git a/debian/control b/debian/control
index d0db305..8d92974 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
 Uploaders: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
-DM-Upload-Allowed: yes
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 9~),
                dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
@@ -35,16 +34,31 @@ 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
 Multi-Arch: same
 Depends: ${misc:Depends},
+         libsdl-mixer1.2 (= ${binary:Version}),
          libflac-dev (>= 1.2.1),
          libmad0-dev (>= 0.15.1b),
          libmikmod2-dev (>= 3.1.11),
          libogg-dev (>= 1.2.0),
-         libsdl-mixer1.2 (= ${binary:Version}),
          libsdl1.2-dev (>= 1.2.14~),
          libvorbis-dev (>= 1.2.0)
 Description: Mixer library for Simple DirectMedia Layer 1.2, development files
diff --git a/debian/rules b/debian/rules
index 8e96f25..158676d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,3 +46,6 @@ override_dh_auto_configure:
 
 override_dh_installchangelogs:
 	dh_installchangelogs -- CHANGES
+
+override_dh_strip:
+	dh_strip --dbg-package=libsdl-mixer1.2-dbg

-- 
Debian packaging of SDL_mixer project



More information about the pkg-sdl-commits mailing list