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 110 111 112 113 114 115 116 117 118 119 120
|
python-chameleon (2.16-4) unstable; urgency=medium
* Team upload.
* d/control: Add missing python-chameleon-doc Breaks/Replaces against
python-chameleon. Thanks to Andreas Beckmann. Closes: #768205.
-- Arnaud Fontaine <arnau@debian.org> Wed, 12 Nov 2014 16:37:07 +0900
python-chameleon (2.16-3) unstable; urgency=medium
* d/tests:
- Add all-3 test for Python 3.
- Simplify tests to just make sure the module is importable.
-- Barry Warsaw <barry@debian.org> Sat, 28 Jun 2014 16:01:31 -0400
python-chameleon (2.16-2) unstable; urgency=medium
* d/control:
- Add myself to Uploaders.
- Suggest the python-chameleon-doc package instead of Recommending it.
-- Barry Warsaw <barry@debian.org> Mon, 23 Jun 2014 11:59:25 -0400
python-chameleon (2.16-1) unstable; urgency=medium
* Team upload.
[ Gediminas Paulauskas ]
* debian/tests/control: correctly spell python-zope.i18n. Closes: #747388
[ Barry Warsaw ]
* New upstream release.
* debian/patches/do_not_download_distribute.patch: Removed; obsolete.
* debian/control:
- Added python3-chameleon and python-chameleon-doc binary packages.
- Added necessary Build-Depends for Python 3.
- Added X-Python3-Version header.
- Removed build dependency on python-van.pydeb (which isn't available
for Python 3) and switched it to dh-python (for pybuild).
- Updated python-chameleon binary package headers for better
compatibility with pybuild.
* debian/install -> debian/python-chameleon-doc.install
* debian/rules: Convert to pybuild build system and add Python 3 support.
-- Barry Warsaw <barry@debian.org> Tue, 17 Jun 2014 09:57:18 -0400
python-chameleon (2.6.1-2) unstable; urgency=medium
* Team upload.
* debian/control:
+ Bump Standards-Version to 3.9.5.
- debian/copyright: Fix Format URL as version 1.0 of the
specification has been released.
+ Make Vcs-Svn URL canonical (lintian).
+ Add "XS-Testsuite: autopkgtest". Closes: #692667.
* debian/tests/control:
+ Remove Features field not needed as per autopkgtest document.
* debian/patches/do_not_download_distribute.patch:
+ Do not download distribute which was leading to FTBFS.
Thanks to Sebastian Ramacher. Closes: #733431.
-- Arnaud Fontaine <arnau@debian.org> Thu, 06 Feb 2014 14:56:17 +0900
python-chameleon (2.6.1-1) unstable; urgency=low
* Team upload.
* New upstream release. Closes: #640112.
* Switch from now deprecated dh_pycentral to dh_python2. Closes: #616997.
+ debian/rules:
- Use dh_python2 instead of dh_pycentral.
- Remove namespace hack as it's supposed to be handled by dh_python2.
+ debian/control:
- Remove python-central from Build-Depends.
- Bump python-all Build-Depends to 2.6.6-3~.
- Remove XB-Python-Version field.
* debian/install, debian/dirs:
+ Add reference manual to /usr/share/doc/python-chameleon/manual/
* debian/rules:
+ Avoid renaming Makefile by passing explicitly --buildsystem to dh.
+ Add upstream changelog.
* Switch to 3.0 (quilt) source format.
+ debian/source/options:
- Ignore changes in *.egg-info directory otherwise building twice fails.
* debian/control:
+ Add Homepage field.
+ Bump Standards-Version to 3.9.2. No changes needed.
+ Wrap Uploaders and Build-Depends fields.
+ Rename XS-Vcs-Svn to Vcs-Svn and add Vcs-Browser (now supported by dpkg).
+ Depends on python >= 2.7 as ordereddict is not available yet (#649895).
* Switch debian/copyright to DEP5.
* debian/tests/all:
+ Specify explicitly testfilter, otherwise van-py.deb translates package
name to Chameleon.
-- Arnaud Fontaine <arnau@debian.org> Mon, 05 Dec 2011 10:30:48 +0900
python-chameleon (1.2.13-1) unstable; urgency=low
* Team upload.
* New upstream (Closes: #604986)
* debian/control:
- Bumped policy version 3.9.1 (no changes)..
- Build-Depends: use python-all instead of python-all-dev.
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 26 Jan 2011 17:43:07 +0900
python-chameleon (1.1.1-2) unstable; urgency=low
* Add note in debian/copyright that src/chameleon/ast/* is under the
copyright of Edgewall Software and is distubuted under a BSD style
license.
-- Brian Sutherland <brian@vanguardistas.net> Sun, 31 Jan 2010 18:35:34 +0100
python-chameleon (1.1.1-1) unstable; urgency=low
* Initial Packaging.
-- Brian Sutherland <brian@vanguardistas.net> Thu, 14 Jan 2010 16:10:04 +0100
|