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
|
zc.lockfile (1.3.0-1) unstable; urgency=low
[ Gediminas Paulauskas ]
* New upstream release 1.0.2
* debian/control:
- bump Standards-Version to 3.9.4
- enable autopkgtest (Closes: #692714)
- Use canonical URI for Vcs-Svn and Vcs-Browser.
- Split python-zc into a separate package.
* debian/python-zc.pyinstall: add to install the zc/__init__.py file.
* debian/python-zc.lockfile.install: all other files go to the main package.
* debian/tests: switch to zope.testrunner.
* debian/copyright: update format and copyright holder.
[ Julien Muchembled ]
* New upstream release 1.3.0
- Replace no_doc_txt.patch by a dpkg-source option that exclude the
automatically generated 'doc.txt' file.
- Add support for Python 3: new python3-zc.lockfile package.
* Remove 'python-zc' package, since namespace packages are declared in
/usr/share/python/ns and managed by pycompile/pyclean.
* Do not ship the upstream test suite. It is run at build time.
Use autopkgtest-pkg-python instead.
* Move README.txt from dist-packages to /usr/share/doc/.
* Update Standards-Version to 4.1.4:
- Update copyright-format URL to use HTTPS instead of HTTP.
* d/copyright: fix Upstream-Contact and update Copyright: year.
* d/watch: fix by using pypi.debian.net redirector.
* d/control:
- Set section back to 'python' like 'zodb', which depends on this package.
As clarified upstream: « ZODB doesn't depend on Zope in any way and is
used in many projects that have nothing to do with Zope. »
- Remove X-Python*-Version stanzas as per the
'ancient-python-version-field' lintian warning.
- Use HTTPS for Homepage.
- Switch Vcs-* to salsa.debian.org.
- Transfer maintenance to the Debian Python Modules Team.
- Remove Brian Sutherland from Uploaders (Closes: #869445).
Also remove Fabio Tranchitella and add myself.
* Use debhelper 11.
-- Julien Muchembled <jm@jmuchemb.eu> Mon, 04 Jun 2018 06:47:14 +0200
zc.lockfile (1.0.0-6) unstable; urgency=low
* Team upload.
* debian/clean: remove to make sure all files are installed.
* debian/source/options: ignore .egg-info directory.
-- Arnaud Fontaine <arnau@debian.org> Tue, 08 Nov 2011 22:37:07 +0900
zc.lockfile (1.0.0-5) unstable; urgency=low
* Team upload.
* Use dh_python2 instead of deprecated python-central. (Closes: #617153)
* Do not use python-van.pydeb.
* debian/control: build-depend on python-all (not -dev).
* debian/copyright: update, convert to dep5 format.
* Switch to 3.0 (quilt) source format
* debian/patches/no_doc_txt.patch: add, do not write a doc.txt.
* debian/python-zc.lockfile.pyinstall: add to install zc/__init__.py file
* debian/rules: remove override to install zc/__init__.py
* Add debian/clean to get rid of egg-info/* to prevent FTBFS if built
twice.
-- Gediminas Paulauskas <menesis@pov.lt> Tue, 18 Oct 2011 18:28:09 +0300
zc.lockfile (1.0.0-4) unstable; urgency=low
* Convert to debhelper 7 and the pydeb dh7 extension.
-- Fabio Tranchitella <kobold@debian.org> Tue, 05 Jan 2010 21:51:04 +0100
zc.lockfile (1.0.0-3) unstable; urgency=low
[ Brian Sutherland ]
* Set priority to optional as we are depended on by python-zodb which is
priority optional.
[ Fabio Tranchitella ]
* debian/control: build-depend on pyton-vab.pydeb >= 1.3.0-2.
(Closes: #552974)
-- Fabio Tranchitella <kobold@debian.org> Sun, 08 Nov 2009 11:19:11 +0100
zc.lockfile (1.0.0-2) unstable; urgency=low
* Set section to zope.
* Rebuild against van.pydeb 1.3.
-- Matthias Klose <doko@ubuntu.com> Sat, 12 Sep 2009 22:41:11 +0200
zc.lockfile (1.0.0-1) unstable; urgency=low
* Inital Release
-- Brian Sutherland <brian@vanguardistas.net> Mon, 08 Jun 2009 10:12:08 +0200
|