summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6c74504
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: py_pgpwordlist
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: python
+Priority: optional
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 9),
+ python-all-dev (>= 2.7),
+ python-coverage-test-runner (>= 1.8~),
+ python-cliapp (>= 1.20130808~),
+ pep8,
+ pylint
+Homepage: http://liw.fi/py_pgpwordlist
+X-Python-Version: >= 2.7
+
+Package: python-pgpwordlist
+Architecture: linux-any
+Depends: ${python:Depends}, ${misc:Depends}
+Description: convert between hex strings and words from PGP word list
+ The [PGP word list][] is a list of words carefully crafted to allow
+ people to communicate PGP key fingerprints and similar large,
+ hexadecimal strings via voice, while attempting to avoid or fix
+ typical errors.
+ .
+ This is a small Python library to make conversion between hexadecimal
+ strings and lists of PGP words easy.