Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/changelog
blob: 6ea37a0a9652768efb32d23d1d4bd9a9bdcce764 (plain)
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
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