[Python-modules-commits] r17909 - in packages/python-werkzeug/trunk/debian (5 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Jul 25 11:39:18 UTC 2011


    Date: Monday, July 25, 2011 @ 11:39:17
  Author: piotr
Revision: 17909

* New upstream release
  - no longer double quotes location header during redirects. Closes: #594172
* Bump minimum debhelper version to 8.1.0 (which no longer compresses
  objects.inv files, closes: #608751)
* Switch from dh_pysupport to dh_python2
* Source format changed to 3.0 (quilt)
* Standards-Version bumped to 3.9.2 (no changes needed)

Modified:
  packages/python-werkzeug/trunk/debian/changelog
  packages/python-werkzeug/trunk/debian/control
  packages/python-werkzeug/trunk/debian/rules
  packages/python-werkzeug/trunk/debian/source/format
Deleted:
  packages/python-werkzeug/trunk/debian/pyversions

Modified: packages/python-werkzeug/trunk/debian/changelog
===================================================================
--- packages/python-werkzeug/trunk/debian/changelog	2011-07-25 09:55:18 UTC (rev 17908)
+++ packages/python-werkzeug/trunk/debian/changelog	2011-07-25 11:39:17 UTC (rev 17909)
@@ -1,3 +1,15 @@
+python-werkzeug (0.7-1) UNRELEASED; urgency=low
+
+  * New upstream release
+    - no longer double quotes location header during redirects. Closes: #594172
+  * Bump minimum debhelper version to 8.1.0 (which no longer compresses
+    objects.inv files, closes: #608751)
+  * Switch from dh_pysupport to dh_python2
+  * Source format changed to 3.0 (quilt)
+  * Standards-Version bumped to 3.9.2 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Mon, 25 Jul 2011 11:56:30 +0200
+
 python-werkzeug (0.6.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-werkzeug/trunk/debian/control
===================================================================
--- packages/python-werkzeug/trunk/debian/control	2011-07-25 09:55:18 UTC (rev 17908)
+++ packages/python-werkzeug/trunk/debian/control	2011-07-25 11:39:17 UTC (rev 17909)
@@ -4,13 +4,14 @@
 Maintainer: Noah Slater <nslater at tumbolia.org>
 Uploaders: Piotr Ożarowski <piotr at debian.org>,
  Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.8.4
-Build-Depends: debhelper (>= 7.2.11), python, python-sphinx
-Build-Depends-Indep: python-setuptools (>= 0.6b3), python-support (>= 0.6.4),
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8.1.0), python (>= 2.6.6-3), python-sphinx
+Build-Depends-Indep: python-setuptools (>= 0.6b3),
  python-simplejson, python-nose, python-lxml
 Homepage: http://werkzeug.pocoo.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-werkzeug/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-werkzeug/trunk/
+X-Python-Version: >= 2.3
 
 Package: python-werkzeug
 Architecture: all

Deleted: packages/python-werkzeug/trunk/debian/pyversions
===================================================================
--- packages/python-werkzeug/trunk/debian/pyversions	2011-07-25 09:55:18 UTC (rev 17908)
+++ packages/python-werkzeug/trunk/debian/pyversions	2011-07-25 11:39:17 UTC (rev 17909)
@@ -1 +0,0 @@
-2.3-

Modified: packages/python-werkzeug/trunk/debian/rules
===================================================================
--- packages/python-werkzeug/trunk/debian/rules	2011-07-25 09:55:18 UTC (rev 17908)
+++ packages/python-werkzeug/trunk/debian/rules	2011-07-25 11:39:17 UTC (rev 17909)
@@ -10,21 +10,16 @@
 export PYTHONPATH=$(abspath $(CURDIR))
 PKGDIR=$(CURDIR)/debian/python-werkzeug/
 
--include /usr/share/python/python.mk
-ifeq (,$(py_libdir))
-    py_libdir = /usr/lib/python$(subst python,,$(1))/site-packages
-endif
+include /usr/share/python/python.mk
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_install:
 	python setup.py install \
 		--single-version-externally-managed \
 		--install-layout=deb \
 		--root $(PKGDIR)
-	touch $(PKGDIR)$(call py_libdir,$(shell pyversions -vd))/werkzeug/debug/shared/.noinit
-	touch $(PKGDIR)$(call py_libdir,$(shell pyversions -vd))/werkzeug/debug/templates/.noinit
 	dh_link usr/share/javascript/jquery/jquery.js \
 	  $(call py_libdir,$(shell pyversions -vd))/werkzeug/debug/shared/jquery.js
 	dh_link usr/share/javascript/jquery/jquery.js \

Modified: packages/python-werkzeug/trunk/debian/source/format
===================================================================
--- packages/python-werkzeug/trunk/debian/source/format	2011-07-25 09:55:18 UTC (rev 17908)
+++ packages/python-werkzeug/trunk/debian/source/format	2011-07-25 11:39:17 UTC (rev 17909)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list