summaryrefslogtreecommitdiff
path: root/p/haskell-zxcvbn-c/debian/control
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-25 19:54:25 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-25 19:54:25 -0700
commit948e13c286737600da6da2d66f0e918a93de9cf9 (patch)
tree8c461426f8e7b2227b0007414a6ef735300f61d4 /p/haskell-zxcvbn-c/debian/control
parent128a2c5f884b84bf5bc1dd755b8d42a2be479382 (diff)
downloadDHG_packages-948e13c286737600da6da2d66f0e918a93de9cf9.tar.gz
Initial packaging of zxcvbn-c-1.0.1
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}