summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-31 22:40:29 +0200
committerLars Wirzenius <liw@liw.fi>2016-12-31 22:40:29 +0200
commit1350ad1bf3c26fd19d91ed1ba35111d943e3bfc5 (patch)
treec93d234b32e6d5f24f499fd523092cefc0ec8956 /debian/control
parent451c12257367c48377e0e47b14dcbe9db02fcdcd (diff)
downloadpy_pgpwordlist-1350ad1bf3c26fd19d91ed1ba35111d943e3bfc5.tar.gz
Add preliminary Debian packaging
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.