diff -Nru flask-babel-0.11.2/debian/changelog flask-babel-0.11.2/debian/changelog --- flask-babel-0.11.2/debian/changelog 2017-06-15 23:09:13.000000000 +0000 +++ flask-babel-0.11.2/debian/changelog 2019-11-27 10:49:05.000000000 +0000 @@ -1,3 +1,16 @@ +flask-babel (0.11.2-3) unstable; urgency=medium + + * Orphan package. + * d/control: Remove ancient X-Python-Version field. + * d/control: Remove ancient X-Python3-Version field. + * d/copyright: Use https protocol in Format field. + * Use debhelper-compat instead of debian/compat. + * Use Python 3 for building docs. + * Drop Python 2 support (Closes: #936524). + * Enabler autopkgtest-pkg-python testsuite. + + -- Ondřej Nový Wed, 27 Nov 2019 11:49:05 +0100 + flask-babel (0.11.2-2) unstable; urgency=medium * Upload to unstable. diff -Nru flask-babel-0.11.2/debian/compat flask-babel-0.11.2/debian/compat --- flask-babel-0.11.2/debian/compat 2017-04-24 18:36:19.000000000 +0000 +++ flask-babel-0.11.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru flask-babel-0.11.2/debian/control flask-babel-0.11.2/debian/control --- flask-babel-0.11.2/debian/control 2017-04-24 18:36:12.000000000 +0000 +++ flask-babel-0.11.2/debian/control 2019-11-27 10:48:51.000000000 +0000 @@ -1,44 +1,21 @@ Source: flask-babel Section: python Priority: optional -Maintainer: Sebastian Ramacher +Maintainer: Debian QA Group Build-Depends: - debhelper (>= 10), + debhelper-compat (= 10), dh-python, - python-all, - python-babel (>= 2.3), - python-doc, - python-flask (>= 0.8), - python-jinja2 (>= 2.5), - python-setuptools, - python-sphinx (>= 1.0.7+dfsg), + python3-sphinx (>= 1.0.7+dfsg), python3-all, python3-babel (>= 2.3), python3-flask, python3-jinja2, python3-setuptools, -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.4 Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/flask-babel.git Vcs-Git: https://anonscm.debian.org/git/collab-maint/flask-babel.git Homepage: https://github.com/python-babel/flask-babel - -Package: python-flask-babel -Architecture: all -Depends: - python-babel (>= 2.3), - python-flask (>= 0.8), - ${misc:Depends}, - ${python:Depends} -Suggests: - python-flask-babel-doc -Description: internationalization and localization support for Flask (Python 2) - Flask-Babel is an extension to Flask that adds internationalization and - localization support. It has a friendly interface to gettext translations and - supports date formatting with timezones. - . - This is the Python 2 version of the package. +Testsuite: autopkgtest-pkg-python Package: python3-flask-babel Architecture: all diff -Nru flask-babel-0.11.2/debian/copyright flask-babel-0.11.2/debian/copyright --- flask-babel-0.11.2/debian/copyright 2016-05-15 13:19:30.000000000 +0000 +++ flask-babel-0.11.2/debian/copyright 2019-11-27 10:44:56.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Flask-Babel Source: https://pypi.python.org/pypi/Flask-Babel diff -Nru flask-babel-0.11.2/debian/python-flask-babel.pyremove flask-babel-0.11.2/debian/python-flask-babel.pyremove --- flask-babel-0.11.2/debian/python-flask-babel.pyremove 2015-10-28 19:01:19.000000000 +0000 +++ flask-babel-0.11.2/debian/python-flask-babel.pyremove 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -Flask_Babel-*.egg-info/SOURCES.txt diff -Nru flask-babel-0.11.2/debian/rules flask-babel-0.11.2/debian/rules --- flask-babel-0.11.2/debian/rules 2016-05-15 13:13:13.000000000 +0000 +++ flask-babel-0.11.2/debian/rules 2019-11-27 10:46:21.000000000 +0000 @@ -3,11 +3,11 @@ export PYBUILD_NAME=flask-babel %: - dh $@ --with python2,python3,sphinxdoc --buildsystem pybuild + dh $@ --with python3,sphinxdoc --buildsystem pybuild override_dh_auto_build: dh_auto_build - python setup.py build_sphinx + python3 setup.py build_sphinx override_dh_auto_test: ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))