diff -Nru python-werkzeug-0.11.10+dfsg1/debian/changelog python-werkzeug-0.11.10+dfsg1/debian/changelog --- python-werkzeug-0.11.10+dfsg1/debian/changelog 2016-05-29 21:09:51.000000000 +0000 +++ python-werkzeug-0.11.10+dfsg1/debian/changelog 2016-07-11 05:30:50.000000000 +0000 @@ -1,3 +1,12 @@ +python-werkzeug (0.11.10+dfsg1-2) unstable; urgency=medium + + * d/{control,copyright}: Use my @debian.org email address + * Use local copies of object.inv for building documentation + (Closes: #830612) + * Removed pre-wheezy versioned depends + + -- Ondřej Nový Mon, 11 Jul 2016 07:30:48 +0200 + python-werkzeug (0.11.10+dfsg1-1) unstable; urgency=medium * New upstream release diff -Nru python-werkzeug-0.11.10+dfsg1/debian/control python-werkzeug-0.11.10+dfsg1/debian/control --- python-werkzeug-0.11.10+dfsg1/debian/control 2016-05-04 20:52:56.000000000 +0000 +++ python-werkzeug-0.11.10+dfsg1/debian/control 2016-07-11 05:26:44.000000000 +0000 @@ -3,11 +3,12 @@ Priority: optional Maintainer: Python Modules Packaging Team Uploaders: Piotr Ożarowski , - Ondřej Nový , + Ondřej Nový , Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9), dh-python, python-sphinx (>= 1.0.7+dfsg-1~), +Build-Depends: debhelper (>= 9), dh-python, python-sphinx, python-all, python3-all, - python-setuptools (>= 0.6b3), python3-setuptools (>= 0.6b3), + python-setuptools, python3-setuptools, + python-doc, # for tests: python-pytest, python3-pytest, python-requests, python3-requests, @@ -26,7 +27,7 @@ Package: python-werkzeug Architecture: all Depends: ${python:Depends}, ${misc:Depends}, libjs-jquery -Recommends: python-simplejson | python (>= 2.6), python-openssl, python-pyinotify +Recommends: python-openssl, python-pyinotify Suggests: ipython, python-genshi, python-pkg-resources, python-lxml, python-greenlet, python-redis, python-pylibmc | python-memcache, python-werkzeug-doc @@ -44,7 +45,7 @@ Package: python3-werkzeug Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, libjs-jquery -Recommends: python3-simplejson | python3, python3-openssl, python3-pyinotify +Recommends: python3-openssl, python3-pyinotify Suggests: ipython3, python3-pkg-resources, python3-lxml, python-werkzeug-doc Description: collection of utilities for WSGI applications (Python 3.x) diff -Nru python-werkzeug-0.11.10+dfsg1/debian/copyright python-werkzeug-0.11.10+dfsg1/debian/copyright --- python-werkzeug-0.11.10+dfsg1/debian/copyright 2016-05-04 20:52:56.000000000 +0000 +++ python-werkzeug-0.11.10+dfsg1/debian/copyright 2016-07-11 05:26:09.000000000 +0000 @@ -39,7 +39,7 @@ Files: debian/* Copyright: Copyright 2009, Noah Slater - 2016, Ondřej Nový + 2016, Ondřej Nový License: GAP Copying and distribution of this package, with or without modification, are permitted in any medium without royalty provided the copyright notice and this diff -Nru python-werkzeug-0.11.10+dfsg1/debian/.git-dpm python-werkzeug-0.11.10+dfsg1/debian/.git-dpm --- python-werkzeug-0.11.10+dfsg1/debian/.git-dpm 2016-05-29 21:09:39.000000000 +0000 +++ python-werkzeug-0.11.10+dfsg1/debian/.git-dpm 2016-07-11 05:12:26.000000000 +0000 @@ -1,6 +1,6 @@ # see git-dpm(1) from git-dpm package -8b5661e94696030b7ff471f3a7829738908dbb04 -8b5661e94696030b7ff471f3a7829738908dbb04 +e5ee65d2f4999de8d9c7481983dfc40bcd1ea90c +e5ee65d2f4999de8d9c7481983dfc40bcd1ea90c 7e274781319973d4190701c37d48aca05a44d61d 7e274781319973d4190701c37d48aca05a44d61d python-werkzeug_0.11.10+dfsg1.orig.tar.gz diff -Nru python-werkzeug-0.11.10+dfsg1/debian/patches/0002-Use-local-copies-of-object.inv-for-building-document.patch python-werkzeug-0.11.10+dfsg1/debian/patches/0002-Use-local-copies-of-object.inv-for-building-document.patch --- python-werkzeug-0.11.10+dfsg1/debian/patches/0002-Use-local-copies-of-object.inv-for-building-document.patch 1970-01-01 00:00:00.000000000 +0000 +++ python-werkzeug-0.11.10+dfsg1/debian/patches/0002-Use-local-copies-of-object.inv-for-building-document.patch 2016-07-11 05:12:26.000000000 +0000 @@ -0,0 +1,21 @@ +From e5ee65d2f4999de8d9c7481983dfc40bcd1ea90c Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= +Date: Mon, 11 Jul 2016 07:11:44 +0200 +Subject: Use local copies of object.inv for building documentation + +--- + docs/conf.py | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/docs/conf.py b/docs/conf.py +index e2d4e0d..cbbbbb6 100644 +--- a/docs/conf.py ++++ b/docs/conf.py +@@ -209,6 +209,5 @@ latex_use_modindex = False + + # Example configuration for intersphinx: refer to the Python standard library. + intersphinx_mapping = { +- 'http://docs.python.org/dev': None, +- 'http://www.sqlalchemy.org/docs/05': None ++ 'py': ('/usr/share/doc/python-doc/html', None), + } diff -Nru python-werkzeug-0.11.10+dfsg1/debian/patches/series python-werkzeug-0.11.10+dfsg1/debian/patches/series --- python-werkzeug-0.11.10+dfsg1/debian/patches/series 2015-10-21 18:22:04.000000000 +0000 +++ python-werkzeug-0.11.10+dfsg1/debian/patches/series 2016-07-11 05:12:26.000000000 +0000 @@ -1 +1,2 @@ drop_ubuntu_font.patch +0002-Use-local-copies-of-object.inv-for-building-document.patch