summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristoph Mathys <eraserix@gmail.com>2013-03-24 11:01:18 +0100
committerAndrej Shadura <andrewsh@debian.org>2018-10-04 21:01:29 +0200
commit36d4a4942e391671e747f57cfaf17da644b7e906 (patch)
tree8565969c7786cf05aad3c9373c150bf312d327c9 /debian/control
parentc32b7c9ff74874ddecd03880a17b63423cd3b1b5 (diff)
Import Debian changes 0.5.5-1
mercurial-keyring (0.5.5-1) unstable; urgency=low * Initial release. (Closes: #568472)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e347933
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: mercurial-keyring
+Section: python
+Priority: optional
+Maintainer: Christoph Mathys <eraserix@gmail.com>
+Build-Depends: debhelper (>= 8), python-all, python-setuptools
+Standards-Version: 3.9.4
+Homepage: http://pypi.python.org/pypi/mercurial_keyring
+X-Python-Version: >= 2.4
+
+Package: mercurial-keyring
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, mercurial
+Description: Mercurial Keyring Extension
+ mercurial_keyring is a Mercurial extension used to securely save HTTP
+ and SMTP authentication passwords in password databases (GNOME Keyring,
+ KDE KWallet, OSXKeyChain, specific solutions for Win32 and command line).
+ This extension uses and wraps services of the keyring library.