Your message dated Tue, 18 Mar 2014 13:40:37 +0000
with message-id <[email protected]>
and subject line Bug#741998: Removed package(s) from unstable
has caused the Debian Bug report #740989,
regarding vavoom: Please update to use wxwidgets3.0
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 [email protected]
immediately.)


-- 
740989: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740989
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vavoom
Version: 1.33-4
Severity: normal
Tags: patch

Dear maintainer,

We're aiming to migrate the archive to using wxwidgets3.0 instead of
wxwidgets2.8.

The attached trivial patch is all that's required to get vavoom to build
with wxwidgets3.0.  It's safe to just apply anyway, as under
wxwidgets2.8 wxRESIZE_BOX is just a compatibility #define to
wxMAXIMIZE_BOX and the latter is already in use in the code here anyway:

#define wxRESIZE_BOX            wxMAXIMIZE_BOX

I've done some limited testing - the vlaunch GUI (which is the part
which actually uses wx AFAICS) seems to work OK, but I can't test
actually launching a game as that crashes (even if I rebuild vavoom
without changing the package at all).  I filed that issue as #740988 a
few minutes ago.

Cheers,
    Olly
diff -Nru vavoom-1.33/debian/changelog vavoom-1.33/debian/changelog
--- vavoom-1.33/debian/changelog	2012-09-26 18:55:04.000000000 +1200
+++ vavoom-1.33/debian/changelog	2014-03-06 15:32:08.000000000 +1300
@@ -1,3 +1,10 @@
+vavoom (1.33-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update to build with wxgtk3.0-dev.
+
+ -- Olly Betts <[email protected]>  Thu, 06 Mar 2014 15:31:44 +1300
+
 vavoom (1.33-4) unstable; urgency=low
 
   * Add Provides:  boom-engine (Closes: #683766).
diff -Nru vavoom-1.33/debian/control vavoom-1.33/debian/control
--- vavoom-1.33/debian/control	2012-09-26 18:55:04.000000000 +1200
+++ vavoom-1.33/debian/control	2014-03-06 15:31:37.000000000 +1300
@@ -12,7 +12,7 @@
                libpng-dev,
                libsdl-mixer1.2-dev,
                libvorbis-dev,
-               libwxgtk2.8-dev,
+               libwxgtk3.0-dev,
                libjpeg8-dev,
                zlib1g-dev
 Standards-Version: 3.9.3
diff -Nru vavoom-1.33/debian/patches/series vavoom-1.33/debian/patches/series
--- vavoom-1.33/debian/patches/series	2012-05-31 03:29:49.000000000 +1200
+++ vavoom-1.33/debian/patches/series	2014-03-06 15:42:17.000000000 +1300
@@ -4,3 +4,4 @@
 freedoom-vlaunch.patch
 fix-FTBFS-Hurd.patch
 fix-hardening
+wx3.0-compat.patch
diff -Nru vavoom-1.33/debian/patches/wx3.0-compat.patch vavoom-1.33/debian/patches/wx3.0-compat.patch
--- vavoom-1.33/debian/patches/wx3.0-compat.patch	1970-01-01 12:00:00.000000000 +1200
+++ vavoom-1.33/debian/patches/wx3.0-compat.patch	2014-03-06 15:42:58.000000000 +1300
@@ -0,0 +1,16 @@
+Description: Updates for compatibility with wxwidgets 3.0
+ These should all work fine with wxwidgets 2.8 too.
+Author: Olly Betts <[email protected]>
+Last-Update: 2014-03-06
+
+--- vavoom-1.33.orig/utils/vlaunch/vlaunch.cpp
++++ vavoom-1.33/utils/vlaunch/vlaunch.cpp
+@@ -133,7 +133,7 @@ IMPLEMENT_APP(VLaunchApp)
+ 
+ VMain::VMain()
+ : wxFrame(NULL, wxID_ANY, wxT("Vavoom launcher"), wxDefaultPosition, wxDefaultSize,
+-	wxDEFAULT_FRAME_STYLE & ~ (wxRESIZE_BORDER | wxRESIZE_BOX | wxMAXIMIZE_BOX))
++	wxDEFAULT_FRAME_STYLE & ~ (wxRESIZE_BORDER | wxMAXIMIZE_BOX))
+ {
+ 	SetIcon(wxICON(vlaunch));
+ 

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 1.33-4+rm

Dear submitter,

as the package vavoom has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/741998

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Paul Richards Tagliamonte (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to