[Pkg-sdl-commits] [SCM] Debian packaging of SDL_image 1.2 branch, master, updated. debian/1.2.12-2-2-gbfa165a

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Thu May 9 19:23:16 UTC 2013


The following commit has been merged in the master branch:
commit bfa165a8495ada82734922b468f0145b6ae0a92c
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Thu May 9 17:09:33 2013 +0100

    Prepare next release for unstable with new -dbg package and minor packaging updates

diff --git a/debian/changelog b/debian/changelog
index ba5c529..bec970a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,21 +1,17 @@
-sdl-image1.2 (1.2.12-3~exp1) experimental; urgency=low
+sdl-image1.2 (1.2.12-3) unstable; urgency=low
 
-  [ Felix Geyer ]
-  * Drop unnecessary dependencies of libsdl-image1.2-dev
-
-  [ Manuel A. Fernandez Montecelo ]
-  * Build-Depends and Depends on SDL with added ~ to the version number, in
-    order to allow to work with backported/local versions
-  * Upload to experimental, so people can check if their packages continue to
-    build with the removed dependencies
+  * Bump Policy Standards-Version to 3.9.4 (no changes needed)
+  * Add package -dbg with debugging information
+  * Remove field "DM-Upload-Allowed: yes", obsolete
+  * Change maintainer address
 
- -- Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>  Wed, 09 May 2012 21:23:47 +0100
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Thu, 09 May 2013 17:06:16 +0100
 
 sdl-image1.2 (1.2.12-2) unstable; urgency=low
 
   * Adding back dependencies of libsdl-image1.2-dev to avoid FTBFS in packages
     depending on this one, while we decide what to do in the long run
-   (Closes: #669571)
+    (Closes: #669571)
   * Re-tweaked debian/rules, especially dh_autoreconf so it executes
     'autogen.sh' properly (Closes: #669504)
   * Bumped Policy Standards-Version to 3.9.3 (no changes needed)
diff --git a/debian/control b/debian/control
index a29a28b..43e4b79 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,9 @@
 Source: sdl-image1.2
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
-Uploaders: Felix Geyer <debfx-pkg at fobos.de>, Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
-DM-Upload-Allowed: yes
+Uploaders: Felix Geyer <debfx-pkg at fobos.de>, Manuel A. Fernandez Montecelo <mafm at debian.org>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9~),
                dh-autoreconf,
                libsdl1.2-dev (>= 1.2.14~),
                libjpeg-dev,
@@ -12,7 +11,7 @@ Build-Depends: debhelper (>= 9),
                libtiff4-dev,
                libwebp-dev (>= 0.1.3),
                zlib1g-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://www.libsdl.org/projects/SDL_image/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdl-image1.2.git
 Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/sdl-image1.2.git
@@ -30,13 +29,33 @@ 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
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends},
+         libsdl-image1.2 (= ${binary:Version})
+Description: Image loading library for Simple DirectMedia Layer 1.2, libraries
+ 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
 Section: libdevel
 Depends: ${misc:Depends},
          libsdl-image1.2 (= ${binary:Version}),
-         libsdl1.2-dev (>= 1.2.14~)
+         libsdl1.2-dev (>= 1.2.14~),
+         libjpeg-dev,
+         libpng-dev,
+         libtiff4-dev,
+         libwebp-dev (>= 0.1.3),
+         zlib1g-dev
 Description: Image loading library for Simple DirectMedia Layer 1.2, development files
  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,
diff --git a/debian/rules b/debian/rules
index 62180dd..0de6fb9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,3 +29,6 @@ override_dh_install:
 
 override_dh_installchangelogs:
 	dh_installchangelogs -- CHANGES
+
+override_dh_strip:
+	dh_strip --dbg-package=libsdl-image1.2-dbg

-- 
Debian packaging of SDL_image 1.2



More information about the pkg-sdl-commits mailing list