| 12
 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
 
 | python-couchdb (0.10-1.1) unstable; urgency=medium
  * Non-maintainer upload.
  * Add debian/patches/util3_pycompile.diff to disable unused pyexec and
    fix install failure during pycompile (Closes: #765086)
    - Patch thanks to Michael Vogt
 -- Scott Kitterman <scott@kitterman.com>  Thu, 13 Nov 2014 01:17:25 -0500
python-couchdb (0.10-1) unstable; urgency=medium
  * New upstream version
  * Fix typo in debian/rules (Closes: #750225)
  * Standards-Version bumped to 3.9.6, no changes needed
  * Bumped debhelper compatibility to 9
  * Make canonical Vcs-* urls
  * Patches refreshed
  * Updated debian/copyright
  * Use dh_python2 instead of pysupport
 -- David Paleino <dapal@debian.org>  Sun, 28 Sep 2014 18:14:29 +0200
python-couchdb (0.8-1) unstable; urgency=low
  * New upstream version (Closes: #616354)
  * Package adopted.
  * Package moved to collab-maint, git.
  * Patches converted to quilt-format, added DEP-3 header.
  * Patches refreshed, 02-python2.5_compatibility.patch removed (httplib2
    not used anymore)
  * Use "3.0 (quilt)" source format.
  * Add XS-Python-Version to debian/control.
  * debian/rules rewritten using dh7
  * debhelper compatibility level bumped to 8
  * Added myself to debian/copyright
  * Standards-Version bumped to 3.9.2
  * Removed dependencies on python-httplib2
  * Switch from epydoc to sphinx documentation build
  * Added doc-base hint
  * Don't point to the BSD file in /usr/share/common-licenses/, but
    rather include the right text
  * Use system-wide jQuery instead of the embedded one
  * Enable view server in CouchDB (Closes: #554580)
 -- David Paleino <dapal@debian.org>  Mon, 18 Apr 2011 12:42:00 +0200
python-couchdb (0.6-1) unstable; urgency=low
  [ Noah Slater ]
  * Updated debian/control, updated Build-Depends on debhelper to 7.2.11.
  [ Piotr Ożarowski ]
  * New upstream release. Closes: #537456
  * Add python-cjson as an alternative dependency to python-simplejson and
    python >= 2.6 (due to new couchdb/json.py)
  * python2.5_compatibility.patch added
  * Remove PYTHONPATH from debian/rules, not really needed
  * Standards-Version bumped to 3.8.3 (no other changes needed)
 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Tue, 18 Aug 2009 19:42:22 +0200
python-couchdb (0.5-1) experimental; urgency=low
  * New upstream release.
  * Added debian/README.source file.
  * Updated debian/control, updated Vcs-Browser.
  * Updated debian/control, updated Depends.
  * Updated debian/control, updated Description.
  * Updated debian/copyright, added additional copyright holder.
  * Updated debian/rules, improved uscan options for get-orig-source.
 -- Noah Slater <nslater@tumbolia.org>  Sun, 18 Jan 2009 20:26:37 +0000
python-couchdb (0.4-1) unstable; urgency=low
  * New upstream release.
  * Updated debian/control, added Build-Depends.
  * Updated debian/control, updated Standards-Version to 3.8.0.
  * Updated debian/copyright, updated for latest format proposal.
  * Updated debian/rules, added API documentation generation.
 -- Noah Slater <nslater@tumbolia.org>  Thu, 10 Jul 2008 15:47:33 +0100
python-couchdb (0.3-2) unstable; urgency=low
  * Updated debian/control, updated Suggests. Closes: #469027
 -- Noah Slater <nslater@tumbolia.org>  Tue, 04 Mar 2008 23:20:56 +0000
python-couchdb (0.3-1) unstable; urgency=low
  * Initial release. Closes: #447596
 -- Noah Slater <nslater@tumbolia.org>  Tue, 12 Feb 2008 21:57:28 +0000
 |