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 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 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 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 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 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 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 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 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 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 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 Sun, 09 Mar 2008 14:59:33 +0100