Your message dated Tue, 13 Mar 2018 21:49:26 +0000
with message-id <e1evrns-0002db...@fasolo.debian.org>
and subject line Bug#835211: fixed in beneath-a-steel-sky 0.0372-7
has caused the Debian Bug report #835211,
regarding beneath-a-steel-sky: Enable subtitles by default
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
835211: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835211
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: beneath-a-steel-sky
Version: 0.0372-6
Severity: wishlist

Dear Maintainer,

scummvm has a ā€œ-nā€ option to enable subtitles.
I think those should be enabled by default.

This would aid accessibility and help users not speaking English.
(Explanation: Voice is always English, while text is translated.)

I am attaching a patched /usr/games/sky file to this bug report.


-- System Information:
Debian Release: 8.5
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages beneath-a-steel-sky depends on:
ii  scummvm  1.7.0+dfsg-2

beneath-a-steel-sky recommends no packages.

beneath-a-steel-sky suggests no packages.

-- debconf information excluded
#!/bin/sh -e

GAMELANG=
ENVLANG=
domain=sky

if [ $(which gettext) ]; then
	gettext="gettext --domain=$domain -s --"
else
	gettext=echo
fi

usage()
{
	$gettext "Usage: sky [OPTION]"
	$gettext "Start Beneath a Steel Sky"
	echo
	$gettext "--en         play the English version"
	$gettext "--de         play the German version"
	$gettext "--fr         play the French version"
	$gettext "--it         play the Italian version"
	$gettext "--es         play the Spanish version"
	$gettext "--help       display this help and exit"
	$gettext "--version    display version information and exit"
}

version()
{
	$gettext "Beneath a Steel Sky v0.0372"
	$gettext "Copyright (C) Revolution Software Ltd."
	$gettext "ScummVM engine Copyright (C) The ScummVM Team"
}

ENVLANG=$(
	echo $LANGUAGE $LANG en | tr ': ' '\n' | cut -c1-2 | while read lang;
	do
		echo $lang | grep -E "de|fr|it|es|en" && break
	done
	)

if ! [ x"$ENVLANG" = x"en" ]; then
	GAMELANG="-q $ENVLANG"
fi

if [ "$#" -gt "1" ]; then
	usage
	exit 1
elif [ "$#" -eq "1" ]; then
	case "$1" in
	--en)
		;;
	--de)
		GAMELANG="-q de"
		;;
	--fr)
		GAMELANG="-q fr"
		;;
	--it)
		GAMELANG="-q it"
		;;
	--es)
		GAMELANG="-q es"
		;;
	--help)
		usage
		exit 0
		;;
	--version)
		version
		exit 0
		;;
	*)
		usage
		exit 1
		;;
	esac
fi

/usr/games/scummvm -n $GAMELANG -p /usr/share/scummvm/beneath-a-steel-sky sky

exit 0

--- End Message ---
--- Begin Message ---
Source: beneath-a-steel-sky
Source-Version: 0.0372-7

We believe that the bug you reported is fixed in the latest version of
beneath-a-steel-sky, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 835...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated beneath-a-steel-sky 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 13 Mar 2018 22:22:34 +0100
Source: beneath-a-steel-sky
Binary: beneath-a-steel-sky
Architecture: source
Version: 0.0372-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 beneath-a-steel-sky - classic 2D point and click science fiction adventure game
Closes: 835211
Changes:
 beneath-a-steel-sky (0.0372-7) unstable; urgency=medium
 .
   * Team upload.
   * Use compat level 11.
   * Declare compliance with Debian Policy 4.1.3.
   * Drop deprecated menu file and xpm icon.
   * Use https for Format field.
   * Enable subtitles by default only when the environment language is not
     English. (Closes: #835211)
   * Use secure upstream URL.
Checksums-Sha1:
 305ea705eeff973801182645979c73479ea8f010 2400 beneath-a-steel-sky_0.0372-7.dsc
 4397b08f8c7fb5cdb0ad9f0e027178ec629eacf9 14072 
beneath-a-steel-sky_0.0372-7.debian.tar.xz
 8dd7cbae85cdba8bf2787b58bc9d83eb5b7a148a 5321 
beneath-a-steel-sky_0.0372-7_source.buildinfo
Checksums-Sha256:
 d87d929745fba4aeb8a06b8f0d12971442d8b03353f5193fa39d2d1a2286da8d 2400 
beneath-a-steel-sky_0.0372-7.dsc
 72b5c59bf8e13bf820d8bfa33c3ab14c1265d65f902f993e2fbb737873f35841 14072 
beneath-a-steel-sky_0.0372-7.debian.tar.xz
 cf58042f1f2ad4e303ef0ddfb48198ad1f24c81595dc372647086c15c804f55b 5321 
beneath-a-steel-sky_0.0372-7_source.buildinfo
Files:
 7b57ca908bbe7ab62b5095b7a0bdb678 2400 games optional 
beneath-a-steel-sky_0.0372-7.dsc
 a580372b767f3011e6e52a5fe0931209 14072 games optional 
beneath-a-steel-sky_0.0372-7.debian.tar.xz
 1e28fe455fbfdee665152b626964d5ba 5321 games optional 
beneath-a-steel-sky_0.0372-7_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlqoQoVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkN3EQAIKrQk6KP/WlwDnJ4ERIb0Rrl/I3juiYBjOJ
vsBObBVjFiPu0U1G51j/IRxrhaOyBu5eevKwUGtZW0inrGS6fV1gpXHC6BBnVOdj
JV1kZciaB9qx1qGkLb++g0xjJgUjUYeAEC8A9Hv57ht9RUTUL4povT46ECbO2Gqc
Uyy+YOzttOqSMXoTebaC7D+gaQy1meqa71bve+RZFXkgGF2OeDAbsxwl3JWkTbDG
J4gi/k1iquvGL8ibWry97J8kMyO1qS/E5x3v4gj54Q74jtB9Dqj0wM6m6Vl1Dc9m
CYaJUVSuwKu/3yKrtp4fVvn8WUkc1ofnZF4jy8YPIIGOJNxMTc4xKR7RC1XjkM3f
0GWFFS/w51in+G9s1ompHqZG7rbmgJFntTUpp+zhwDkMa+UUjb7WAFykAvIPcP2m
9rgey4Xd3IOVYs4avSHcmohysGzsYxyZ5shyPdEmI0ZVVDIhlHzfZ6tlUMUT+ZSQ
+brlcD53q/61eYBAE8pTfiSPPxsHKZ6rexZC5Gefz6+RJUxb1ZFIW5bqf6GAfKEj
VqJy9DXoMI2zToAV5PTEN90bm2s5HV/GCK4+4nXjvFcBe97gRtMgeQvlqAljWFtj
AKjqsAiAT4logDehkbq1G57b3MAratNOUWq0jmYQCo7pfTNI/v7ilgMK/i3Sj5L/
auauYXzt
=J1ng
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to