[Python-modules-commits] r15129 - in packages/jinja2/trunk/debian (changelog control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Dec 21 20:35:19 UTC 2010


    Date: Tuesday, December 21, 2010 @ 20:35:13
  Author: piotr
Revision: 15129

* Rebuild for Python 2.7 and 3.2 extension (minimum required python-all's
  version temporary bumped to 2.6.6-4, python-setuptools' to 0.6.14-5
  and python3-all's to 3.1.2-14 to make sure the right version from
  experimental will be used). Closes: 607450.
* Update debian/rules to handle Python >= 3.2 

Modified:
  packages/jinja2/trunk/debian/changelog
  packages/jinja2/trunk/debian/control
  packages/jinja2/trunk/debian/rules

Modified: packages/jinja2/trunk/debian/changelog
===================================================================
--- packages/jinja2/trunk/debian/changelog	2010-12-21 01:00:45 UTC (rev 15128)
+++ packages/jinja2/trunk/debian/changelog	2010-12-21 20:35:13 UTC (rev 15129)
@@ -1,3 +1,13 @@
+jinja2 (2.5.5-2) experimental; urgency=low
+
+  * Rebuild for Python 2.7 and 3.2 extension (minimum required python-all's
+    version temporary bumped to 2.6.6-4, python-setuptools' to 0.6.14-5
+    and python3-all's to 3.1.2-14 to make sure the right version from
+    experimental will be used). Closes: 607450.
+  * Update debian/rules to handle Python >= 3.2 
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 21 Dec 2010 20:58:19 +0100
+
 jinja2 (2.5.5-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/jinja2/trunk/debian/control
===================================================================
--- packages/jinja2/trunk/debian/control	2010-12-21 01:00:45 UTC (rev 15128)
+++ packages/jinja2/trunk/debian/control	2010-12-21 20:35:13 UTC (rev 15129)
@@ -4,9 +4,9 @@
 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), quilt, python-support (>= 0.6.4),
- python-all-dev (>= 2.3.5-11), python-all-dbg,
- python3-all-dev (>= 3.1.2-10), python3-all-dbg,
- python-setuptools (>= 0.6b3-1~), python3-setuptools
+ python-all-dev (>= 2.6.6-4), python-all-dbg (>= 2.6.6-4),
+ python3-all-dev (>= 3.1.2-14), python3-all-dbg (>= 3.1.2-14),
+ python-setuptools (>= 0.6.14-5), python3-setuptools
 Build-Depends-Indep: python-sphinx (>= 0.6), python-pygments
 Standards-Version: 3.9.1
 Homepage: http://jinja.pocoo.org/2/

Modified: packages/jinja2/trunk/debian/rules
===================================================================
--- packages/jinja2/trunk/debian/rules	2010-12-21 01:00:45 UTC (rev 15128)
+++ packages/jinja2/trunk/debian/rules	2010-12-21 20:35:13 UTC (rev 15129)
@@ -5,7 +5,7 @@
 include /usr/share/quilt/quilt.make
 include /usr/share/python3/python.mk
 
-PYVERS=$(shell pyversions -vr) 3.1
+PYVERS=$(shell pyversions -vr) $(shell py3versions -vr)
 VERSION=$(shell sed -rn 's,^Version: (.*),\1,p' $(CURDIR)/PKG-INFO)
 pkgdir = $(CURDIR)/debian/python$(if $(patsubst 3.%,,$(1)),,3)-jinja2
 
@@ -42,7 +42,7 @@
 	dh_install
 	touch $@
 
-install-python%: build
+install-python%: build-python%
 	python$* setup.py --with-debugsupport install $(py_setup_install_args) \
 		--skip-build --single-version-externally-managed --root $(call pkgdir,$*)
 	sed -i -e 's,REPLACE_ME_WITH_PROPER_VERSION,$(VERSION),' $(call pkgdir,$*)$(call py_libdir,$*)/jinja2/__init__.py
@@ -50,10 +50,10 @@
 	rm -f $(call pkgdir,$*)$(call py_libdir,$*)/jinja2/_debugsupport.c
 	touch $@
 
-install-debug-python%: build
+install-debug-python%: build-debug-python%
 	python$*-dbg setup.py --with-debugsupport install $(py_setup_install_args) \
 		--skip-build --single-version-externally-managed --root $(call pkgdir,$*)-dbg/
-	find $(call pkgdir,$*)-dbg/usr/ ! -type d ! -name '*_d\.so' -delete
+	find $(call pkgdir,$*)-dbg/usr/ ! -type d ! -name '*\.so' -delete
 	find $(call pkgdir,$*)-dbg/usr/ -depth -empty -delete
 	touch $@
 




More information about the Python-modules-commits mailing list