Your message dated Mon, 16 Jun 2014 01:33:30 +0000
with message-id <[email protected]>
and subject line Bug#751554: fixed in bossa 1.3~20120408-5
has caused the Debian Bug report #751554,
regarding bossa: 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.)


-- 
751554: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751554
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bossa
Version: 1.3~20120408-4
Severity: important
Tags: patch sid jessie
User: [email protected]
Usertags: wx3.0
Control: block 748169 by -1

We're aiming to migrate the archive to using wxwidgets3.0 instead of
wxwidgets2.8, and intend to drop wxwidgets2.8 before jessie is released.

I've successfully built bossa with the attached patch, which simply
tells the upstream build system to use wx3.0 and updates the BDs.
I don't have the required hardware, but I can run bossa and exercise the
GUI elements which don't need hardware attached.  It would be good if
you (or someone else) who actually uses the application could give it a
more thorough test though.

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

Cheers,
    Olly
diff -Nru bossa-1.3~20120408/debian/changelog bossa-1.3~20120408/debian/changelog
--- bossa-1.3~20120408/debian/changelog	2014-03-08 05:18:38.000000000 +1300
+++ bossa-1.3~20120408/debian/changelog	2014-06-14 20:17:20.000000000 +1200
@@ -1,3 +1,11 @@
+bossa (1.3~20120408-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update to use wxWidgets 3.0 (new patch: wx3.0-compat.patch).
+  * debian/control: Fix typo in bossa package description.
+
+ -- Olly Betts <[email protected]>  Sat, 14 Jun 2014 20:17:05 +1200
+
 bossa (1.3~20120408-4) unstable; urgency=low
 
   * Updated bossac manpage, thanks to Karl Lenz (Closes: #737280)
diff -Nru bossa-1.3~20120408/debian/control bossa-1.3~20120408/debian/control
--- bossa-1.3~20120408/debian/control	2014-02-02 06:45:23.000000000 +1300
+++ bossa-1.3~20120408/debian/control	2014-03-26 13:21:33.000000000 +1300
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Science Maintainers <[email protected]>
 Uploaders: Scott Howard <[email protected]>
-Build-Depends: debhelper (>= 9.0.0), libwxgtk2.8-dev, libreadline6-dev,
+Build-Depends: debhelper (>= 9.0.0), libwxgtk3.0-dev, libreadline6-dev,
  libx11-dev, imagemagick
 Standards-Version: 3.9.5
 Homepage: http://www.shumatech.com/web/products/bossa
@@ -19,7 +19,7 @@
  microcontrollers.  The motivation behind BOSSA is to create a simple, easy-to-
  use, open source utility to replace Atmel's SAM-BA software.
  .
- This package contains wxWidgets GUI interface to bossa.
+ This package contains the wxWidgets GUI interface to bossa.
 
 Package: bossa-cli
 Architecture: any
diff -Nru bossa-1.3~20120408/debian/patches/series bossa-1.3~20120408/debian/patches/series
--- bossa-1.3~20120408/debian/patches/series	2014-02-02 06:46:21.000000000 +1300
+++ bossa-1.3~20120408/debian/patches/series	2014-06-14 20:16:38.000000000 +1200
@@ -6,3 +6,4 @@
 uart-set-speed.patch
 add-kfreebsd-platform-support.patch
 no_X11_link.patch
+wx3.0-compat.patch
diff -Nru bossa-1.3~20120408/debian/patches/wx3.0-compat.patch bossa-1.3~20120408/debian/patches/wx3.0-compat.patch
--- bossa-1.3~20120408/debian/patches/wx3.0-compat.patch	1970-01-01 12:00:00.000000000 +1200
+++ bossa-1.3~20120408/debian/patches/wx3.0-compat.patch	2014-06-14 20:16:58.000000000 +1200
@@ -0,0 +1,15 @@
+Description: Fix to build with wxwidgets3.0
+Author: Olly Betts <[email protected]>
+Last-Update: 2014-06-14
+
+--- bossa-1.3~20120408.orig/Makefile
++++ bossa-1.3~20120408/Makefile
+@@ -4,7 +4,7 @@
+ # Version
+ #
+ VERSION=1.3a
+-WXVERSION=2.8
++WXVERSION=3.0
+ 
+ #
+ # Source files

--- End Message ---
--- Begin Message ---
Source: bossa
Source-Version: 1.3~20120408-5

We believe that the bug you reported is fixed in the latest version of
bossa, 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.
Scott Howard <[email protected]> (supplier of updated bossa 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.8
Date: Sun, 15 Jun 2014 20:53:24 -0400
Source: bossa
Binary: bossa bossa-cli
Architecture: source i386
Version: 1.3~20120408-5
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Scott Howard <[email protected]>
Description: 
 bossa      - Atmel SAM ARM microcontroller flash programming GUI
 bossa-cli  - Atmel SAM ARM microcontroller flash programming utility
Closes: 751554
Changes: 
 bossa (1.3~20120408-5) unstable; urgency=low
 .
   [ Olly Betts ]
   * Update to use wxWidgets 3.0 (new patch: wx3.0-compat.patch)
     Closes: #751554
   * debian/control: Fix typo in bossa package description.
Checksums-Sha1: 
 9b3a7182344428650d2b345dcbd5fc1031854a17 1456 bossa_1.3~20120408-5.dsc
 43a733ee03d5f371fa5715e94c67ff045b2e8581 8748 
bossa_1.3~20120408-5.debian.tar.xz
 c686f811352a4f969d8cff4d7adfbceb606d8c1e 85238 bossa_1.3~20120408-5_i386.deb
 05bbbd071e7683682ac6c0cfcaf64bf517faa7d4 64222 
bossa-cli_1.3~20120408-5_i386.deb
Checksums-Sha256: 
 80cb57d8e557feb31bb3ec5eca2fd79261e78f1fc5913da132da1b22ad9ce49c 1456 
bossa_1.3~20120408-5.dsc
 35e6d217c02ec5a1747e8198218b90b7171fde2dd8a259fce874468aa62dab9b 8748 
bossa_1.3~20120408-5.debian.tar.xz
 9ba28012fcef6ce0525809f761ba2618c7db1a3b0f0b99189caedbd32ba340d7 85238 
bossa_1.3~20120408-5_i386.deb
 f7c286f14fccc0d71572055d8ebb5ef71c8c557d3af13aa7d37982ad207971c6 64222 
bossa-cli_1.3~20120408-5_i386.deb
Files: 
 b3b94fbd36f64627a62d974ce9dfbc22 85238 electronics optional 
bossa_1.3~20120408-5_i386.deb
 2857e5405c112be9b0ca0c604b29b3cd 64222 electronics optional 
bossa-cli_1.3~20120408-5_i386.deb
 baa06910648ceb729677844b45cf1727 1456 electronics optional 
bossa_1.3~20120408-5.dsc
 aa3f45d6ff0bf3cbf660877ed98e2277 8748 electronics optional 
bossa_1.3~20120408-5.debian.tar.xz

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

iEYEARECAAYFAlOeRacACgkQuqVp0MvxKmokCACgsY216n/XnVgvE3aitvVl2UP3
PUgAn1mTLrpr8Cu/4QE7HccwjaEqvnMY
=lx+l
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to