[Python-modules-commits] r24468 - in packages/jinja2/trunk/debian (changelog control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon May 20 20:24:51 UTC 2013
Date: Monday, May 20, 2013 @ 20:24:48
Author: piotr
Revision: 24468
Bump minimum required python3-all verrsion in Build-Depends
(to generate versioned py3compile -V in maintainer script)
Modified:
packages/jinja2/trunk/debian/changelog
packages/jinja2/trunk/debian/control
Modified: packages/jinja2/trunk/debian/changelog
===================================================================
--- packages/jinja2/trunk/debian/changelog 2013-05-20 20:11:03 UTC (rev 24467)
+++ packages/jinja2/trunk/debian/changelog 2013-05-20 20:24:48 UTC (rev 24468)
@@ -7,6 +7,8 @@
* New upstream release
- minimum required Python version bumped to 2.6 and 3.3
* debugsupport extension no longer available, Architecture changed to "all"
+ * Bump minimum required python3-all verrsion in Build-Depends (to generate
+ versioned py3compile -V in maintainer script)
* Add patches/drop_next_import_from_docs-jinjaext.patch to fix building docs
* Use dh_sphinxdoc to handle JavaScript libraries used in -doc package
* Standards-Version bumped to 3.9.4
Modified: packages/jinja2/trunk/debian/control
===================================================================
--- packages/jinja2/trunk/debian/control 2013-05-20 20:11:03 UTC (rev 24467)
+++ packages/jinja2/trunk/debian/control 2013-05-20 20:24:48 UTC (rev 24468)
@@ -4,7 +4,7 @@
Maintainer: Piotr Ożarowski <piotr at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5),
- python-all (>= 2.6.6-3), python3-all (>= 3.1.2-10),
+ python-all (>= 2.6.6-3), python3-all (>= 3.3.0-3~),
python-setuptools (>= 0.6b3-1~), python3-setuptools,
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, python-pygments
Standards-Version: 3.9.4
More information about the Python-modules-commits
mailing list