Hi release team,
the clanbomber version in sid has a patch for fixing FTBFS on machines
which have a soundcard, but do not support particular sampling rates
(see bug #398855). The patch does not touch anything concerning
runtime at all, just the code that builds the datafile (which is done
during package build).
Testing propagation time will end tomorrow, I didn't get any
regression reports. Can I please have this in Etch?
Thank you!
Martin
clanbomber (1.05cdbs-5) unstable; urgency=low
.
* Add debian/patches/06_datafile_nosoundinit.patch: Do not actually open the
sound card, just register sound resources when creating the -datafile.
Closes: #398855
(debdiff attached FYI)
--
Martin Pitt http://www.piware.de
Ubuntu Developer http://www.ubuntu.com
Debian Developer http://www.debian.org
diff -u clanbomber-1.05cdbs/debian/changelog clanbomber-1.05cdbs/debian/changelog
--- clanbomber-1.05cdbs/debian/changelog
+++ clanbomber-1.05cdbs/debian/changelog
@@ -1,3 +1,11 @@
+clanbomber (1.05cdbs-5) unstable; urgency=low
+
+ * Add debian/patches/06_datafile_nosoundinit.patch: Do not actually open the
+ sound card, just register sound resources when creating the -datafile.
+ Closes: #398855
+
+ -- Martin Pitt <mpitt@debian.org> Mon, 11 Dec 2006 16:44:44 +0100
+
clanbomber (1.05cdbs-4) unstable; urgency=low
* Add debian/patches/05_unnecessary_libs.patch: Patch configure to not cause
only in patch2:
unchanged:
--- clanbomber-1.05cdbs.orig/debian/patches/06_datafile_nosoundinit.patch
+++ clanbomber-1.05cdbs/debian/patches/06_datafile_nosoundinit.patch
@@ -0,0 +1,12 @@
+diff -Nur clanbomber-1.05cdbs/build-tree/clanbomber-1.05/clanbomber/ClanBomber.cpp clanbomber-1.05cdbs.new/build-tree/clanbomber-1.05/clanbomber/ClanBomber.cpp
+--- clanbomber-1.05/clanbomber/ClanBomber.cpp 2006-12-11 16:44:13.000000000 +0100
++++ clanbomber-1.05/clanbomber/ClanBomber.cpp 2006-12-11 16:44:29.000000000 +0100
+@@ -91,7 +91,7 @@
+ if (strcmp (argv[1], "-datafile") == 0) {
+ CL_SetupCore::init();
+ CL_SetupDisplay::init(true);
+- CL_SetupSound::init();
++ CL_SetupSound::init(true);
+
+ CL_DatafileCompiler::write("clanbomber.scr", "clanbomber.dat");
+
Attachment:
signature.asc
Description: Digital signature