Your message dated Sun, 19 Mar 2006 15:17:16 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#357601: fixed in stroq 0.2-2 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: stroq Version: 0.2-1 Severity: important Tags: patch Your package fails to build with G++ 4.1. I'm filing this bug as important for now, but when 4.1 will be the default compiler in unstable (probably in a few weeks) I'll upgrade this to serious. A patch is below. > Automatic build of stroq_0.2-1 on bigsur by sbuild/mips 1.94 ... > g++ -c -g -Wall -O2 -I/usr/share/qt3/mkspecs/default -I. -I. > -I/usr/include/qt3 -o main.o main.cpp > /usr/include/qt3/qnetworkprotocol.h:58: warning: 'class > QNetworkProtocolFactoryBase' has virtual functions but non-virtual destructor > playsquare.h:149: error: extra qualification 'PlaySquare::' on member > 'getCurrentTheme' > puzzle.h:82: error: extra qualification 'Puzzle::' on member 'Puzzle' > make[1]: *** [main.o] Error 1 > make[1]: Leaving directory `/build/tbm/stroq-0.2' --- ./playsquare.h~ 2006-03-18 13:25:26.000000000 +0000 +++ ./playsquare.h 2006-03-18 13:25:30.000000000 +0000 @@ -146,7 +146,7 @@ /** * Returns the index of the currently loaded theme */ - static int PlaySquare::getCurrentTheme(); + static int getCurrentTheme(); /** * Changes the current theme --- ./puzzle.h~ 2006-03-18 13:25:35.000000000 +0000 +++ ./puzzle.h 2006-03-18 13:25:40.000000000 +0000 @@ -79,7 +79,7 @@ * Builds a puzzle made of PlaySquares given a code. See previous * method. */ - Puzzle::Puzzle(QString code, QCanvas *canvas); + Puzzle(QString code, QCanvas *canvas); /** * Class destructor --- ./selectpuzzledialog.h~ 2006-03-18 13:25:52.000000000 +0000 +++ ./selectpuzzledialog.h 2006-03-18 13:25:56.000000000 +0000 @@ -67,7 +67,7 @@ // The following two methods are used to get the results of the dialog QString getPuzzleCode(); - int SelectPuzzleDialog::getPuzzleNumber(); + int getPuzzleNumber(); signals: /** -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: stroq Source-Version: 0.2-2 We believe that the bug you reported is fixed in the latest version of stroq, which is due to be installed in the Debian FTP archive: stroq_0.2-2.diff.gz to pool/main/s/stroq/stroq_0.2-2.diff.gz stroq_0.2-2.dsc to pool/main/s/stroq/stroq_0.2-2.dsc stroq_0.2-2_i386.deb to pool/main/s/stroq/stroq_0.2-2_i386.deb 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Arnaud Cornet <[EMAIL PROTECTED]> (supplier of updated stroq 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 18 Mar 2006 16:46:34 +0100 Source: stroq Binary: stroq Architecture: source i386 Version: 0.2-2 Distribution: unstable Urgency: low Maintainer: Arnaud Cornet <[EMAIL PROTECTED]> Changed-By: Arnaud Cornet <[EMAIL PROTECTED]> Description: stroq - A Polarium/Chokkan Hitofude clone Closes: 357601 Changes: stroq (0.2-2) unstable; urgency=low . * Merges patch to build with G++ 4.1 (patch from Martin Michlmayr) (Closes: #357601) Files: b4f7ee43bafcc45f6ee1c06fa558a9e6 595 games optional stroq_0.2-2.dsc 8377b21556fbfcbdd3ce510248c717e7 1965 games optional stroq_0.2-2.diff.gz 17107f9e553dc42d7896fa5e6c396c6f 158706 games optional stroq_0.2-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEHeT5sczZcpAmcIYRAtfpAJ0blS9LoAdiZGJRXTndtcjRaAoCTwCfegWd ekA39EgiWbDo1S2lxkx8wvA= =J/50 -----END PGP SIGNATURE-----
--- End Message ---

