Your message dated Wed, 26 Mar 2014 21:19:17 +0000
with message-id <[email protected]>
and subject line Bug#742659: fixed in delaboratory 0.8-2
has caused the Debian Bug report #742659,
regarding delaboratory: 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.)
--
742659: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742659
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: delaboratory
Version: 0.8-1
Severity: normal
Tags: patch
User: [email protected]
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 delaboratory-0.8/debian/changelog delaboratory-0.8/debian/changelog
--- delaboratory-0.8/debian/changelog 2013-12-25 23:08:39.000000000 +1300
+++ delaboratory-0.8/debian/changelog 2014-03-26 13:28:29.000000000 +1300
@@ -1,3 +1,11 @@
+delaboratory (0.8-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update to use wxWidgets 3.0.
+ * Fix typo in package description.
+
+ -- Olly Betts <[email protected]> Wed, 26 Mar 2014 13:27:49 +1300
+
delaboratory (0.8-1) unstable; urgency=low
* Initial upload (closes: #733068).
diff -Nru delaboratory-0.8/debian/control delaboratory-0.8/debian/control
--- delaboratory-0.8/debian/control 2013-12-25 23:50:01.000000000 +1300
+++ delaboratory-0.8/debian/control 2014-03-26 13:28:07.000000000 +1300
@@ -2,7 +2,7 @@
Section: graphics
Priority: extra
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
-Build-Depends: debhelper (>= 9), libtiff-dev, libwxgtk2.8-dev, libxml2-dev
+Build-Depends: debhelper (>= 9), libtiff-dev, libwxgtk3.0-dev, libxml2-dev
Standards-Version: 3.9.5
Homepage: http://code.google.com/p/delaboratory/
@@ -31,4 +31,4 @@
- histograms and color matrices
- many blend modes (multiply, screen, overlay, inverted overlay, dodge,
burn, add, grain extract, grain merge, sub, difference, darken, lighten),
- color/luminocity blending for RGB and CMYK
+ color/luminosity blending for RGB and CMYK
diff -Nru delaboratory-0.8/debian/patches/series delaboratory-0.8/debian/patches/series
--- delaboratory-0.8/debian/patches/series 2013-12-25 23:47:23.000000000 +1300
+++ delaboratory-0.8/debian/patches/series 2014-03-26 13:37:33.000000000 +1300
@@ -1,2 +1,3 @@
dont_force_CPU.patch
install_destdir_support.patch
+wx3.0-compat.patch
diff -Nru delaboratory-0.8/debian/patches/wx3.0-compat.patch delaboratory-0.8/debian/patches/wx3.0-compat.patch
--- delaboratory-0.8/debian/patches/wx3.0-compat.patch 1970-01-01 12:00:00.000000000 +1200
+++ delaboratory-0.8/debian/patches/wx3.0-compat.patch 2014-03-26 13:40:04.000000000 +1300
@@ -0,0 +1,21 @@
+Description: Need to build with -DNDEBUG to avoid assertions
+ Upstream now defaults to enabling their "WXDEBUG" checks for incorrect API
+ usage. These assertions can be disabled by defined NDEBUG when building the
+ application - e.g. by adding -DNDEBUG to CPPFLAGS, which means such assertions
+ will be handled as they would have been by a default build of 2.8 (such as
+ that in wxgtk2.8-0). This change also means the wx-using code is compiled
+ with optimisation on.
+Author: Olly Betts <[email protected]>
+Last-Update: 2014-03-26
+
+--- delaboratory-0.8.orig/Makefile
++++ delaboratory-0.8/Makefile
+@@ -57,7 +57,7 @@ CXXFLAGS_WX+=-Wno-long-long -Wno-variadi
+ INCLUDES=-I gui_wx -I layers -I algorithms -I core -I properties
+
+ CXXFLAGS += ${INCLUDES}
+-CXXFLAGS_WX += ${INCLUDES}
++CXXFLAGS_WX += ${CXXFLAGS}
+
+ SOURCES_TMP = ${addsuffix .cc, ${FILES}}
+ SOURCES = ${addprefix gui_wx/, ${SOURCES_TMP}}
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: delaboratory
Source-Version: 0.8-2
We believe that the bug you reported is fixed in the latest version of
delaboratory, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated delaboratory
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: SHA256
Format: 1.8
Date: Wed, 26 Mar 2014 20:35:36 +0100
Source: delaboratory
Binary: delaboratory
Architecture: source amd64
Version: 0.8-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Description:
delaboratory - unique image postprocessing application
Closes: 742659
Changes:
delaboratory (0.8-2) unstable; urgency=low
.
[ Olly Betts <[email protected]> ]
* Update to use wxWidgets 3.0 (closes: #742659).
* Fix typo in package description.
Checksums-Sha1:
508964d9c5c5ab24fb131c6d1f494c5ebc0af2b9 1765 delaboratory_0.8-2.dsc
d874f2c22e6bc4869b9a6a91390924b3414d776e 3052 delaboratory_0.8-2.debian.tar.xz
2435f7c73545e107f9b5b0fd7a6f5d602844c1e5 236458 delaboratory_0.8-2_amd64.deb
Checksums-Sha256:
b364827ff63438015b7c1b03544efb2e7c7313ff8349ef5816a30107dc4acca4 1765
delaboratory_0.8-2.dsc
8690fb869e26daf63f3d78b61143dd412692db98eb2d37cf6cdeb47417134c0b 3052
delaboratory_0.8-2.debian.tar.xz
bb4a2b57640528ca86d42d48d6e8ef0bb98b4008d71db7521cb3003a67440e2d 236458
delaboratory_0.8-2_amd64.deb
Files:
1bd60ceb70a2e1f660a1b44b8c95cdd1 1765 graphics extra delaboratory_0.8-2.dsc
669d1571a626e5fda8d234a0c2d09b4a 3052 graphics extra
delaboratory_0.8-2.debian.tar.xz
f916fb814daa20a4194fc7187cc4f316 236458 graphics extra
delaboratory_0.8-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJTMzI/AAoJENzjEOeGTMi/VE4P/itgqHA8/sSHFMwGsiF+sx9o
qndyhY3vkk8jI7RRmJ52l9YaZpWcK9C6Suse8T1CYSpeJTgCjaFFIiBqB1Hrmnni
BssVEk7x7MbsPtlB1qJERrR+GtFbWAk2qnPVduFDgJtdCqeIv0cfIahD7d0nzBVD
3LHi61Hy8HZb09bggupRihRXLUzQCkPdyp4MbY8yt+0V+fGGQOF5kZMa+aYV9yzr
r1jz+pB7lnLU5aIHECb5O7PVjaNE/1YjSnEYuEfOsIxBN1p7ud56mDbVz/xVXWiK
0CtV84YbR2XM1kYe/6/H/3hCa5we3modsDRBVYm5XfZ7u7A/V4Z5HsDsbCwlQzty
dZJiiDLD1f8mgiHTdoEoQW9bhZoTdA1LUQhwXmhOxzpiUbMzcdtcAfY/HegyJJ4b
HV1C2OYeuLWRI0LJTkXCIKxI9sZqiiKdyiALkpSE9BxQMMrpFMtga3uoxMAZKo0/
9TXEZaIybskOO1GQX9K8T+Y0v4sW9gsRwe5XJUWZ03YQvEUP0X//V/2M/m/Ukrc+
DMF9m00sRVqX6YBxOcX+/ercq0Cm2K8v/jBZ7TxHMDziOF+lIwuQomMSNfkSttbo
FKHv2MChbIhXLpNj3BJBGBoCBTiOqcKKE8ttPSF48HOg7FMADii2dgNld0aaKDLX
K4tCSkGEDEwX48tcEBqy
=RU0u
-----END PGP SIGNATURE-----
--- End Message ---