summaryrefslogtreecommitdiff
path: root/debian/control
blob: 406244add89ee1e499eee6943dc2c225e6595023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: mercurial-keyring
Section: python
Priority: optional
Maintainer: Christoph Mathys <eraserix@gmail.com>
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools, dh-python
Standards-Version: 3.9.8
Homepage: http://pypi.python.org/pypi/mercurial_keyring
X-Python-Version: >= 2.4

Package: mercurial-keyring
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, mercurial, mercurial-extension-utils
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.