File: changelog

package info (click to toggle)
bitpim 1.0.7%2Bdfsg1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 31,384 kB
  • ctags: 64,877
  • sloc: python: 267,746; cpp: 2,076; perl: 600; ansic: 409; sh: 231; makefile: 142; sed: 1
file content (463 lines) | stat: -rw-r--r-- 19,302 bytes parent folder | download
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
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).

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 18 Jul 2010 14:32:26 -0400

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.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 27 Jan 2010 22:53:39 -0500

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).

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 03 Dec 2009 20:30:30 -0500

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

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

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

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