summaryrefslogtreecommitdiff
path: root/p/haskell-zxcvbn-c/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-zxcvbn-c/debian/control')
-rw-r--r--p/haskell-zxcvbn-c/debian/control61
1 files changed, 61 insertions, 0 deletions
diff --git a/p/haskell-zxcvbn-c/debian/control b/p/haskell-zxcvbn-c/debian/control
new file mode 100644
index 000000000..015b5e98d
--- /dev/null
+++ b/p/haskell-zxcvbn-c/debian/control
@@ -0,0 +1,61 @@
+Source: haskell-zxcvbn-c
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Sean Whitton <spwhitton@spwhitton.name>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/zxcvbn-c
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-zxcvbn-c
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: Password strength estimation
+ This is a Haskell binding to the C port of the zxcvbn
+ password strength estimator, from <https://github.com/tsyrogit/zxcvbn-c>
+ .
+ An article on the reasons for zxcvbn is at
+ <https://tech.dropox.com/2012/04/zxcvbn-realistic-password-strength-estimation>
+
+Package: libghc-zxcvbn-c-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-zxcvbn-c-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-zxcvbn-c-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}