summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1982744
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: secpwgen
+Section: utils
+Priority: optional
+Maintainer: Benjamin Barenblat <bbaren@mit.edu>
+Build-Depends:
+ debhelper (>= 9),
+ libssl-dev
+Standards-Version: 3.9.6
+Homepage: http://zvrba.net/software/secpwgen.html
+
+Package: secpwgen
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: secure passphrase generator
+ secpwgen allows you to generate secure passwords and passphrases using a
+ variety of schemes, including Diceware, S/KEY, and simple random number
+ generation. It uses OpenSSL to guarantee high-quality randomness, and it locks
+ memory to prevent secrets being leaked to swap.