diff --git a/debian/changelog b/debian/changelog index c1ee1c9..2aaa597 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,30 +1,30 @@ flask-testing (0.7.1-2) UNRELEASED; urgency=medium - * Bump Standards-Version to 4.4.0. + * Bump Standards-Version to 4.4.1. * d/changelog: Remove trailing whitespaces. -- Ondřej Nový Sat, 20 Jul 2019 00:29:25 +0200 flask-testing (0.7.1-1) unstable; urgency=medium [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/control: Deprecating priority extra as per policy 4.0.1 * Convert git repository from git-dpm to gbp layout * Use 'python3 -m sphinx' instead of sphinx-build for building docs [ Jonathan Carter ] * Team upload (DPMT) * New upstream release * Upgrade to debhelper-compat (= 12) * Update standards version to 4.3.0 * Remove python2 version of package -- Jonathan Carter Tue, 26 Feb 2019 17:44:55 +0000 flask-testing (0.4.2-1) unstable; urgency=low * Initial release (Closes: #807054). -- Nicolas Dandrimont Wed, 20 Apr 2016 13:30:34 +0200 diff --git a/debian/control b/debian/control index 3c766cb..2803ba5 100644 --- a/debian/control +++ b/debian/control @@ -1,39 +1,39 @@ Source: flask-testing Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Stefano Zacchiroli , Nicolas Dandrimont Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-blinker, python3-flask, python3-setuptools, python3-sphinx, -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 Homepage: http://pythonhosted.org/Flask-Testing/ Vcs-Git: https://salsa.debian.org/python-team/modules/flask-testing.git Vcs-Browser: https://salsa.debian.org/python-team/modules/flask-testing Package: python3-flask-testing Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} XB-Python-Egg-Name: Flask-Testing Description: unit testing utilities for the Flask micro web framework Flask-Testing is an extension for the Flask micro web framework that provides unit testing helpers for Flask-based web applications. . This package contains the Python 3 modules for flask-testing Package: python-flask-testing-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: documentation for the Flask-Testing Python library - documentation Flask-Testing is an extension for the Flask micro web framework that provides unit testing helpers for Flask-based web applications. . This package contains the sphinx-generated API documentation