[Pkg-sdl-commits] [libsdl2-image] 01/03: Tighten libsdl2-dev dependency to 2.0.0 and bump the shlibver to 2.0.0, thanks to Gianfranco Costamagna for the patch.

Felix Geyer fgeyer at alioth.debian.org
Sun Aug 25 09:49:27 UTC 2013


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

fgeyer pushed a commit to branch master
in repository libsdl2-image.

commit 6d4e18003825e51591723dddf42c0b1372e2ea37
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sun Aug 25 11:18:40 2013 +0200

    Tighten libsdl2-dev dependency to 2.0.0 and bump the shlibver to 2.0.0, thanks to Gianfranco Costamagna for the patch.
---
 debian/changelog |    7 +++++++
 debian/control   |    6 +++---
 debian/rules     |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c028986..10d0247 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libsdl2-image (2.0.0+dfsg-2) UNRELEASED; urgency=low
+
+  * Tighten libsdl2-dev dependency to 2.0.0 and bump the shlibver to 2.0.0,
+    thanks to Gianfranco Costamagna for the patch.
+
+ -- Felix Geyer <fgeyer at debian.org>  Sun, 25 Aug 2013 11:17:02 +0200
+
 libsdl2-image (2.0.0+dfsg-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 502f7a1..46ac0c2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.de
 Uploaders: Felix Geyer <fgeyer at debian.org>, Manuel A. Fernandez Montecelo <mafm at debian.org>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 9~),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               libsdl2-dev (>= 2.0.0~rc1),
+               libsdl2-dev (>= 2.0.0),
                libjpeg-dev,
                libpng-dev,
                libtiff-dev,
@@ -49,7 +49,7 @@ Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
          libsdl2-image-2.0-0 (= ${binary:Version}),
-         libsdl2-dev (>= 2.0.0~rc1)
+         libsdl2-dev (>= 2.0.0)
 Description: Image loading library for Simple DirectMedia Layer 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 536a0b9..c708e1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-SHLIBVER = 2.0.0~rc1
+SHLIBVER = 2.0.0
 
 # features -- disable building as plugins, otherwise dh_shlibs
 confflags =  --disable-jpg-shared

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



More information about the pkg-sdl-commits mailing list