Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package chocolate-doom The version in sid makes a very small package metadata change to improve the experience of Debian users: the "zenity" package was suggested, and is now recommended. We made some late adjustments to the chocolate-doom package to work around an infrastructure bug[1] (heads-up to release[2]) which meant this change is more important since the package include several binaries and most users will not be able to run them all: with zenity installed, those binaries will at least pop up a message explaining the situation. I got my timings wrong when uploading this package and didn't expect to need to request an unblock (I forgot that priority medium packages took 10 days in the pre-freeze). Therefore some small unrelated source change is in the debdiff, this is effectively a no-op. Thanks [1] http://bugs.debian.org/824169 [2] https://lists.debian.org/debian-release/2016/11/msg00372.html unblock chocolate-doom/2.3.0-3 -- System Information: Debian Release: 8.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru chocolate-doom-2.3.0/debian/changelog chocolate-doom-2.3.0/debian/changelog --- chocolate-doom-2.3.0/debian/changelog 2017-01-11 16:02:51.000000000 +0000 +++ chocolate-doom-2.3.0/debian/changelog 2017-01-27 07:37:30.000000000 +0000 @@ -1,3 +1,14 @@ +chocolate-doom (2.3.0-3) unstable; urgency=medium + + * debian/rules: remove --parallel and --with=autoreconf, which are + defaults for debhelper compat level >= 10 + * Promote zenity from Suggests: to Recommends:. This ensures that error + messages will be displayed when trying to launch the engines from + a graphical menu system, such as when an IWAD is not detected. + Closes: #850427. + + -- Jonathan Dowland <j...@debian.org> Fri, 27 Jan 2017 07:37:30 +0000 + chocolate-doom (2.3.0-2) unstable; urgency=medium * Upload to unstable. diff -Nru chocolate-doom-2.3.0/debian/control chocolate-doom-2.3.0/debian/control --- chocolate-doom-2.3.0/debian/control 2016-12-30 14:23:29.000000000 +0000 +++ chocolate-doom-2.3.0/debian/control 2017-01-27 07:37:30.000000000 +0000 @@ -26,8 +26,7 @@ ${misc:Depends}, ${shlibs:Depends} Recommends: - freedm | game-data-packager -Suggests: + freedm | game-data-packager, zenity Provides: chocolate-heretic, diff -Nru chocolate-doom-2.3.0/debian/rules chocolate-doom-2.3.0/debian/rules --- chocolate-doom-2.3.0/debian/rules 2016-12-29 22:20:55.000000000 +0000 +++ chocolate-doom-2.3.0/debian/rules 2017-01-23 15:16:17.000000000 +0000 @@ -3,7 +3,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,defs %: - dh $@ --parallel --with autoreconf,bash-completion + dh $@ --with bash-completion override_dh_auto_configure: dh_auto_configure -- \