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-02-01 12:07:51.000000000 +0000 +++ python-file-encryptor-0.2.9/debian/changelog 2016-07-07 16:18:08.000000000 +0000 @@ -1,3 +1,14 @@ +python-file-encryptor (0.2.9-2) unstable; urgency=medium + + * debian/control: + - Bumps Standards-Version to 3.9.8, not changes required. + - Updates maintainer email. + - Bumps X-Python3-Version. + - Fixes Depends for python3 package. + - Updates Vcs-* to secure uri. + + -- Josue Ortega Thu, 07 Jul 2016 18:17:52 +0200 + python-file-encryptor (0.2.9-1) unstable; urgency=low * Initial release. Closes: #781407 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-02-01 12:07:51.000000000 +0000 +++ python-file-encryptor-0.2.9/debian/control 2016-07-07 16:18:08.000000000 +0000 @@ -1,19 +1,19 @@ Source: python-file-encryptor Section: python Priority: optional -Maintainer: Josue Ortega +Maintainer: Josue Ortega Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: https://pypi.python.org/pypi/file_encryptor X-Python-Version: >= 2.7 -X-Python3-Version: >= 3.4 -Vcs-Git: git://anonscm.debian.org/collab-maint/python-file-encryptor.git -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/python-file-encryptor.git/ +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 @@ -25,7 +25,7 @@ Package: python3-file-encryptor Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, +Depends: ${misc:Depends}, ${python3:Depends}, python3-crypto (>= 2.6.1) Description: Python 3 module to convergently encrypt and decrypt files This Python 3 module contains helper methods to encrypt and decrypt files