This is an automated email from the git hooks/post-receive script. jmtd pushed a commit to branch master in repository chocolate-doom.
commit 3593414fd5c4c59bce811dcc8225c8bc897a2f00 Author: Jonathan Dowland <[email protected]> Date: Fri Jan 27 16:49:26 2017 +0000 zenity to recommends --- debian/changelog | 2 +- debian/control | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index a862b7e..44a2faa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ chocolate-doom (2.3.0-3) UNRELEASED; urgency=medium * debian/rules: remove --parallel and --with=autoreconf, which are defaults for debhelper compat level >= 10 - * Promote zenity from Suggests: to Depends:. This ensures that error + * 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. diff --git a/debian/control b/debian/control index 6c45920..243e05e 100644 --- a/debian/control +++ b/debian/control @@ -24,10 +24,10 @@ Package: chocolate-doom Architecture: any Depends: ${misc:Depends}, - ${shlibs:Depends}, - zenity + ${shlibs:Depends} Recommends: - freedm | game-data-packager + freedm | game-data-packager, + zenity Provides: chocolate-heretic, chocolate-hexen, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

