[Pkg-sdl-commits] [SCM] Debian packaging of SDL_image 1.2 branch, master, updated. debian/1.2.12-2-1-g8d2a6ca
Manuel A. Fernandez Montecelo
manuel.montezelo at gmail.com
Mon May 14 22:15:33 UTC 2012
The following commit has been merged in the master branch:
commit 8d2a6ca62f19eb9c92419496fe4c068b8ba3b3e4
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date: Wed May 9 21:27:04 2012 +0100
Drop unnecessary Depends from -dev
diff --git a/debian/changelog b/debian/changelog
index 8253bfb..ba5c529 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+sdl-image1.2 (1.2.12-3~exp1) experimental; 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
+
+ -- Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com> Wed, 09 May 2012 21:23:47 +0100
+
sdl-image1.2 (1.2.12-2) unstable; urgency=low
* Adding back dependencies of libsdl-image1.2-dev to avoid FTBFS in packages
diff --git a/debian/control b/debian/control
index a7802e0..a29a28b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
- libsdl1.2-dev (>= 1.2.14),
+ libsdl1.2-dev (>= 1.2.14~),
libjpeg-dev,
libpng-dev,
libtiff4-dev,
@@ -36,12 +36,7 @@ Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libsdl-image1.2 (= ${binary:Version}),
- libsdl1.2-dev (>= 1.2.14),
- libjpeg-dev,
- libpng-dev,
- libtiff4-dev,
- libwebp-dev (>= 0.1.3),
- zlib1g-dev
+ libsdl1.2-dev (>= 1.2.14~)
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,
--
Debian packaging of SDL_image 1.2
More information about the pkg-sdl-commits
mailing list