Your message dated Fri, 06 Jun 2014 22:54:53 +0000
with message-id <e1wt32d-0008il...@franck.debian.org>
and subject line Bug#741391: fixed in usbprog 0.2.0-2.1
has caused the Debian Bug report #741391,
regarding usbprog: 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.)


-- 
741391: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741391
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: usbprog
Version: 0.2.0-2
Severity: normal
Tags: patch

Dear maintainer,

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

I've built and done some testing of your package (the UI seems to work
OK, but I don't have the hardware it seems to require) with the attached
patch to update it to build against wxwidgets3.0, and it all looks good.

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

Cheers,
    Olly
diff -Nru usbprog-0.2.0/debian/changelog usbprog-0.2.0/debian/changelog
--- usbprog-0.2.0/debian/changelog	2012-01-03 06:53:52.000000000 +1300
+++ usbprog-0.2.0/debian/changelog	2014-03-12 13:37:52.000000000 +1300
@@ -1,3 +1,10 @@
+usbprog (0.2.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update to build with wxwidgets3.0.
+
+ -- Olly Betts <o...@survex.com>  Wed, 12 Mar 2014 13:37:31 +1300
+
 usbprog (0.2.0-2) unstable; urgency=low
 
   * Standards-Version: 3.9.2 (no changes required).
diff -Nru usbprog-0.2.0/debian/control usbprog-0.2.0/debian/control
--- usbprog-0.2.0/debian/control	2012-01-03 06:49:38.000000000 +1300
+++ usbprog-0.2.0/debian/control	2014-03-12 13:37:18.000000000 +1300
@@ -2,7 +2,7 @@
 Section: embedded
 Priority: extra
 Maintainer: Uwe Hermann <u...@debian.org>
-Build-Depends: cdbs, debhelper (>= 7.0.50~), autotools-dev, libusb-dev, libxml2-dev, libcurl4-gnutls-dev, libreadline-dev, libwxgtk2.8-dev, wx-common
+Build-Depends: cdbs, debhelper (>= 7.0.50~), autotools-dev, libusb-dev, libxml2-dev, libcurl4-gnutls-dev, libreadline-dev, libwxgtk3.0-dev
 Standards-Version: 3.9.2
 Homepage: http://developer.berlios.de/projects/usbprog/
 
diff -Nru usbprog-0.2.0/debian/patches/series usbprog-0.2.0/debian/patches/series
--- usbprog-0.2.0/debian/patches/series	1970-01-01 12:00:00.000000000 +1200
+++ usbprog-0.2.0/debian/patches/series	2014-03-12 14:25:51.000000000 +1300
@@ -0,0 +1 @@
+wx3.0-compat.patch
diff -Nru usbprog-0.2.0/debian/patches/wx3.0-compat.patch usbprog-0.2.0/debian/patches/wx3.0-compat.patch
--- usbprog-0.2.0/debian/patches/wx3.0-compat.patch	1970-01-01 12:00:00.000000000 +1200
+++ usbprog-0.2.0/debian/patches/wx3.0-compat.patch	2014-03-12 14:26:29.000000000 +1300
@@ -0,0 +1,25 @@
+Description: Fix to build with wxWidgets 3.0
+ This patch should also work with wxWidgets 2.8.
+Author: Olly Betts <o...@survex.com>
+Last-Update: 2014-03-12
+
+--- usbprog-0.2.0.orig/gui/usbprogFrm.cc
++++ usbprog-0.2.0/gui/usbprogFrm.cc
+@@ -296,7 +296,7 @@ void usbprogFrm::CreateGUIControls()
+ 
+     // file dialog
+ 	m_fileDialog = new wxFileDialog(m_panel, wxT("Choose a file"),
+-            wxT(""), wxT(""), wxT("*.bin"), wxOPEN);
++            wxT(""), wxT(""), wxT("*.bin"), wxFD_OPEN);
+ 
+     m_topBox->Add(topSizer, wxEXPAND, wxALL, 10);
+ 
+@@ -670,7 +670,7 @@ void usbprogFrm::enableDisableDebug(wxCo
+         dbg->setFileHandle(NULL);
+     } else {
+         wxFileDialog fdg(m_panel, wxT("Choose a file"),
+-            wxT(""), wxT(""), wxT("*.log"), wxSAVE);
++            wxT(""), wxT(""), wxT("*.log"), wxFD_SAVE);
+         if (fdg.ShowModal() != wxID_OK)
+             dbg->setFileHandle(stderr);
+         else {

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: usbprog
Source-Version: 0.2.0-2.1

We believe that the bug you reported is fixed in the latest version of
usbprog, 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 741...@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 usbprog 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 12:45:14 +1200
Source: usbprog
Binary: usbprog usbprog-gui libusbprog0 libusbprog-dev
Architecture: source amd64
Version: 0.2.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Uwe Hermann <u...@debian.org>
Changed-By: Olly Betts <o...@survex.com>
Description:
 libusbprog-dev - Development files for libusbprog
 libusbprog0 - Library for programming the USBprog hardware
 usbprog    - Firmware programming tool for the USBprog hardware
 usbprog-gui - GUI firmware programming tool for the USBprog hardware
Closes: 741391
Changes:
 usbprog (0.2.0-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Update to build with wxwidgets3.0.  (Closes: #741391)
Checksums-Sha1:
 55ed3a95baf895ed36784bcc1ebb40ffab333e53 1970 usbprog_0.2.0-2.1.dsc
 dddcaf959cf7e9755cd73f15ffc162f1e2a4f5cf 3564 usbprog_0.2.0-2.1.debian.tar.xz
 6ec3498e66fe2acb0251f987a7f3655db70976d1 54470 usbprog_0.2.0-2.1_amd64.deb
 dca034f7659bcd2b0c8c233676cb6fa86f90222c 68544 usbprog-gui_0.2.0-2.1_amd64.deb
 b97275128e07112fd39d5dfd4a926ffed31611bf 66016 libusbprog0_0.2.0-2.1_amd64.deb
 2f274ebed870e85ea61780fc8fcb24c6cc9f96ce 78080 
libusbprog-dev_0.2.0-2.1_amd64.deb
Checksums-Sha256:
 e2569ee822b4ffb74476a1b73a19629778ac5a7e2e5d7a601425a9a4cf4f814e 1970 
usbprog_0.2.0-2.1.dsc
 71016a31b7a633d8f871495e48c31a541bc36c4b56cd7b0e460a7d3875cc9135 3564 
usbprog_0.2.0-2.1.debian.tar.xz
 e1fad87e2ca53f1d5c1c00137712d099d65211c3ba6714f1849c67996af3157e 54470 
usbprog_0.2.0-2.1_amd64.deb
 6d104aa916a9ce2156825fb21a5befade09f4d4d2be4631bb8c49aab4dacb17a 68544 
usbprog-gui_0.2.0-2.1_amd64.deb
 bd4e0a4e351380f63f7f63c475b091d7d41afbb2fd3b01fa32e940748407fdd3 66016 
libusbprog0_0.2.0-2.1_amd64.deb
 04fb20f6725efa55eed86382684f1b8b6338b1350fc3f7cff601ea6f6f97da60 78080 
libusbprog-dev_0.2.0-2.1_amd64.deb
Files:
 271f7a3b78d9694a96fb2394b39a81f9 54470 embedded extra 
usbprog_0.2.0-2.1_amd64.deb
 5c7842b778112d52572db47e53cf62e1 68544 embedded extra 
usbprog-gui_0.2.0-2.1_amd64.deb
 d6ba2044f519b1e97ffb03e4f4d388c1 66016 libs extra 
libusbprog0_0.2.0-2.1_amd64.deb
 f436aa70b3d16940783905f3abf6d9c6 78080 libdevel extra 
libusbprog-dev_0.2.0-2.1_amd64.deb
 b6ab02de6744390201ecc639d313d700 1970 embedded extra usbprog_0.2.0-2.1.dsc
 3b08c98d1d5fa2e2c149c466133072aa 3564 embedded extra 
usbprog_0.2.0-2.1.debian.tar.xz

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

iQIcBAEBAgAGBQJTkRF0AAoJEBgUewc7rSsH/KMP/i5AzYBakP6Kw8OssDL926ia
ujUtxWhL0zQcuI8XKMHAi3uAmRrG6Y/3ZjaOW5uPWLCW4uRZ9Yj5ow15oxqHxioa
CLxE0oQHxA3C/vDDLMmJtC+9QDsc1lXBzXwJSPCAhONdGthSwJis2isOWmsmWnRl
W32Jk3KT0w820/l91FqxZYkl+l8P/66RpvaVEF3Ty8wdIfE+wOfdYEe4oSkDQht1
qcvSHKlSSjiMgo+FkbRifb/l/5htmhYhMqg8iKqQL6DtmzzKDjizeFWKb6H7lacf
3G6cV7pk3mqU47qwgH0bB3IJMEm+EHzEoVj5aPZoaxvw06lQByV5tbHibZ4Zxe+m
LdLDbPKk47yWdSTpnbb/E/p+jazQSgt4fKPVHUJoU/Z7HPeXeT5bRfYcmmkQkzKE
uk8A+yq4+QLyWr/V6FTg7KvAw3pq2/7+NyNsbYGDnWhSSyRaea9wrz7osIEiKfkU
OptqqSXzavEsp5VtNvAzqzUbMZ45p5hU0XFUvj0edlJDBHmVzWpLx/LPmavqY244
Tt3lFtNd7Rf3DTxQiZ14QU0/58ObSYszo5tBf8pSq2+ylgNPnTJbY1Lt6aNyMdEm
km/thtnp/VN/k5kWhCiWAI5KBn2I7S4MIAE3uNAUEDekUitK680LA/w8mgMF0Qy1
aNRnAzIV0QGiW+gM9Gpa
=eqUZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to