This is an automated email from the git hooks/post-receive script. jordi pushed a commit to branch master in repository mame.
commit 17c08ddf1f62dc4073bf749dcc066566194fbcd5 Author: Jordi Mallach <[email protected]> Date: Thu Oct 27 09:39:08 2016 +0200 Demote libjs-sphinxdoc and libjs-mathjax to Suggests. These dependencies drag quite large dependencies themselves, and their absence does not make the packaged docs unusable or unreadable. --- debian/changelog | 3 +++ debian/control | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 895aadd..cdf7d54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ mame (0.179-1) UNRELEASED; urgency=medium + * New upstream release. * hurd.patch: use the correct include for pthread_safe(). * Build-Depend on and set CC/CXX to gcc-5/g++-5 on arm64, to workaround a GCC 6 bug that causes MAME to FTBFS (closes: #840468). + * Demote libjs-sphinxdoc and libjs-mathjax to Suggests, as the docs are + still readable without those installed. -- Jordi Mallach <[email protected]> Thu, 27 Oct 2016 02:06:54 +0200 diff --git a/debian/control b/debian/control index b01a38a..ecf9caa 100644 --- a/debian/control +++ b/debian/control @@ -89,7 +89,8 @@ Description: Tools for MAME Package: mame-doc Section: doc Architecture: all -Depends: libjs-sphinxdoc, libjs-mathjax, ${misc:Depends} +Depends: ${misc:Depends} +Suggests: libjs-sphinxdoc, libjs-mathjax Enhances: mame Description: Documentation for MAME MAME is a hardware emulator: it faithfully reproduces the behavior of many -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

