1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
usbprog (0.2.0-2.2) unstable; urgency=medium
* Non-maintainer upload.
* Rename library packages for g++5 ABI transition (closes: 791330).
-- Julien Cristau <jcristau@debian.org> Sun, 16 Aug 2015 17:56:14 +0200
usbprog (0.2.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Update to build with wxwidgets3.0. (Closes: #741391)
-- Olly Betts <olly@survex.com> Fri, 06 Jun 2014 12:45:14 +1200
usbprog (0.2.0-2) unstable; urgency=low
* Standards-Version: 3.9.2 (no changes required).
* libusbprog-dev: Drop unneeded .la files (Closes: #633218).
* udev file: Update syntax (Closes: #644946). Thanks to
Jonathan McCrohan <jmccrohan@gmail.com> for the patch.
-- Uwe Hermann <uwe@debian.org> Mon, 02 Jan 2012 18:52:46 +0100
usbprog (0.2.0-1) unstable; urgency=low
* New upstream release.
+ Build-depend on libwxgtk2.8-dev now, 2.6 is no longer sufficient.
* Switch to debhelper >= 7 (using cdbs).
* Switch to source format '3.0 (quilt)'.
* Standards-Version: 3.9.1 (no changes required).
* Change libreadline5-dev build-dep to libreadline-dev (Closes: #553871).
* udev rules file: Replace deprecated SYSFS with ATTR (Closes: #586569).
* Install the udev rules file in /lib/udev (not /etc/udev anymore).
-- Uwe Hermann <uwe@debian.org> Mon, 14 Mar 2011 01:42:30 +0100
usbprog (0.1.9-1) unstable; urgency=low
* New upstream release.
* debian/control:
+ Standards-Version: 3.8.1 (no changes required).
+ Add ${misc:Depends} to all binary packages (lintian).
* debian/patches/10_gcc_4_4.patch: Drop, merged upstream.
-- Uwe Hermann <uwe@debian.org> Mon, 20 Apr 2009 18:28:50 +0200
usbprog (0.1.7-1) unstable; urgency=low
* New upstream release.
* Standards-Version: 3.8.0 (no changes required).
* patches/10_desktop.patch: Drop, merged upstream.
* Fix build on gcc 4.4 (Closes: #505124).
Thanks to Martin Michlmayr <tbm@cyrius.com> for the patch.
* Fix non-working debian/watch.
-- Uwe Hermann <uwe@debian.org> Sun, 23 Nov 2008 02:43:04 +0100
usbprog (0.1.6-1) unstable; urgency=low
* New upstream release.
+ Install newly added .desktop file.
+ Drop GPL-incompatible md5/md5_loc.h file.
* Update debian/copyright and upstream homepage.
-- Uwe Hermann <uwe@debian.org> Sun, 30 Mar 2008 22:59:05 +0200
usbprog (0.1.4-2) unstable; urgency=low
* Fix typos in package description.
* Convert debian/copyright to the machine-readable format described at
http://wiki.debian.org/Proposals/CopyrightFormat.
* Use "-Wl,--as-needed" to shorten the list of dependencies a bit.
* Bugfix: the menu file for usbprog-gui was not being installed.
-- Uwe Hermann <uwe@debian.org> Sat, 23 Feb 2008 15:19:35 +0100
usbprog (0.1.4-1) unstable; urgency=low
* Initial release (Closes: #458925).
-- Uwe Hermann <uwe@debian.org> Tue, 12 Feb 2008 21:38:25 +0100
|