aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c466f52
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: zxcvbn-c
+Priority: optional
+Maintainer: Sean Whitton <spwhitton@spwhitton.name>
+Build-Depends: debhelper (>= 10), dh-exec (>= 0.3)
+Standards-Version: 4.0.0
+Section: libs
+Homepage: https://github.com/tsyrogit/zxcvbn-c
+Vcs-Git: https://git.spwhitton.name/zxcvbn-c
+Vcs-Browser: https://git.spwhitton.name/zxcvbn-c
+
+Package: libzxcvbn-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: libzxcvbn0 (= ${binary:Version}), ${misc:Depends}
+Description: password strength estimation library - development files
+ This library is a C/C++ implementation of the zxcvbn password
+ strength estimator. It provides functions to rate password strength,
+ by comparing the password to several word lists, including English
+ first and last names.
+ .
+ This package includes the development headers.
+
+Package: libzxcvbn0
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: password strength estimation library
+ This library is a C/C++ implementation of the zxcvbn password
+ strength estimator. It provides functions to rate password strength,
+ by comparing the password to several word lists, including English
+ first and last names.