Bug#748525: marked as done (Fails on launch if set to widescreen)

2014-10-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Oct 2014 13:19:28 +
with message-id 
and subject line Bug#748525: fixed in pangzero 1.4.1+git20121103-1
has caused the Debian Bug report #748525,
regarding Fails on launch if set to widescreen
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.)


-- 
748525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pangzero
Version: 1.4-1
Severity: grave

(Setting this to grave due to the prevalence of wide screens, and the
non-trivial difficulty of recovering from this state.)

Setting the mode to "Widescreen" in the options menu causes pangzero to
fail on launch, with the following message:

Undefined subroutine &SDL::ListModes called at 
/usr/share/perl5/Games/PangZero/Graphics.pm line 258

That function indeed doesn't exist, but SDL::Video::list_modes does.

(Also, the code calling that routine seems to require a very narrow
range of video modes, rather than adapting to what's available on the
system, but that isn't a grave bug, just an obnoxious one.)

Recovering from this state requires manually editing ~/.pangzerorc and
changing Games::PangZero::FullScreen back to 1.

- Josh Triplett

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pangzero depends on:
ii  libsdl-perl  2.542-1
ii  perl 5.18.2-4

pangzero recommends no packages.

pangzero suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: pangzero
Source-Version: 1.4.1+git20121103-1

We believe that the bug you reported is fixed in the latest version of
pangzero, 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 748...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany  (supplier of updated pangzero 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: Fri, 03 Oct 2014 14:34:37 +0200
Source: pangzero
Binary: pangzero
Architecture: source all
Version: 1.4.1+git20121103-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Markus Koschany 
Description:
 pangzero   - action game that involves popping balloons with a harpoon
Closes: 414336 692221 694149 748525
Changes:
 pangzero (1.4.1+git20121103-1) unstable; urgency=medium
 .
   [ Markus Koschany ]
   * Imported Upstream Git snapshot 1.4.1+git20121103.
 - This version would not be possible without the help and patches from
   Hans de Goede. Thank you!
 - Fixes multiple serious bugs: (Closes: #692221)
   + Windowed mode does not work.
   + Sound and music not working.
   + Use of uninitialized values in comparisons. (Closes: #414336)
   + Widescreen mode crashes pangzero. (Closes: #748525). Thanks to Josh
 Triplett for the report.
   + and multiple other crashes.
   * Declare compliance with Debian Policy 3.9.6.
   * Add dpkg-dev (>= 1.17) to Build-Depends due to the use of
 dpkg-parsechangelog -S option in debian/rules.
   * Add myself to Uploaders.
   * debian/rules: Add get-orig-source target.
   * Remove Marco Rodrigues from Uploaders because he is inactive and his e-mail
 address is invalid. (Closes: #694149)
   * Add a comment in German to pangzero.desktop.
   * wrap-and-sort -sa.
   * Add libmodule-build-perl to Build-Depends-Indep to silence build warnings
 because the Build module will be removed from the next major Perl release.
   * Update 10_nowebpage.patch for new release.
   * Update debian/copyright to copyright format 1.0.
 .
   [ Barry deFreese ]
   * Add Keywords entry to desktop file.
   * Make VCS tags canonical.
Checksums-Sha1:
 46e4f5ef644db4217a4024867685f53b30430501 2337 pangzero_1.4.1+git20121103-1.dsc
 1599d38aac0efde7af7aecddff536b94afb9ff94 2960156 
pangzero_1.4.1+git20121103.orig.tar.xz
 52ebb59b5a2b833015e992a1efaeaeb955919

Bug#748525: Fails on launch if set to widescreen

2014-09-25 Thread Markus Koschany
Control: tags -1 patch

A new upstream snapshot with a patch for this issue is available at
mentors.debian.net and in the team's SVN repository.

Markus



signature.asc
Description: OpenPGP digital signature


Bug#748525:

2014-09-19 Thread Josh Triplett
On Fri, Sep 19, 2014 at 11:57:39AM +0200, Markus Koschany wrote:
> Hi,
> 
> It seems Josh didn't receive this message. Adding him to CC accordingly.

I indeed hadn't; thank you.

> On 19.09.2014 10:24, Tobias Frost wrote:
> > Control: serverity -1 important
> > 
> > Hi Josh,
> > 
> > while this bug may be annoying, it does not justifty a grave severity, as it
> > does NOT render the package useless.
> > 
> > Please see https://www.debian.org/Bugs/Developer#severities
> > 
> > Therefore downgrading.
> > 
> > --
> > tobi
> 
> 
> I think in this case the bug submitter is right because this bug affects
> all widescreen setups including my own and I suspect most people use a
> widescreen ratio nowadays. So for all those people this bug is a
> show-stopper.

That and the bug is not easy to recover from, since while you can get
into this state via the GUI configuration, you can't get out of it
without manually editing ~/.pangzerorc .  That was what made me report
the bug as grave.  If the game automatically recovered into a usable
mode, or if you could only get *into* this state by manually editing a
configuration file, I would only have used "important".

> In addition there are multiple other issues with this package which are
> described in more detail at
> 
> https://bugs.debian.org/692221
> 
> In my opinion those are almost all serious problems which make the
> package "unfit to release" at least. Fortunately Hans de Goede has also
> setup a Git repository with patches, including a patch for #748525.
> 
> https://github.com/kthakore/pangzero
> 
> https://github.com/kthakore/pangzero/commit/bc3e77823772e8f87f50142778f8e6fe44badfb3

Awesome.

> I suggest we package his version and work on a new release to fix all
> those issues but raise the severity to RC again until the package is in
> a usable state again.

Sounds good.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#748525:

2014-09-19 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 grave
Bug #748525 [pangzero] Fails on launch if set to widescreen
Severity set to 'grave' from 'important'

-- 
748525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#748525:

2014-09-19 Thread Tobias Frost
Control: serverity -1 important

Hi Josh,

while this bug may be annoying, it does not justifty a grave severity, as it
does NOT render the package useless.

Please see https://www.debian.org/Bugs/Developer#severities

Therefore downgrading.

--
tobi


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#748525: Fails on launch if set to widescreen

2014-05-17 Thread Josh Triplett
Package: pangzero
Version: 1.4-1
Severity: grave

(Setting this to grave due to the prevalence of wide screens, and the
non-trivial difficulty of recovering from this state.)

Setting the mode to "Widescreen" in the options menu causes pangzero to
fail on launch, with the following message:

Undefined subroutine &SDL::ListModes called at 
/usr/share/perl5/Games/PangZero/Graphics.pm line 258

That function indeed doesn't exist, but SDL::Video::list_modes does.

(Also, the code calling that routine seems to require a very narrow
range of video modes, rather than adapting to what's available on the
system, but that isn't a grave bug, just an obnoxious one.)

Recovering from this state requires manually editing ~/.pangzerorc and
changing Games::PangZero::FullScreen back to 1.

- Josh Triplett

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pangzero depends on:
ii  libsdl-perl  2.542-1
ii  perl 5.18.2-4

pangzero recommends no packages.

pangzero suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org