diff -Nru flask-bcrypt-0.7.1/debian/changelog flask-bcrypt-0.7.1/debian/changelog --- flask-bcrypt-0.7.1/debian/changelog 2016-03-15 22:54:48.000000000 +0000 +++ flask-bcrypt-0.7.1/debian/changelog 2019-07-23 17:43:11.000000000 +0000 @@ -1,3 +1,19 @@ +flask-bcrypt (0.7.1-2) unstable; urgency=medium + + * Team upload. + * d/control: Set Vcs-* to salsa.debian.org + * d/copyright: Use https protocol in Format field + * d/control: Remove ancient X-Python-Version field + * d/control: Remove ancient X-Python3-Version field + * Convert git repository from git-dpm to gbp layout + * Use debhelper-compat instead of debian/compat. + * Drop Python 2 support + * Bump debhelper compat level to 12 + * Bump standards version to 4.4.0 (no changes) + * Enable autopkgtest-pkg-python testsuite + + -- Ondřej Nový Tue, 23 Jul 2019 19:43:11 +0200 + flask-bcrypt (0.7.1-1) unstable; urgency=low * Initial release. (Closes: #817770). diff -Nru flask-bcrypt-0.7.1/debian/compat flask-bcrypt-0.7.1/debian/compat --- flask-bcrypt-0.7.1/debian/compat 2016-03-15 22:54:48.000000000 +0000 +++ flask-bcrypt-0.7.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 \ No newline at end of file diff -Nru flask-bcrypt-0.7.1/debian/control flask-bcrypt-0.7.1/debian/control --- flask-bcrypt-0.7.1/debian/control 2016-03-15 22:54:48.000000000 +0000 +++ flask-bcrypt-0.7.1/debian/control 2019-07-23 17:42:14.000000000 +0000 @@ -5,41 +5,18 @@ Section: python Priority: optional Build-Depends: - debhelper (>= 9), + debhelper-compat (= 12), dh-python, - python-all, - python-bcrypt, - python-flask, - python-setuptools, - python-sphinx, python3-all, python3-bcrypt, python3-flask, python3-setuptools, python3-sphinx, -Standards-Version: 3.9.7 +Standards-Version: 4.4.0 Homepage: http://readthedocs.org/docs/flask-bcrypt/ -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.3 -Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-bcrypt.git -Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-bcrypt.git - -Package: python-flask-bcrypt -Architecture: all -Depends: - ${misc:Depends}, - ${python:Depends}, -Provides: - ${python:Provides}, -Description: Python 2 flask extension that provides bcrypt hashing utilities - Due to the recent increased prevelance of powerful hardware, - such as modern GPUs, hashes have become increasingly easy to crack. - A proactive solution to this is to use a hash that was designed to be - "de-optimized". Bcrypt is such a hashing facility; unlike hashing algorithms - such as MD5 and SHA1, which are optimized for speed, bcrypt is intentionally - structured to be slow. - . - This is a Python 2 package +Vcs-Git: https://salsa.debian.org/python-team/modules/flask-bcrypt.git +Vcs-Browser: https://salsa.debian.org/python-team/modules/flask-bcrypt +Testsuite: autopkgtest-pkg-python Package: python3-flask-bcrypt Architecture: all diff -Nru flask-bcrypt-0.7.1/debian/copyright flask-bcrypt-0.7.1/debian/copyright --- flask-bcrypt-0.7.1/debian/copyright 2016-03-15 22:54:48.000000000 +0000 +++ flask-bcrypt-0.7.1/debian/copyright 2019-07-23 17:35:32.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-bcrypt Source: http://readthedocs.org/docs/flask-bcrypt/ diff -Nru flask-bcrypt-0.7.1/debian/.git-dpm flask-bcrypt-0.7.1/debian/.git-dpm --- flask-bcrypt-0.7.1/debian/.git-dpm 2016-03-15 23:16:43.000000000 +0000 +++ flask-bcrypt-0.7.1/debian/.git-dpm 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -# see git-dpm(1) from git-dpm package -c4d33b047b3c65ef575e6eee54330bec551601e3 -c4d33b047b3c65ef575e6eee54330bec551601e3 -c2febef34c81f22b9cbbbbca0c03fbd82a2f7270 -c2febef34c81f22b9cbbbbca0c03fbd82a2f7270 -flask-bcrypt_0.7.1.orig.tar.gz -dffe44d8647fed2ed95e1951c0bcaf52919dd9ea -116978 -debianTag="debian/%e%v" -patchedTag="patched/%e%v" -upstreamTag="upstream/%e%u" \ No newline at end of file diff -Nru flask-bcrypt-0.7.1/debian/rules flask-bcrypt-0.7.1/debian/rules --- flask-bcrypt-0.7.1/debian/rules 2016-03-15 22:54:48.000000000 +0000 +++ flask-bcrypt-0.7.1/debian/rules 2019-07-23 17:36:08.000000000 +0000 @@ -3,7 +3,7 @@ export PYBUILD_NAME=flask-bcrypt %: - dh $@ --with sphinxdoc,python2,python3 --buildsystem=pybuild + dh $@ --with sphinxdoc,python3 --buildsystem=pybuild override_dh_auto_build: rm docs/docs.zip