Package: sdl-mixer1.2 Version: 1.2.12-10 Severity: wishlist Tags: patch Dear maintainer,
libmikmod is transitioning from libmikmod2 to libmikmod3, and the latter will provide libmikmod-dev instead of a versioned -dev package. Since sdl-mixer1.2 has a versioned build-dependency on libmikmod2-dev, it needs to be updated; could you change the build-dependency to libmikmod-dev instead? The versioned dependency should no longer be required, even oldstable has a new enough version of libmikmod. The attached patch implements this. The resulting source package builds fine with libmikmod2 and libmikmod3. Thanks, Stephen
diff -Nru sdl-mixer1.2-1.2.12/debian/control sdl-mixer1.2-1.2.12/debian/control
--- sdl-mixer1.2-1.2.12/debian/control 2013-12-21 19:03:11.000000000 +0100
+++ sdl-mixer1.2-1.2.12/debian/control 2014-03-17 23:38:17.000000000 +0100
@@ -11,7 +11,7 @@
libfluidsynth-dev (>= 1.1.1),
libmad0-dev (>= 0.15.1b),
libmodplug-dev (>= 1:0.8.8),
- libmikmod2-dev (>= 3.1.11),
+ libmikmod-dev,
libogg-dev (>= 1.2.0),
libsdl1.2-dev (>= 1.2.14~),
libsmpeg-dev,
signature.asc
Description: Digital signature

