Your message dated Sun, 08 Jun 2014 01:48:39 +0000
with message-id <e1wtsdv-0005bn...@franck.debian.org>
and subject line Bug#742576: fixed in cba 0.3.6-4.1
has caused the Debian Bug report #742576,
regarding cba: 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 ow...@bugs.debian.org
immediately.)


-- 
742576: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742576
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cba
Version: 0.3.6-4
Severity: normal
Tags: patch
User: freewx-ma...@lists.alioth.debian.org
Usertags: wx3.0

Dear maintainer,

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

I've rebuilt your package using the attached patch (a tiny patch to
the upstream Makefile to turn off wxWidgets' debug mode was all that was
required), and did some simple testing.  Everything looks good to me.

I'm happy to NMU this change if you wish me to - just let me know.

Cheers,
    Olly
diff -Nru cba-0.3.6/debian/changelog cba-0.3.6/debian/changelog
--- cba-0.3.6/debian/changelog	2011-03-16 03:55:47.000000000 +1300
+++ cba-0.3.6/debian/changelog	2014-03-25 18:28:00.000000000 +1300
@@ -1,3 +1,10 @@
+cba (0.3.6-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update to use wxWidgets 3.0.
+
+ -- Olly Betts <o...@survex.com>  Tue, 25 Mar 2014 18:27:58 +1300
+
 cba (0.3.6-4) unstable; urgency=low
 
   * added -lm for binutils-gold in src/gui/Makefile (Closes: #601806,#615700) 
diff -Nru cba-0.3.6/debian/control cba-0.3.6/debian/control
--- cba-0.3.6/debian/control	2010-07-30 21:55:51.000000000 +1200
+++ cba-0.3.6/debian/control	2014-03-19 22:38:22.000000000 +1300
@@ -4,7 +4,7 @@
 Maintainer: Debian Science Maintainers <debian-science-maintain...@lists.alioth.debian.org>
 Uploaders: Ferdinand Griffon <idf.dres...@gmx.net>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), libwxgtk2.8-dev
+Build-Depends: debhelper (>= 7.0.50~), libwxgtk3.0-dev
 Standards-Version: 3.9.1
 Homepage: http://cbeam.sourceforge.net
 Vcs-Git: git://git.debian.org/git/debian-science/packages/cba.git
diff -Nru cba-0.3.6/debian/patches/series cba-0.3.6/debian/patches/series
--- cba-0.3.6/debian/patches/series	2011-03-16 03:56:27.000000000 +1300
+++ cba-0.3.6/debian/patches/series	2014-03-25 18:26:55.000000000 +1300
@@ -1 +1,2 @@
 debian-changes-0.3.6-4
+wx3.0-compat.patch
diff -Nru cba-0.3.6/debian/patches/wx3.0-compat.patch cba-0.3.6/debian/patches/wx3.0-compat.patch
--- cba-0.3.6/debian/patches/wx3.0-compat.patch	1970-01-01 12:00:00.000000000 +1200
+++ cba-0.3.6/debian/patches/wx3.0-compat.patch	2014-03-25 18:27:31.000000000 +1300
@@ -0,0 +1,22 @@
+Description: Fix to ignore assertions from wxWidgets 3.0
+ Define NDEBUG to disable wxWidgets 3.0 debug mode to avoid a lot of assertion
+ failed dialogs.  While it would be better to actually fix the causes of
+ these, if NDEBUG is defined, then these conditions are handled quietly, just
+ like wxWidgets 2.8 did by default.
+Author: Olly Betts <o...@survex.com>
+Last-Update: 2014-03-25
+
+--- cba-0.3.6.orig/src/gui/Makefile
++++ cba-0.3.6/src/gui/Makefile
+@@ -1,6 +1,10 @@
+ # makefile for cba-gtk
+ CXX	:= gcc
+-CXXFLAGS := `wx-config --cflags` -Wall -g -Os 
++# Define NDEBUG to disable wxWidgets 3.0 debug mode to avoid a lot of assertion
++# failed dialogs.  While it would be better to actually fix the causes of
++# these, if NDEBUG is defined, then these conditions are handled quietly, just
++# like wxWidgets 2.8 did by default.
++CXXFLAGS := `wx-config --cflags` -Wall -g -Os -DNDEBUG
+ LDFLAGS := `wx-config --libs` -s -lstdc++ -lm
+ 
+ SRCDIR=$(CURDIR)

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: cba
Source-Version: 0.3.6-4.1

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

Debian distribution maintenance software
pp.
Olly Betts <o...@survex.com> (supplier of updated cba 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: SHA1

Format: 1.8
Date: Fri, 06 Jun 2014 13:23:31 +1200
Source: cba
Binary: cba
Architecture: source amd64
Version: 0.3.6-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Olly Betts <o...@survex.com>
Description:
 cba        - Continuous Beam Analysis
Closes: 742576
Changes:
 cba (0.3.6-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Update to use wxWidgets 3.0. (Closes: #742576)
Checksums-Sha1:
 44bb0a264b9b96e8e70a01e65036cc2cb0ac1503 1900 cba_0.3.6-4.1.dsc
 7450bd0788031ad3009059af7209bcdc7b46cb8b 3448 cba_0.3.6-4.1.debian.tar.xz
 391ab1b13422a1c98292926c0b95bd1824284a42 146276 cba_0.3.6-4.1_amd64.deb
Checksums-Sha256:
 477a9fa106c12764acc68c71094f7a379019270eef670d306b46a90b7433c8ce 1900 
cba_0.3.6-4.1.dsc
 df70bbecdfd194ec49d1921490e1d8adfa31748f3e86f99693bb6861d139204c 3448 
cba_0.3.6-4.1.debian.tar.xz
 d1eb908be4321345a1721dd6fe9a99cbeee5548d27e6333ae7cccf29082e6040 146276 
cba_0.3.6-4.1_amd64.deb
Files:
 ab50635c4ea9ac7d72dfaf2a30ac3c76 146276 science extra cba_0.3.6-4.1_amd64.deb
 edc02ab0306e7d2ce96b5ba058638ce9 1900 science extra cba_0.3.6-4.1.dsc
 5ef0c1ffe0917ee3c4fd305c5f619a0b 3448 science extra cba_0.3.6-4.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJTkRh7AAoJEBgUewc7rSsHa+sP/jZ4AITIv9ZOHn6ibeBMLNFr
5Cchhki851UgmgJyzwjygB4w8g/XZlSEuaG4t0xzHKufr/n3leL6fKLKwTsik1J2
2fgl0cas+q0Rtzfy+F7PKr6mIiYCc+1MLqBUFjgMB54WTUK/GCTSW8FDn7VpG9YD
LDGOQp/ms1IuavRZ1kEdnaIFrDtwq3TaMPkmwDA2XtMOXz20Gm/CqaoS+VVWL9rX
AHK50k6+HPKuWq4ojLqKIVsHBAIFbkIjzogdIbHNPI8QbiuS45zAY++5yaHwQOW+
S1c2oED0ISiBfwTHz2H0zu+X60YfKqzQ5/8pDNh+mquMJhi9GgpO6jBq/oMU+0sQ
9MTT3DN/+Y6ZbmbG/Nmjf6mwgNkeDlV4MznhhPKxWhA/P4sR4jv0EHDPXH5iePdm
3xsgHbUS/tvq+Wu7EczJWRUlHYGS5xSujSQ8XOmrQFrZkMWO5ktrLmR1diPqkCJd
7mdBt47YArvnmKBJEAUSzqjVqIcIJU/fkqvmyrEzHjr9VTNq5TS0GEoPGE6omNgE
AXtmJOPecONziLhGJ+g4pWF9/q5RG48/bIPyb/i6/4j/kdSPhyjuDu2e7FuFeYZ+
xIbYRyDgLNQZkxo65Kr75L6pLAnoKvsjqC/CZM0P++Kexd9EnXEhc9GVKJ5Mm5EM
POi3WBN1oI5fw4rucS7i
=Fq07
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to