Hi, Axel Beckert wrote: > > * Downgrading the bug to "important" again (which IMHO is now even > > more the most appropriate severity) and adding a paragraph to > > README.Debian or similar to mention this issue. > > I've discussed this with Gregor on IRC and we came to the conclusion > that disabling audio by default plus adding the above mentioned > warning should suffice to downgrade this issue from RC to important. > > Due to the Jessie release date being quite close[1] and this being one > of the bug reports listed on [2], I plan to do an NMU with the above > mentioned characteristics either directly to unstable or at most to > DELAYED-1 -- mostly depending on how quickly I manage to get a > suitable package.
I've just uploaded bb 1.3rc1-8.2 to DELAYED/1. Following is the reduced debdiff which contains all manual changes. If necessary, I can also reschedule the upload. Building the source package always updates config.guess and config.sub, but I suppressed them from the following debdiff. diff -u bb-1.3rc1/main.c bb-1.3rc1/main.c --- bb-1.3rc1/main.c +++ bb-1.3rc1/main.c @@ -155,9 +155,9 @@ bbinit (argc, argv); #ifdef HAVE_LIBMIKMOD - aa_puts (context, 0, p++, AA_SPECIAL, "Music?[Y/n]"); + aa_puts (context, 0, p++, AA_SPECIAL, "Music?[y/N]"); aa_flush (context); - if (tolower (aa_getkey (context, 1)) != 'n') + if (tolower (aa_getkey (context, 1)) == 'y') { MikMod_RegisterAllDrivers (); MikMod_RegisterLoader (&load_s3m); diff -u bb-1.3rc1/debian/changelog bb-1.3rc1/debian/changelog --- bb-1.3rc1/debian/changelog +++ bb-1.3rc1/debian/changelog @@ -1,3 +1,13 @@ +bb (1.3rc1-8.2) unstable; urgency=medium + + * Non-maintainer upload. + * Mitigate hanging visuals in combination with PulseAudio. + + Set default answer for Music to "no". + + Add README.Debian explaining the situation. + + Mitigates: #761023 + + -- Axel Beckert <a...@debian.org> Wed, 01 Apr 2015 21:35:03 +0200 + bb (1.3rc1-8.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- bb-1.3rc1.orig/debian/README.Debian +++ bb-1.3rc1/debian/README.Debian @@ -0,0 +1,14 @@ +BB vs PulseAudio +================ + +Unfortunately BB does not work under X if PulseAudio is active and +Music is requested. If you have PulseAudio installed and want to show +off BB with Music, you can do that by switching to the virtual text +console and running BB there. + +Due to this issue Music in BB is turned of by default in Debian. + +This issue is tracked in the Debian Bug Tracking System at +https://bugs.debian.org/761023 + + -- Axel Beckert <a...@debian.org>, Wed, 1 Apr 2015 22:13:34 +0200 I'll also file an unblock request for that upload soon. Regards, Axel -- ,''`. | Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 `- | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE
signature.asc
Description: Digital signature