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
|
zconfig (3.1.0-1) unstable; urgency=low
* Team upload.
[ Gediminas Paulauskas ]
* New upstream release 2.9.3
* debian/control:
- Drop python-van.pydeb from Build-Depends
- Remove pydeb substvars.
- Bump Standards-Version to 3.9.4
- Enable autopkgtest. Closes: #692692.
- Change homepage to pypi.
* debian/rules: remove the use of pydeb, build with python2 only.
* debian/tests: switch to zope.testrunner.
* debian/source/options: ignore .egg-info directory.
[ Julien Muchembled ]
* New upstream release 3.1.0
+ d/copyright: update Copyright: year
+ d/docs: remove NEWS.txt (it was renamed to CHANGES.txt upstream).
* Add support for Python 3 (new python3-zconfig package).
* d/watch: refresh from pypi.debian.net, mainly for HTTPS access.
* d/control:
+ Remove useless X-Python-Version (>= 2.6 is implicit).
+ Update Standards-Version to 3.9.8 (no change needed).
+ Use canonical URI for Vcs-Svn and Vcs-Browser.
* Use debhelper 10.
-- Julien Muchembled <jm@jmuchemb.eu> Thu, 08 Dec 2016 22:15:41 +0100
zconfig (2.8.0-1) unstable; urgency=low
* Team upload.
[ Arnaud Fontaine ]
* Switch to "3.0 (quilt)" source format.
* New upstream release. Closes: #623919.
* debian/docs:
+ Add upstream README.txt and NEWS.txt.
* debian/control:
+ Bump Standards-Version to 3.9.2. No changes needed.
+ Add Homepage and Vcs-Browser fields.
+ Rename XS-Vcs-Svn to Vcs-Svn (dpkg supports it now).
+ Remove minimum required version of python-setuptools because even
oldstable has a greater version.
* Switch from deprecated dh_pycentral to dh_python2. Closes: #617154.
+ debian/control:
- Bump python-all minimum version to 2.6.6-3~.
- Remove python-central from Build-Depends.
- Remove deprecated XB-Python-Version.
- Rename deprecated XS-Python-Version to X-Python-Version and specify
explicitly the minimum supported version.
+ debian/rules:
- Use --with python2 rather than --with python-central.
[ Gediminas Paulauskas ]
* debian/control:
+ Build-Depends on python-all (not -dev).
* debian/rules:
+ Stop mangling the scripts.
* debian/copyright:
+ Update and convert to dep5 format.
[ Brian Sutherland ]
* Update to version from ztk1.0
-- Arnaud Fontaine <arnau@debian.org> Fri, 06 May 2011 22:36:13 +0900
zconfig (2.7.1-4) unstable; urgency=low
* Convert to debhelper 7 and the pydeb dh7 extension.
-- Fabio Tranchitella <kobold@debian.org> Tue, 05 Jan 2010 21:57:47 +0100
zconfig (2.7.1-3) unstable; urgency=low
[ Brian Sutherland ]
* debian/control: Conflict against zope3 (LP: #487536)
[ Matthias Klose ]
* Call the unversioned python interpreter in the scripts.
-- Matthias Klose <doko@debian.org> Tue, 15 Dec 2009 13:12:18 +0100
zconfig (2.7.1-2) unstable; urgency=low
[ Matthias Klose ]
* Set section to zope.
* Rebuild against van.pydeb 1.3.
[ 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 python-van.pydeb >= 1.3.0-2.
(Closes: #552910)
-- Fabio Tranchitella <kobold@debian.org> Sun, 08 Nov 2009 11:26:46 +0100
zconfig (2.7.1-1) unstable; urgency=low
[ Brian Sutherland ]
* Initial Packaging
[ Fabio Tranchitella ]
* New upstream release.
-- Fabio Tranchitella <kobold@debian.org> Thu, 18 Jun 2009 17:30:22 +0200
|