2014-08-29 - Aaron M. Ucko <ucko@debian.org>
bitpim (1.0.7+dfsg1-4) unstable; urgency=low
* debian/control:
- Substitute python-wxgtk3.0 for python-wxgtk2.8.
- Standards-Version: 3.9.5 (already compliant).
* */*.py: Port to wxPython 3.0. (Closes: #759082.)
- Tell wxversion we now specifically want wxPython 3.0.
- Run Olly Betts's helpful wxpy30-update script.
- Formally clean lines it touched (eliminating redundant | clauses and
wrapping long lines.)
- Adjust sizers' row and column counts to avoid violating assertions.
- Use a less ancient pubsub interface.
- Reformat description in About dialog to eliminate ugly extra wrapping.
2012-06-30 - Aaron M. Ucko <ucko@debian.org>
bitpim (1.0.7+dfsg1-3) unstable; urgency=low
* (debian/).gitignore: ignore generated files.
* debian/bitpim-opt.rtupdate: new, to ensure current .pyo files.
* debian/bitpim.postinst: split .pyo generation and update into a new
debian/bitpim-opt.rtupdate.
* debian/{bitpim.prerm, pyversions}: retire (redundant with dh_python2)
* debian/compat: advance to Debhelper 9.
* debian/control:
- Wrap and sort build and runtime dependencies.
- Update build dependencies for dh_python2.
- Advance debhelper requirement to 9.20120608~ for full
override_dh_*-{arch,indep} support.
- Standards-Version: 3.9.3 (already compliant).
- Vcs-*: point to (new) personal git repository on anonscm.debian.org.
* debian/copyright: trim trailing whitespace.
* debian/rules:
- Enable full hardening flags.
- Switch from python-support to dh_python2.
- Clean up slightly with override_dh_*-{arch,indep} targets.
* src/native/usb/build.sh: honor LDFLAGS as well as CFLAGS.
2010-07-18 - Aaron M. Ucko <ucko@debian.org>
bitpim (1.0.7+dfsg1-2) unstable; urgency=low
* src/bpcalendar.py (convert_dict): refrain from (potentially) throwing a
string exception, support for which has been retired. (Closes: #585256.)
* debian/copyright: drop reference to /usr/share/common-licenses/BSD and
convert to DEP-5 format.
* debian/rules: explicitly obtain C(XX)FLAGS from dpkg-buildflags.
* debian/control:
- advance dpkg-dev build dependency to (>= 1.15.7) accordingly.
- don't worry about old versions of python-apsw, python-dev,
python-support, or the (formerly separate) bitfling package.
- Standards-Version: 3.9.0 (no further changes needed).
2010-01-27 - Aaron M. Ucko <ucko@debian.org>
bitpim (1.0.7+dfsg1-1) unstable; urgency=medium
* Urgency medium due to bug fixes, including one for a Y2010 issue.
* New upstream release; cleaned-up source now tagged as +dfsg1 rather
than .dfsg.1 to allow (in theory) for further version components.
* debian/rules:
- Rework get-orig-source logic accordingly.
- Tweak udev rules generation to avoid duplicate entries.
* debian/control: note (preexisting) compliance with Policy version 3.8.4.
2009-12-03 - Aaron M. Ucko <ucko@debian.org>
bitpim (1.0.6.dfsg.1-6) unstable; urgency=low
* src/package.py: adjust the udevrules_line template to use ATTR{}
rather than SYSFS{}, which is deprecated (noisily, as of udev 148).
2009-10-21 - Aaron M. Ucko <ucko@debian.org>
bitpim (1.0.6.dfsg.1-5) unstable; urgency=low
* src/prototypes.py (BaseProtogenClass.__init__): accept (arbitrary)
arguments for runtime compatibility with Python 2.6. Thanks to Sal
Mazzola for the analysis and patch and João Pinto of Ubuntu for
passing it along. (Closes: #551205; LP: #395830.)
* debian/control:
- Build-Depends: debhelper (>= 7.3.15) for override_dh_* support and
modern udev rules placement (under /lib rather than /etc, per #491117).
- Standards-Version: 3.8.3 (already compliant).
* debian/rules: simplify somewhat further via override_dh_*.