summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristoph Mathys <eraserix@gmail.com>2019-12-04 20:56:19 +0100
committerAndrej Shadura <andrewsh@debian.org>2020-01-02 11:40:22 +0100
commit113d8dfe8e6c0ea2e02ed7d94c005540d6ff4f52 (patch)
tree2fc715d744c2a4b7d2ad883f7f88ad655f605db3 /debian/control
parentdf4c392800e3b3e5a735b4649de78c33a51f4bed (diff)
parent3cb8a12d061e94dfa0587fd125f028467f9ef212 (diff)
Convert to Python 3
* New upstream release. * Convert to python3 (Closes: #937012) * Update Standards-Version and compat. * Add Upstream-Contact to d/copyright.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 3 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 47a433c..d084bc3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,13 @@ Source: mercurial-keyring
Section: python
Priority: optional
Maintainer: Christoph Mathys <eraserix@gmail.com>
-Build-Depends: debhelper (>= 11), python-all (>= 2.6.6-3~), python-setuptools, dh-python
-Standards-Version: 4.2.1
+Build-Depends: debhelper-compat (= 12), python3-all, python3-setuptools, dh-python
+Standards-Version: 4.4.1
Homepage: http://pypi.python.org/pypi/mercurial_keyring
-X-Python-Version: all
-XB-Python-Version: ${python:Versions}
Package: mercurial-keyring
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, mercurial, mercurial-extension-utils
+Depends: ${python3:Depends}, ${misc:Depends}, mercurial, mercurial-extension-utils (>= 1.5.0)
Description: Mercurial Keyring Extension
mercurial_keyring is a Mercurial extension used to securely save HTTP
and SMTP authentication passwords in password databases (GNOME Keyring,