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