[Python-modules-commits] r14218 - in packages/jinja2/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Aug 18 10:31:09 UTC 2010


    Date: Wednesday, August 18, 2010 @ 10:31:04
  Author: piotr
Revision: 14218

* New upstream release
  - speedups module moved to separate package: MarkupSafe
* python-markupsafe added to Depends (jinja2._markupsafe removed from the
  package)
* debian/control: python3-jinja2 binary package updated to latest changes in
  dh_python3
* Standards-version bumped to 3.9.1 (no other changes needed)

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

Modified: packages/jinja2/trunk/debian/changelog
===================================================================
--- packages/jinja2/trunk/debian/changelog	2010-08-17 19:07:17 UTC (rev 14217)
+++ packages/jinja2/trunk/debian/changelog	2010-08-18 10:31:04 UTC (rev 14218)
@@ -1,3 +1,15 @@
+jinja2 (2.5.2-1) unstable; urgency=low
+
+  * New upstream release
+    - speedups module moved to separate package: MarkupSafe
+  * python-markupsafe added to Depends (jinja2._markupsafe removed from the
+    package)
+  * debian/control: python3-jinja2 binary package updated to latest changes in
+    dh_python3
+  * Standards-version bumped to 3.9.1 (no other changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 18 Aug 2010 11:29:44 +0200
+
 jinja2 (2.5-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/jinja2/trunk/debian/control
===================================================================
--- packages/jinja2/trunk/debian/control	2010-08-17 19:07:17 UTC (rev 14217)
+++ packages/jinja2/trunk/debian/control	2010-08-18 10:31:04 UTC (rev 14218)
@@ -8,7 +8,7 @@
  python3-all-dev, python3-all-dbg,
  python-setuptools (>= 0.6b3-1~), python3-setuptools
 Build-Depends-Indep: python-sphinx (>= 0.6), python-pygments
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://jinja.pocoo.org/2/
 XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/jinja2/trunk
@@ -16,7 +16,7 @@
 
 Package: python-jinja2
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-markupsafe
 Recommends: python-pkg-resources
 Provides: ${python:Provides}
 Suggests: python-jinja2-doc
@@ -69,11 +69,10 @@
 
 Package: python3-jinja2
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3.1
-Recommends: python-pkg-resources
-Provides: ${python:Provides}
-Suggests: python-jinja2-doc
-XB-Python-Version: ${python:Versions}
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-markupsafe, python3.1
+Recommends: python3-pkg-resources
+Provides: ${python3:Provides}
+Suggests: python3-jinja2-doc
 Description: small but fast and easy to use stand-alone template engine
  Jinja2 is a template engine written in pure Python. It provides a Django
  inspired non-XML syntax but supports inline expressions and an optional

Modified: packages/jinja2/trunk/debian/copyright
===================================================================
--- packages/jinja2/trunk/debian/copyright	2010-08-17 19:07:17 UTC (rev 14217)
+++ packages/jinja2/trunk/debian/copyright	2010-08-18 10:31:04 UTC (rev 14218)
@@ -3,7 +3,7 @@
 
 It was downloaded from http://pypi.python.org/pypi/Jinja2
 
-Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
+Copyright (c) 2009-2010 by the Jinja Team, see AUTHORS for more details.
 
 Some rights reserved.
 
@@ -69,8 +69,8 @@
 
   ---------------------------------------------------------------
 
-The Debian packaging is © 2008-2009, Piotr Ożarowski <piotr at debian.org> and
-is licensed under the BSD.
+The Debian packaging is © 2008-2010, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the same license as Jinja2.
 
 On Debian systems, the complete text of the BSD License can be found in
 `/usr/share/common-licenses/BSD'

Modified: packages/jinja2/trunk/debian/rules
===================================================================
--- packages/jinja2/trunk/debian/rules	2010-08-17 19:07:17 UTC (rev 14217)
+++ packages/jinja2/trunk/debian/rules	2010-08-18 10:31:04 UTC (rev 14218)
@@ -30,11 +30,11 @@
 	touch $@
 
 build-python%:
-	python$* setup.py --with-speedups build
+	python$* setup.py --with-debugsupport build
 	touch $@
 
 build-debug-python%:
-	python$*-dbg setup.py --with-speedups build
+	python$*-dbg setup.py --with-debugsupport build
 	touch $@
 
 build-docs:
@@ -46,13 +46,14 @@
 	touch $@
 
 install-python%: build
-	python$* setup.py --with-speedups install $(py_setup_install_args) \
+	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
+	rm -f $(call pkgdir,$*)$(call py_libdir,$*)/jinja2/_debugsupport.c
 	touch $@
 
 install-debug-python%: build
-	python$*-dbg setup.py --with-speedups install $(py_setup_install_args) \
+	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/ -depth -empty -delete




More information about the Python-modules-commits mailing list