diff -Nru flask-script-2.0.6/debian/changelog flask-script-2.0.6/debian/changelog --- flask-script-2.0.6/debian/changelog 2018-07-10 08:31:19.000000000 +0000 +++ flask-script-2.0.6/debian/changelog 2019-08-24 20:29:52.000000000 +0000 @@ -1,3 +1,16 @@ +flask-script (2.0.6-2) unstable; urgency=medium + + * Team upload. + * Convert git repository from git-dpm to gbp layout + * Use debhelper-compat instead of debian/compat. + * Drop Python 2 support. + * Use pybuild to run tests. + * Bump standards version to 4.4.0 (no changes). + * Bump debhelper compat level to 12. + * Enable autopkgtest-pkg-python testsuite. + + -- Ondřej Nový Sat, 24 Aug 2019 22:29:52 +0200 + flask-script (2.0.6-1) unstable; urgency=medium * Team upload. diff -Nru flask-script-2.0.6/debian/compat flask-script-2.0.6/debian/compat --- flask-script-2.0.6/debian/compat 2018-07-10 08:11:37.000000000 +0000 +++ flask-script-2.0.6/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru flask-script-2.0.6/debian/control flask-script-2.0.6/debian/control --- flask-script-2.0.6/debian/control 2018-07-10 08:11:37.000000000 +0000 +++ flask-script-2.0.6/debian/control 2019-08-24 20:29:33.000000000 +0000 @@ -3,33 +3,17 @@ Priority: optional Maintainer: Debian Python Modules Team Build-Depends: - debhelper (>= 9), + debhelper-compat (= 12), dh-python, - python-all (>= 2.6.6-3~), - python-flask, - python-pytest, - python-setuptools, python3-all, python3-flask, python3-pytest, python3-setuptools, -Standards-Version: 3.9.7 +Standards-Version: 4.4.0 Homepage: https://pypi.python.org/pypi/Flask-Script Vcs-Git: https://salsa.debian.org/python-team/modules/flask-script.git Vcs-Browser: https://salsa.debian.org/python-team/modules/flask-script - -Package: python-flask-script -Architecture: all -Depends: - python-argparse, - python-flask, - ${misc:Depends}, - ${python:Depends}, -Description: set of utilities for use with the Flask framework - Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good - intentions. - . - This python2 package adds support for external scripts in Flask. +Testsuite: autopkgtest-pkg-python Package: python3-flask-script Architecture: all diff -Nru flask-script-2.0.6/debian/.git-dpm flask-script-2.0.6/debian/.git-dpm --- flask-script-2.0.6/debian/.git-dpm 2018-07-10 08:11:37.000000000 +0000 +++ flask-script-2.0.6/debian/.git-dpm 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -# see git-dpm(1) from git-dpm package -2fc9654cc838e3dc3f527ab8b3aa3f9685e836d0 -2fc9654cc838e3dc3f527ab8b3aa3f9685e836d0 -2fc9654cc838e3dc3f527ab8b3aa3f9685e836d0 -2fc9654cc838e3dc3f527ab8b3aa3f9685e836d0 -flask-script_2.0.5.orig.tar.gz -848706d0157fb05a45f3b78304d9f0f6b29452c5 -42580 -debianTag="debian/%e%v" -patchedTag="patched/%e%v" -upstreamTag="upstream/%e%u" diff -Nru flask-script-2.0.6/debian/pybuild.testfiles flask-script-2.0.6/debian/pybuild.testfiles --- flask-script-2.0.6/debian/pybuild.testfiles 1970-01-01 00:00:00.000000000 +0000 +++ flask-script-2.0.6/debian/pybuild.testfiles 2019-08-24 20:25:42.000000000 +0000 @@ -0,0 +1 @@ +tests.py diff -Nru flask-script-2.0.6/debian/rules flask-script-2.0.6/debian/rules --- flask-script-2.0.6/debian/rules 2018-07-10 08:21:22.000000000 +0000 +++ flask-script-2.0.6/debian/rules 2019-08-24 20:26:08.000000000 +0000 @@ -5,11 +5,8 @@ #export DH_VERBOSE=1 export PYBUILD_NAME=flask-script +export PYBUILD_TEST_ARGS="tests.py" +export PYBUILD_TEST_PYTEST=1 %: - dh $@ --with python2,python3 --buildsystem=pybuild - -override_dh_auto_test: -ifeq ($(filter nocheck, $(DEB_BUILD_OPTIONS)),) - py.test tests.py -endif + dh $@ --with python3 --buildsystem=pybuild