File: changelog

package info (click to toggle)
sugar-datastore 0.118-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,612 kB
  • sloc: sh: 4,260; python: 1,346; ansic: 191; makefile: 39
file content (612 lines) | stat: -rw-r--r-- 22,909 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
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
sugar-datastore (0.118-2) unstable; urgency=medium

  * fix break+replace python-carquinol;
    closes: bug#8d7dc4b, thanks to Andreas Beckmann

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 06 Mar 2021 17:42:56 +0100

sugar-datastore (0.118-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * update watch file: fix tracking URL
  * declare compliance with Debian Policy 4.5.1
  * simplify rules: let dh_python3 fix python shebang
  * use debhelper compatibility level 13 (not 12)
  * fix build-depend on python3-all-dev (not python3-dev)

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 27 Jan 2021 23:35:04 +0100

sugar-datastore (0.117-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * fix use override_dh_* (not execute_after_dh_* unsupported in stable)

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 18 Apr 2020 14:23:19 +0200

sugar-datastore (0.116-1) experimental; urgency=medium

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * (build-)depend on and provide python3 libraries (not python);
    closes: bug#938586
  * build-depend on dh-python
  * hardcode python3 in hash-bang fixup
  * simplify rules;
    stop build-depend on cdbs
  * use debhelper compatibility level 12 (not 9);
    build-depend on debhelper-compat dh-sequence-gir dh-sequence-python3
    (not autotools-dev debhelper dh-python)
  * set Rules-Requires-Root: no
  * use semantic newlines
  * update watch file:
    + mention gbp --uscan in usage comment
    + use patterns
  * drop unneeded .la file

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 16 Mar 2020 11:38:25 +0100

sugar-datastore (0.114-1) unstable; urgency=medium

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * simplify rules;
    stop build-depend on dh-buildinfo
  * update Vcs-* fields: packaging moved to Salsa
  * declare compliance with Debian Policy 4.5.0
  * copyright: update coverage
  * build-depend on python2 python2-dev and depend on python2
    (not python python-all-dev)

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 15 Mar 2020 19:33:37 +0100

sugar-datastore (0.112-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Declare compliance with Debian Policy 4.1.3.
  * Update copyright info:
    + Extend coverage for myself.
    + Extend coverage for autotools. Strip needless coyright sign.
  * Fix rules to detect and adapt watch file and git-buildpackage config
    when targeting experimental release.
  * Update watch file and git-buildpackage config to track any branch.
  * Update rules to resolve upstream major+minor from upstream version.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 08 Jan 2018 14:03:36 +0100

sugar-datastore (0.110.0-2) unstable; urgency=medium

  * Modernize Vcs-* fields:
    + Use https protocol.
    + Use git (not cgit) in path.
  * Declare compliance with Debian Policy 4.1.0.
  * Update git-buildpackage config: Filter any .git* files.
  * Update watch file:
    + Bump format version.
    + Mention gbp --uscan in usage comment.
    + Tighten version regex.
  * Update copyright info:
    + Use SPDX License shortnames FSFUL FSFULLR (and derived forms).
    + Extend coverage for myself.
    + Use https protocol in file format URL.
  * Modernize cdbs:
    + Drop upstream-tarball hints: Use gbp import-orig --uscan.
    + Do copyright-check in maintainer script (not during build).
      Relax to build-depend unversioned on cdbs.
      Stop build-depend on licensecheck.
  * Drop obsolete lintian override regarding debhelper 9.
  * Tighten lintian overrides regarding License-Reference.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 29 Aug 2017 18:29:31 +0200

sugar-datastore (0.110.0-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Update coverage for autotools.
    + Extend coverage for Debian packaging.
  * Modernize CDBS use: Let CDBS resolve if build is targeted
    experimental.
  * Declare compliance with Debian Policy 3.9.8.
  * Have git-buildpackage use versioned upstream branch.
  * Track only stable 0.110 branch in watch file.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 13 Dec 2016 03:02:57 +0100

sugar-datastore (0.106.0-1) unstable; urgency=medium

  [ upstream ]
  * New release.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 06 Jul 2015 20:49:45 -0500

sugar-datastore (0.105.3-1) experimental; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  (0.104.1-6 changes re-applied)

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 02 Jul 2015 19:20:00 -0500

sugar-datastore (0.105.2-1) experimental; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Prepare for new major branch:
    + Switch packaging git branch.
    + Have watch file track any branch.
  (0.104.1-5 changes re-applied)

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 14 Jun 2015 18:19:59 -0500

sugar-datastore (0.104.1-6) unstable; urgency=medium

  * Fix limit watch file to current branch.
  * Bump debhelper compatibility level to 9.
  * Add lintian override regarding debhelper 9.
  * Relax watch file to cover any compression suffix.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 02 Jul 2015 18:35:17 -0500

sugar-datastore (0.104.1-5) unstable; urgency=medium

  * Drop branch from source and binary package.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 26 Jun 2015 13:01:20 -0500

sugar-datastore-0.104 (0.104.1-4) unstable; urgency=medium

  * Modernize short and long description.
  * Update copyright info:
    + Use License-Grant and License-Reference fields.
    Thanks to Ben Finney.
  * Add lintian overrides regarding license in License-Reference field.
    See bug#786450.
  * Adapt packaging in maintainer mode when targeting experimental:
    + Switch git packaging branch.
    + Track any release (else only current branch).
  * Modernize git-buildpackage config: Avoid "git-" prefix.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 14 Jun 2015 17:08:15 -0500

sugar-datastore-0.104 (0.104.1-3) unstable; urgency=medium

  * Fix stop suggest sugar-* poppler-utils/xpdf-utils or abiword: Unused
    since 0.8.1 (i.e. almost forever).
  * Move packaging to Debian Sugar Team.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 20 Apr 2015 13:52:37 +0200

sugar-datastore-0.104 (0.104.1-2) experimental; urgency=medium

  * Fix limit supported python flavors to 2.7 or newer, to ease
    backporting.
  * Update package relations:
    + Fix depend on python-sugar3 (not bogus python-sugar-gtk3).
    + Drop transitional breaks/replaces against ancient
      python-olpc-datastore.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 05 Apr 2015 20:51:42 +0200

sugar-datastore-0.104 (0.104.1-1) experimental; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Bump major version in source and binary package names.
  * Update copyright info:
    + Extend coverage for autotools.
  * Massage hash-bang of scripts, and depend explicitly on python, as
    recommended/dictated by Debian Python Policy.
  * Update package relations:
    + Fix recommend dbus.
    + Depend on python-sugar3 (not python-sugar-*).
    + Depend on python-gi and gir1.2-glib-2.0 (not python-gobject).

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 05 Apr 2015 16:46:16 +0200

sugar-datastore-0.98 (0.98.1-2) unstable; urgency=medium

  * Update copyright info:
    + Update alternate git source URL.
    + Extend coverage for myself, and relicense packaging as GPL-3+.
    + Fix path to GPL-2 license.
    + Fix use SPDX shortname for X11 license.
      Thanks to Paul Richards Tagliamonte.
  * Track xz compressed upstream tarballs (favored over bzip2).
  * Tell git-buildpackage to use xz compression.
  * Declare compliance with Debian Policy 3.9.6.
  * Update Vcs-Git field to use canonical URL.
  * Update Vcs-Browser field to use cgit and https.
  * Wrap and sort Uploaders and package relations fields.
  * Rewrite README.source to emphasize that control.in file is *not* a
    show-stopper for contributions, and refer to wiki page for details.
  * Bump dephelper compatibility level to 8.
  * Auto-resolve package branch.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 05 Apr 2015 04:43:01 +0200

sugar-datastore-0.98 (0.98.1-1) unstable; urgency=low

  * New upstream release 
  * Added myself in Uploaders
  * Bump standards-version to 3.9.4

 -- Santiago Ruano Rincón <santiago@debian.org>  Sat, 07 Sep 2013 00:57:44 +0200

sugar-datastore-0.96 (0.96.0-1) unstable; urgency=low

  * Bump debhelper compatibility level to 7.
  * Use Python helper python2 (not python-support).
  * Update copyright file:
    + Rewrite using format 1.0.
    + Extend copyright coverage of some files to include recent years.
  * Bump standards-version to 3.9.3.
  * Use anonscm.debian.org for Vcs-Browser field.
  * Switch packaging to upstream branch 0.96.
  * Update package relations:
    + Tighten build-dependency on cdbs and python: Needed for python2
      helper.
    + Stop build-depending on python-central: No longer used.
    + Relax build-depend unversioned on debhelper and devscripts: Needed
      versions satisfied even in oldstable.
  * Remove debian/source/local-options: abort-on-upstream-changes and
    unapply-patches are default in dpkg-source since 1.16.1.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 27 May 2012 00:15:46 +0200

sugar-datastore-0.90 (0.90.0-1) unstable; urgency=low

  * New upstream stable release.
  * Append _DEFAULT to deprecated CDBS variables in rules file.
  * Ease building with git-buildpackage: Git-ignore quilt .pc dir, and
    add source local-options.
  * Drop TODO: Only issue was use of Xappy, but its predecessor, secore,
    was dropped since upstream v0.8.1.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 12 Oct 2010 14:29:23 +0200

sugar-datastore-0.90 (0.89.1-1) experimental; urgency=low

  * New upstream development release.
  * Switch packaging to upstream branch 0.90.
  * Improve copyright file:
    + Fix add install-sh, licensed as Expat and other-X.
    + Drop unused license section MIT.
    + Add comment on Expat variation.
    + Rename and tighten other-GAP-* sections.
  * Relax transitional conflicts to use Breaks: (not Conflicts:).
  * Stop needlessly providing python-olpc-datastore.
  * Bump Policy compliance to standards-version to 3.9.0.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 21 Jul 2010 11:48:04 +0200

sugar-datastore-0.88 (0.88.0-2) unstable; urgency=low

  * New upstream stable release.
  * Drop all local CDBS snippets: included with main cdbs package now.
  * Switch to source format "3.0 (quilt)".
  * Drop build-dependencies on quilt and patchutils.
  * Relax build-dependencies on python-central and python-all-dev.
  * Relax build-dependency on devscripts slightly, to ease backporting.
  * Tighten build-dependency on cdbs.
  * Add git-buildpackage hint about use of bzip2-compressed tarballs.
  * Bump standards-version to 3.8.4.
  * Update copyright file:
    + Reformat to conform to draft DEP5 rev. 135.
    + Add GPL disclaimers.
    + Adjust some years.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 30 Mar 2010 20:24:52 +0200

sugar-datastore-0.88 (0.87.1-1) unstable; urgency=low

  * New upstream development release.
  * Switch packaging to branch 0.88.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 01 Dec 2009 22:26:47 +0100

sugar-datastore-0.86 (0.86.1-1) unstable; urgency=low

  * New upstream bugfix release.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 02 Oct 2009 15:33:40 +0200

sugar-datastore-0.86 (0.86.0-1) unstable; urgency=low

  * New upstream stable release.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 30 Sep 2009 18:04:24 +0200

sugar-datastore-0.86 (0.85.4-2) unstable; urgency=low

  * Drop unneeded dependency on python-gnome2.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 22 Sep 2009 19:36:03 +0200

sugar-datastore-0.86 (0.85.4-1) unstable; urgency=low

  * New upstream development release.
  * Bump major version to 0.86 for binary and source package.
  * Simplify watch file (we want to watch too new files too).
  * Update debian/copyright (no new licenses or copyright holders).

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 18 Sep 2009 14:49:59 +0200

sugar-datastore-0.84 (0.84.0-3) unstable; urgency=low

  * Update CDBS snippets:
    + Enhance package-relations.mk to support all binary package
      relations (except -indep ones).
    + Improve package-relation.mk cleanup to cover debhelper 6 and 7,
      strip more whitespace and cover mixture of unversioned+versioned
      dependencies.
    + Silence applying dependencies in package-relation.mk.
    + Implement fail-source-not-repackaged rule in upstream-tarball.mk.
    + Update URL to draft DEP5 format in copyright-check.mk output.
  * Update OLPC relation (now historic) in long description.
  * Bump up policy compliance to standards version 3.8.3.
  * Update debian/copyright format to DEP5 rev54.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 18 Sep 2009 13:08:27 +0200

sugar-datastore-0.84 (0.84.0-2) unstable; urgency=low

  * Provide, conflict with and replace python-olpc-datastore.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 29 May 2009 20:21:12 +0200

sugar-datastore-0.84 (0.84.0-1) unstable; urgency=low

  * New upstream release.
  * Drop patch 0001 no longer relevant (related code dropped upstream).
  * Drop patches 1002-1005, and limit Python support to 2.5 and newer.
  * Add README.source (and drop CDBS hints and README.packaging).
  * Update CDBS snippets:
    + Minor updates to buildinfo.mk and copyright-check.mk
    + Enhance package-relations.mk to support all binary package
      relations (except -indep ones)
    + Extend package-relation.mk to handle debhelper 6 and 7.0.1
  * Add git-buildpackage configfile, enabling signed tags and use of
    pristine-tar.
  * Use sugarlabs.org (not laptop.org) as upstream URLs.
  * Restrict watch file to current stable release (0.84).
  * Handle binary (not only source) dependencies in rules file.
  * Rename binary to package python-carquinyol (from python-olpc-
    datastore), and adjust upstream project name to sugar-datastore
    (from OLPC Datastore).
  * Switch to achitecture-dependent packaging (code now includes private
    metadatareader library).
  * Append major version (0.84) to binary and source package.
  * Update debian/copyright:
    + Rewrite to use DEP5 r48 proposed machine-readable format
    + Add authors of autogenerated files and files below debian/* (no
      new licenses)
    + Main author is OLPC (not Lemur Consulting Ltd)
  * Bump policy compliance to Standards-Version 3.8.1.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 29 May 2009 15:13:43 +0200

sugar-datastore (0.82.1-2) unstable; urgency=high

  * Add patch 0001 to fix Xapian overflow.
  * Set urgency=high as without above patch the Sugar journal is
    completely broken (as in _no_ data gets saved in Sugar).

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 14 Jan 2009 23:01:39 +0100

sugar-datastore (0.82.1-1) unstable; urgency=low

  * New Upstream Version.
  * Depend on ${misc:Depends}.
  * Update CDBS snippet copyright-check.mk: Compact simple licenses
    (those without ' or later').
  * Update CDBS snippet makefile.mk: Cleanup check stamp dir for
    flavored builds. Fixing failure to build twice in a row.
  * Update CDBS snippet update-tarball.mk: Various improvements (none
    important here).

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 11 Nov 2008 19:23:36 +0100

sugar-datastore (0.82.0-1) unstable; urgency=low

  * New upstream release.
  * Update cdbs snippets:
    + Move dependency cleanup to new local snippet package-relations.mk.
    + Update copyright-check output to more closely match proposed new
      copyright file format.  Update copyright-hints.
    + Internal restructuring of flavor-enhanced autotools- and makefile-
      snippets.
    + Update README.cdbs-tweaks.
  * Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis).

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 16 Aug 2008 14:42:14 +0200

sugar-datastore (0.8.2-1) unstable; urgency=low

  * New upstream release.
  * Unfuzz patches.
  * Update local cdbs snippets:
    + Relax copyright-check to only warn about its discoveries.  Closes:
      bug#486979.
    + Update dependency cleanup to strip cdbs 0.4.27 (not 0.4.27-1).
  * Update debian/copyright-hints.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 21 Jun 2008 01:19:15 +0200

sugar-datastore (0.8.1-3) UNRELEASED; urgency=low

  * Add URL to upstream tarball source in debian/copyright.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 26 May 2008 14:30:28 +0200

sugar-datastore (0.8.1-2) unstable; urgency=low

  * Really update build-dependencies as promised in 0.8.1-1.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 26 May 2008 12:23:09 +0200

sugar-datastore (0.8.1-1) unstable; urgency=low

  * New upstream release (only version number bumped, compared to prior
    Git snapshot release).
  * Drop patch 1001 against no longer included doc file.
  * Unfuzz patch 1005.
  * Update copyright-check (only files dropped or replaced with
    auto-generated ones).
  * Update local cdbs snippets:
    + Use upstream-tarball.mk to track upstream source releases.
    + Drop use of autotools.
  * Semi-auto-update debian/control to update build-dependencies:
      DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 26 May 2008 11:28:42 +0200

sugar-datastore (0.8.0~git.13d354b-11) unstable; urgency=low

  * Bump debhelper compatibility level to 6 (was 5).
  * Update local cdbs snippets:
    + Relax python-central and python-support build-dependencies in
      python-autotools.mk.
    + Update copyright-check cdbs snippet to store newline-delimited
      hints, and strip any non-printable characters.  Update hints.
    + Drop wget options broken with recent versions of wget in
      update-tarball.mk.
  * Mention exact upstream Git source in debian/copyright.
  * Semi-auto-update debian/control to update build-dependencies:
      DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 24 Apr 2008 12:43:35 +0200

sugar-datastore (0.8.0~git.13d354b-10) unstable; urgency=low

  * Suggest (not recommend) abiword and poppler-utils - really this time
    (forgot to semi-auto-update debian/control in last upload :-P ).

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 11 Apr 2008 21:40:00 +0200

sugar-datastore (0.8.0~git.13d354b-9) unstable; urgency=low

  * Suggest (not recommend) abiword and poppler-utils.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 11 Apr 2008 19:17:30 +0200

sugar-datastore (0.8.0~git.13d354b-8) unstable; urgency=low

  * Fix typo in long description.
  * Add patches 1004 and 1005 to avoid queue.join and queue.task_done,
    and check_call, all of them unavailable in Python < 2.5.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 23 Mar 2008 15:10:46 +0100

sugar-datastore (0.8.0~git.13d354b-7) unstable; urgency=low

  * Rename binary package to python-olpc-datastore (not sugar-datastore
    and not python-sugar-datastore), to comply with Python policy
    (currently this package also contains secore which should be dropped
    as soon as its backwards-compatilbe successor - Xappy - is packaged
    for Debian).
  * Update debian/copyright to advertise this packaging as "Python
    module OLPC Datastore" (not "Sugar Datastore").
  * Fix email address of OLPC Alioth team.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 16 Mar 2008 13:23:29 +0100

sugar-datastore (0.8.0~git.13d354b-6) unstable; urgency=low

  * Update CDBS tweaks:
    + Add local python-autotools.mk (and drop py-compile.mk).
    + Update python-vars.mk and makefile.mk for improved DEB_*PACKAGES
      and build-dependency resolving.
    + Cosmetic updates to README.cdbs-tweaks.
  * Fix patch 1003 to not strip declaring self._write_lock.
  * Remove auto-generated py-compile in target clean.
  * Semi-auto-update debian/control to update build-dependencies:
      DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 16 Mar 2008 12:35:19 +0100

sugar-datastore (0.8.0~git.13d354b-5) unstable; urgency=low

  * Pass over maintenance of the package to the OLPC team: Change
    Maintainer, and add myself to Uploaders.
  * Fix README.packaging to use "pull; fetch --tags" (not "pull -t").
  * Rename binary package sugar-datastore -> python-sugar-datastore, to
    comply with Python policy (or maybe not: should each Python module
    be packaged separately?).
  * Change binary package to section python.
  * Depend on python-sugar (not sugar-base).
  * Update CDBS tweaks:
    + Add local py-compile.mk and python-vars.mk to handle autotools-
      based Python compilation.  This adds suppurt also for non-default
      Python versions.
    + Add local autotools.mk, autotools-vars.mk, makefile.mk and
      makefile-vars.mk providing multi-flavor build support needed by
      py-compile.mk.
    + Add patchsys-quilt.mk.
    + README.cdbs-tweaks updated to mention the above.
  * Add already applied patch 1001 to use unversioned Python hashbang in
    getbuildpath.py script.
  * Add already applied patch 1002 to nest try-except in
    try-except-finally constructs, for Python < 2.5 compatibility.
  * Add already applied patch 1003 to avoid fancy locking using "with"
    statement, for Python < 2.5 compatibility.
  * Drop empty usr/lib cleanup, now handled by puthon-central.
  * Semi-auto-update debian/control to update build-dependencies:
      DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 14 Mar 2008 13:14:12 +0100

sugar-datastore (0.8.0~git.13d354b-4) unstable; urgency=low

  * Fix watch file (no tarball yet - just guessing the upcoming name).
  * Update CDBS tweaks:
    + Replace virtual automake1.10 build-dependency with automake
  * Semi-auto-update debian/control to update build-dependencies:
    DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 11 Mar 2008 02:36:26 +0100

sugar-datastore (0.8.0~git.13d354b-3) unstable; urgency=low

  * Patch xapianindex to not import with-statement (now that we've
    patched around using it).

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 09 Mar 2008 17:46:58 +0100

sugar-datastore (0.8.0~git.13d354b-2) unstable; urgency=low

  * Patch converter, datatore and backingstore to nest try: except: in
    try: except: finally: constructs, to support Python 2.4.
  * Patch xapianindex to manually acquire and release locks (not using
    with construct), to support Python 2.4.
  * Drop documentation-related build-dependencies: Not yet integrated
    with main build routines.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 09 Mar 2008 17:24:15 +0100

sugar-datastore (0.8.0~git.13d354b-1) unstable; urgency=low

  * Initial release. Closes: bug#444021.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 09 Mar 2008 14:59:33 +0100