Skip to content

Debian Changelog bitpim (1.0.6.dfsg.1-5)

2009

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_*.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 21 Oct 2009 23:33:01 -0400

bitpim (1.0.6.dfsg.1-4) unstable; urgency=high

   * Urgency high because the upload essentially just fixes an obnoxious
     bug and the previous revision is already in testing.
   * resources/bpudev: allow more events through for compatibility with
     newer versions of udev, which break the traditional heuristic.
     (Belatedly addresses LP: #214677, which I couldn't reproduce on Debian
     until recently.)
   * debian/control: declare compliance with Policy 3.8.1.  (No changes needed.)

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 10 Apr 2009 19:07:22 -0400

bitpim (1.0.6.dfsg.1-3) unstable; urgency=low

   * packaging/buildmodules.py, src/conversions.py,
     src/native/evolution/evolution.py: generalize sys.platform tests to
     allow for arch-specific linux2 variants.  (Closes: #516960.)

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 24 Feb 2009 19:33:05 -0500

bitpim (1.0.6.dfsg.1-2) unstable; urgency=low

   * debian/links: eliminate extraneous symlink /usr/share/bitpim/code/DSV
     -> /usr/share/python-support/python-dsv/DSV, which served only to work
     around a long-ago short-lived python-support bug (#363505) and will
     dangle in the presence of a version of python-dsv built with p-s 0.9,
     which establishes a different layout.  (Closes: #516247.)
   * debian/control: make both binary packages depend on ${misc:Depends} in
     case debhelper ever decides to list anything there.
   * debian/copyright: clarify LGPL reference; in particular, list the
     (first) relevant version's path rather than a convenience symlink.
   * Upload to unstable, as lenny has released.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 23 Feb 2009 20:12:41 -0500

2008

bitpim (1.0.6.dfsg.1-1) experimental; urgency=low

   * New upstream release; uploading to experimental because lenny is frozen.
   * debian/rules: belatedly implement a get-orig-source target, complete
     with overridable automatic latest-version detection.
   * debian/{rules,control}: switch changelog.upstream dumper to html2text.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 18 Aug 2008 20:01:45 -0400

bitpim (1.0.5.dfsg.1-5+wx28) experimental; urgency=low

   * Migrate to python-wxgtk2.8 -- no more backporting, for the first time
     in quite a while, if ever!

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 24 Jul 2008 20:27:20 -0400

bitpim (1.0.5.dfsg.1-5) unstable; urgency=low

   * Clean up /usr/share/bitpim/resources; in particular, use usbutils's
     usb.ids rather than a stale copy.  (LP: #77929.)
   * Update path to evolution's contacts.  (LP: #221006.)
   * src/database.py (Database._getindirect): strip spurious trailing L
     characters that have started showing up in row numbers.
   * src/bp.py: explicitly use wxPython 2.6, as other versions aren't 100%
     compatible.  (LP: #177569.)

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 24 Jul 2008 19:59:08 -0400

bitpim (1.0.5.dfsg.1-4) unstable; urgency=low

   * debian/{compat,control,rules}: Migrate from CDBS to Debhelper 7.
   * debian/control: Declare compliance with Policy 3.8.0.  (No changes needed.)

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 14 Jun 2008 17:10:59 -0400

bitpim (1.0.5.dfsg.1-3) unstable; urgency=medium

   * src/native/usb/libusb.i: accommodate libusb-dev 2:0.1.12-10, which now
     declares write functions' buffers const in response to Bug #473814.

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 15 Apr 2008 22:19:06 -0400

bitpim (1.0.5.dfsg.1-2) unstable; urgency=low

   * Python 2.5 transition.
   * Bump build and runtime dependencies on Python metapackages.
   * Drop dependency on python-ctypes, which python now provides.
   * Reinstate upstream's 2.5isms, thereby eliminating roughly two thirds
     of the Debian diff; most of the remaining changes to upstream code
     should be able to go away if and when wxwidgets2.8 hits unstable.
   * Clean src/native/usb/*.pyc, which package.generate_udevrules() now
     additionally creates (along with various *.pyc files elsewhere).

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 14 Apr 2008 19:50:27 -0400

bitpim (1.0.5.dfsg.1-1) unstable; urgency=medium

   * New upstream release; urgency medium as before.
   * src/phones/com_samsungscha870.py: rewrite conditional expression, as
     Debian still uses Python 2.4 rather than the requisite 2.5.
   * debian/bitpim.default (/etc/default/bitpim): suggest plugdev as
     another reasonable choice of standard system group.

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 29 Jan 2008 20:23:15 -0500

bitpim (1.0.4.dfsg.1-1) unstable; urgency=medium

   * New upstream release; urgency medium as this adds more phone models
     but doesn't change anything else particularly disruptively.
   * debian/{compat,control}: Advance to Debhelper V6 mode, because I can.
   * debian/copyright: Extend through 2008.

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 13 Jan 2008 19:44:08 -0500

2007

bitpim (1.0.3.dfsg.1-1) unstable; urgency=low

   * New upstream release.
   * src/native/av/bmp2avi/{avi,bmp}_file.cxx: explicitly #include <cstring>
     in anticipation of eventually building with GCC 4.3, as the other
     headers in use no longer pull it in implicitly.  (Closes: #455312.)
   * src/{bp_cli.py,phones/{com_samsungsphm300media.py,p_samsungsphm300.*}}:
     rewrite Python2.5isms (with statements, conditional expressions).
   * debian/control: bump Standards-Version to 3.7.3 (changes already done).
   * debian/rules, resources/bpudev: compensate for udev's quirky handling
     of "remove" events, which were failing to get logged.
   * debian/bitpim.1: document new options, including in particular the
     recently added command-line interface.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 12 Dec 2007 22:40:01 -0500

bitpim (1.0.2.dfsg.1-3) unstable; urgency=low

   * debian/control: Copy most of bitpim's runtime dependencies to
     Build-Depends-Indep, as udev rules generation tries to import them.
     (Closes: #451407.)

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 21 Nov 2007 17:20:56 -0500

bitpim (1.0.2.dfsg.1-2) unstable; urgency=low

   * Revive (reworked) udev rules, and document how to ensure suitable
     device ownership and permissions.  (Closes: #450550.)
   * Correct watch file to ignore prerelease snapshots.
   * Note upstream's homepage in debian/control.
   * Clarify (L)GPL versioning (no upper bounds) in debian/copyright.

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 11 Nov 2007 21:31:05 -0500

bitpim (1.0.2.dfsg.1-1) unstable; urgency=low

   * New upstream release.
   * Revert upstream changes that require Python 2.5, but keep those that
     merely require 2.4, bumping (build) dependencies accordingly.
   * Fix bitpim.desktop to satisfy desktop-file-validate; in particular,
     don't lose Category= when adjusting its value!  (Closes: #443519.)

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 11 Oct 2007 19:33:36 -0400

bitpim (1.0.1.dfsg.1-1) unstable; urgency=low

   * New upstream release.
   * Fix bitpim.desktop to cite Utility rather than Application as its main
     category.
   * debian/menu: Apps/Tools -> Applications/Mobile Devices per new policy;
     belatedly add icons (converted from upstream's).

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 10 Aug 2007 19:00:11 -0400

bitpim (1.0.0.dfsg.1-1) unstable; urgency=medium

   * Official 1.0 release (with only minor changes from 0.9.15).

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 13 Jun 2007 19:49:39 -0400

bitpim (0.9.15.dfsg.1-1) unstable; urgency=low

   * New upstream release.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 23 May 2007 18:35:49 -0400

bitpim (0.9.14.dfsg.1-2) unstable; urgency=low

   * Depend on apsw 3.3.13-r1, and restore the new database code that
     upstream introduced in 0.9.12.
   * Build-Depend on debhelper 5.0.47 for direct udev rules.d installation
     (though the rules themselves remain commented out).

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 17 Apr 2007 17:49:41 -0400

bitpim (0.9.14.dfsg.1-1) unstable; urgency=low

   * The "spring holiday of your choice" release.
   * New upstream release.
   * src/{bphtml,fileview,gui,guiwidgets,imp_cal_wizard,newdb_wiz}.py:
     revert wx2.8-isms for the time being, as Debian still only has 2.6.

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 8 Apr 2007 18:25:57 -0400

bitpim (0.9.13.dfsg.1-1) unstable; urgency=low

   * New upstream release.
   * packaging/buildmodules.py, src/native/evolution/evolution.py,
     src/conversions.py: treat GNU/kFreeBSD (sys.platform gnukfreebsd*)
     equivalently to Linux (sys.platform linux2).  (Closes: #414274.)
   * src/{memo,todo}.py (*Widget._OnSave): make sure to enable the item
     list before attempting to query its selection.  (Closes: #413113.)

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 20 Mar 2007 19:50:24 -0400

bitpim (0.9.12.dfsg.1-1) unstable; urgency=low

   * New upstream release (skipping 0.9.11).
   * src/{database,fileview,phone_root}.py: revert use of SQLite virtual
     tables, as they require a newer version of apsw than Debian ships at
     present (or is likely to until etch releases).
   * src/native/usb/libusb.i: add more typedefs for compatibility with
     libusb 2:0.1.12-4, as SWIG doesn't automatically recognize the new
     names either.  (Bug #315165 documents the change.)
   * src/{importexport,phones/com_samsung}.py: Continue using Debian's
     DSV.py (from my python-dsv package) rather than a (new) private copy.

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 27 Feb 2007 19:45:52 -0500

2006

bitpim (0.9.10.dfsg.1-1) unstable; urgency=low

   * New upstream release.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 28 Dec 2006 16:14:51 -0500

bitpim (0.9.09.dfsg.1-1) unstable; urgency=medium

   * New upstream release; urgency medium because it fixes some more bugs
     and seems pretty stable.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 7 Dec 2006 19:32:29 -0500

bitpim (0.9.08.dfsg.1-1) unstable; urgency=medium

   * New upstream release; urgency medium because it fixes several bugs and
     adds (at least partial) support for three more phone models.
   * Comment out udev rules by default because they can make BitPim perform
     full scans, which don't always terminate.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 23 Nov 2006 15:40:35 -0500

bitpim (0.9.07.dfsg.1-1) unstable; urgency=medium

   * New upstream release; urgency medium due to bug fixes and the addition
     of LGVX8500 (Chocolate) support.
   * Adjust src/comm_notify.py to look for /var/run/bitpim/dnotify.log,
     and deploy appropriate udev rules.  (These rules are broad-sweeping,
     but leave ownership and permissions alone.)
   * Work around bogus OverflowErrors in comm_notify.py on 64-bit systems.
   * Build with python-support 0.42, and drop the explicit python
     dependency introduced to work around #383958.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 7 Sep 2006 17:46:36 -0400

bitpim (0.9.06.dfsg.1-1) unstable; urgency=medium

   * New upstream release, mostly for bug fixes.
   * Build with python-support 0.4.1 (dispensing with dh_python).
     - give bitpim a direct dependency on python to avoid Lintian errors.
     - lose debian/pycompat and the X-Python-Version: fields.
     - loosen the build dependency on debhelper.

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 11 Aug 2006 18:41:36 -0400

bitpim (0.9.05.dfsg.1-1) unstable; urgency=medium

   * New upstream release; adds SCH-A930 support, avoids hanging upon exit,
     and includes other safe improvements.
   * Build-depend on debhelper >= 5.0.37.3 to keep bitpim-lib from hitting
     bug #375948 (wrong metadata for private extensions).

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 16 Jul 2006 16:35:59 -0400

bitpim (0.9.04.dfsg.1-1) unstable; urgency=medium

   * New upstream release; adds preliminary VX8300 support and some safe
     bugfixes.
   * Don't try to run ffmpeg with -hq, which not all versions recognize
     even if they actually support mp3 output.  (Closes: #375600.)
   * Update pointer to unofficial ffmpeg packages in README.Debian.
   * Bump debian/compat to 5 on principle; should be a no-op here, though.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 28 Jun 2006 19:36:14 -0400

bitpim (0.9.03.dfsg.1-1) unstable; urgency=medium

   * New upstream release, mostly for bugfixes.
   * Explicitly request new dh_python behavior via debian/pycompat ("2").

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 23 Jun 2006 20:31:05 -0400

bitpim (0.9.02.dfsg.1-2) unstable; urgency=low

   * Update for new (0.4) Python policy, using python-support (unfixing
     #358023 for the moment, but so be it), with additional logic to ensure
     that BitPim's own code remains available in optimized (.pyo) form.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 15 Jun 2006 18:10:49 -0400

bitpim (0.9.02.dfsg.1-1) unstable; urgency=medium

   * New upstream release (0.9.01 skipped due to bugs); urgency medium
     because the set of supported phones has grown yet again.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 7 Jun 2006 08:53:55 -0400

bitpim (0.9.00.dfsg.1-1) unstable; urgency=medium

   * New upstream milestone release.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 17 May 2006 18:09:41 -0400

bitpim (0.8.14.dfsg.1-1) unstable; urgency=medium

   * New upstream release; urgency medium due to added support for further
     phone models.
   * Adjust for bmp2avi's new makefile, which buildmodules.py can now use.
   * Require python-apsw >= 3.3.5r1 per upstream.
   * Standards-Version: 3.7.2 (still no changes required).

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 9 May 2006 20:21:24 -0400

bitpim (0.8.13.dfsg.1-2) unstable; urgency=low

   * Stop patching brewcompressedimage.py in favor of depending on a
     version of python-wxgtk2.6 new enough to support what upstream ships.
   * Standards-Version: 3.7.1 (no changes required).

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 3 May 2006 20:49:30 -0400

bitpim (0.8.13.dfsg.1-1) unstable; urgency=medium

   * New upstream release; urgency medium because it fixes some
     moderately annoying bugs and adds support for yet more phones.
   * README.Debian: drop note about udev configuration, which upstream's
     own documentation now addresses.
   * Install upstream's (new) .desktop file.

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 25 Apr 2006 21:08:19 -0400

bitpim (0.8.12.dfsg.1-2) unstable; urgency=medium

   * The "I just shot myself in the foot, didn't I?" release.
   * Add a symlink to work around python-support bug #363505, which
     interferes with bitpim's ability to find python-dsv 1.4.0-2.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 19 Apr 2006 19:07:05 -0400

bitpim (0.8.12.dfsg.1-1) unstable; urgency=medium

   * New upstream release; urgency medium due to interface bug fixes and
     new (partial) support for one more phone model.
   * Merge bitfling into the main bitpim package, as there wasn't actually
     much point in keeping it separate.

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 16 Apr 2006 12:23:56 -0400

bitpim (0.8.11.dfsg.1-1) unstable; urgency=medium

   * New upstream release; urgency medium because it offers significant
     improvements over previous versions, including support for four
     additional phone models.
   * Adjust packaging to reflect new upstream layout (and avoid version
     skew between bitpim and bitfling).
   * Fix typo in bitfling's short description.  (Closes: #357647.)
   * Optimize debian/rules slightly; in particular, take advantage of
     upstream's new buildmodules.py script.
   * Byte-compile bitpim's .py files with -Wignore to suppress
     FutureWarnings that upstream characterizes as spurious.  (Closes:
     #358023.)
   * Make a couple of minor corrections to debian/copyright per upstream's
     feedback.

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 8 Apr 2006 17:38:46 -0400

bitpim (0.8.08.dfsg.2-3) unstable; urgency=low

   * Increase optimization to -OO per upstream's recommendation.
   * README.Debian: Advise users that stock Debian systems do not support
     encoding ringtones into the MP3 format due to patent concerns.

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 17 Mar 2006 18:34:10 -0500

bitpim (0.8.08.dfsg.2-2) unstable; urgency=low

   * More fixes to debian/copyright; in particular, spell the wxWidgets
     license that applies to some components out rather than merely citing
     it.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 27 Feb 2006 19:38:51 -0500

bitpim (0.8.08.dfsg.2-1) unstable; urgency=low

   * New upstream tarball, with the outlook plugin removed on the grounds
     of being useless on Unix and possibly derived from non-free code.
   * Document remaining non-GPLed components' (GPL-compatible!) licenses in
     debian/copyright.

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 26 Feb 2006 19:35:23 -0500

bitpim (0.8.08.dfsg.1-1) unstable; urgency=low

   * New upstream release, extracted from upstream CVS as before.
   * Supply a plain-text version of upstream's changelog.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 22 Feb 2006 14:06:07 -0500

bitpim (0.8.07.dfsg.1-1) unstable; urgency=low

   * Initial release, from an upstream CVS checkout with prebuilt binaries
     removed.  (Closes: #265585.)
   * Backported brewcompressedimage.py to wxPython 2.6.1, as Debian does
     not yet provide a newer version (thanks to #342189).

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 7 Feb 2006 18:46:22 -0500