diff -Nru python-file-encryptor-0.2.9/debian/changelog python-file-encryptor-0.2.9/debian/changelog --- python-file-encryptor-0.2.9/debian/changelog 2016-07-07 16:18:08.000000000 +0000 +++ python-file-encryptor-0.2.9/debian/changelog 2019-09-17 19:26:22.000000000 +0000 @@ -1,3 +1,17 @@ +python-file-encryptor (0.2.9-3) unstable; urgency=medium + + * Drop Python 2 package + * Bump X-Python3-Version to use >= 3.7 + * Update Vcs-* fields to use salsa.debian.org + * Add Debian CI test + * Update package to use debhelper-compat (= 12) + * Bump Standards-Version to 4.4.0: + + Update d/copyright Format field to use secure URI + * debian/copyright: Update Source URL + * debian/watch: Update URI to use HTTPS + + -- Josue Ortega Tue, 17 Sep 2019 13:26:22 -0600 + python-file-encryptor (0.2.9-2) unstable; urgency=medium * debian/control: diff -Nru python-file-encryptor-0.2.9/debian/compat python-file-encryptor-0.2.9/debian/compat --- python-file-encryptor-0.2.9/debian/compat 2016-07-07 16:18:08.000000000 +0000 +++ python-file-encryptor-0.2.9/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru python-file-encryptor-0.2.9/debian/control python-file-encryptor-0.2.9/debian/control --- python-file-encryptor-0.2.9/debian/control 2016-07-07 16:18:08.000000000 +0000 +++ python-file-encryptor-0.2.9/debian/control 2019-09-17 19:26:22.000000000 +0000 @@ -2,26 +2,15 @@ Section: python Priority: optional Maintainer: Josue Ortega -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-setuptools, python3-all, python3-setuptools -Standards-Version: 3.9.8 +Standards-Version: 4.4.0 Homepage: https://pypi.python.org/pypi/file_encryptor -X-Python-Version: >= 2.7 -X-Python3-Version: >= 3.5 -Vcs-Git: https://anonscm.debian.org/collab-maint/python-file-encryptor.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-file-encryptor.git - -Package: python-file-encryptor -Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, - python-crypto (>= 2.6.1) -Description: Python module to convergently encrypt and decrypt files - This Python module contains helper methods to encrypt and decrypt files inline - (without using extra space) and to decrypt streams. +X-Python3-Version: >= 3.7 +Vcs-Git: https://salsa.debian.org/debian/python-file-encryptor.git +Vcs-Browser: https://salsa.debian.org/debian/python-file-encryptor Package: python3-file-encryptor Architecture: all diff -Nru python-file-encryptor-0.2.9/debian/copyright python-file-encryptor-0.2.9/debian/copyright --- python-file-encryptor-0.2.9/debian/copyright 2016-07-07 16:18:08.000000000 +0000 +++ python-file-encryptor-0.2.9/debian/copyright 2019-09-17 19:26:22.000000000 +0000 @@ -1,6 +1,6 @@ -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: file-encryptor -Source: https://github.com/Storj/file-encryptor +Source: https://github.com/StorjOld/file-encryptor Files: * Copyright: 2014-2015 Storj Labs diff -Nru python-file-encryptor-0.2.9/debian/python-file-encryptor.docs python-file-encryptor-0.2.9/debian/python-file-encryptor.docs --- python-file-encryptor-0.2.9/debian/python-file-encryptor.docs 2016-07-07 16:18:08.000000000 +0000 +++ python-file-encryptor-0.2.9/debian/python-file-encryptor.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -README.rst \ No newline at end of file diff -Nru python-file-encryptor-0.2.9/debian/rules python-file-encryptor-0.2.9/debian/rules --- python-file-encryptor-0.2.9/debian/rules 2016-07-07 16:18:08.000000000 +0000 +++ python-file-encryptor-0.2.9/debian/rules 2019-09-17 19:26:22.000000000 +0000 @@ -3,7 +3,7 @@ #export DH_VERBOSE = 1 export PYBUILD_NAME=file-encryptor %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: # Disable upstream tests diff -Nru python-file-encryptor-0.2.9/debian/salsa-ci.yml python-file-encryptor-0.2.9/debian/salsa-ci.yml --- python-file-encryptor-0.2.9/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ python-file-encryptor-0.2.9/debian/salsa-ci.yml 2019-09-17 19:26:22.000000000 +0000 @@ -0,0 +1,3 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff -Nru python-file-encryptor-0.2.9/debian/tests/control python-file-encryptor-0.2.9/debian/tests/control --- python-file-encryptor-0.2.9/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ python-file-encryptor-0.2.9/debian/tests/control 2019-09-17 19:26:22.000000000 +0000 @@ -0,0 +1 @@ +Test-Command: python3 -c "import file_encryptor.convergence" diff -Nru python-file-encryptor-0.2.9/debian/watch python-file-encryptor-0.2.9/debian/watch --- python-file-encryptor-0.2.9/debian/watch 2016-07-07 16:18:08.000000000 +0000 +++ python-file-encryptor-0.2.9/debian/watch 2019-09-17 19:26:22.000000000 +0000 @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ -http://pypi.debian.net/file_encryptor/file_encryptor-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://pypi.debian.net/file_encryptor/file_encryptor-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))