summaryrefslogtreecommitdiff
path: root/p/haskell-pwstore-fast/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-pwstore-fast/debian/control')
-rw-r--r--p/haskell-pwstore-fast/debian/control19
1 files changed, 7 insertions, 12 deletions
diff --git a/p/haskell-pwstore-fast/debian/control b/p/haskell-pwstore-fast/debian/control
index 61e735018..e8c922ea2 100644
--- a/p/haskell-pwstore-fast/debian/control
+++ b/p/haskell-pwstore-fast/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-base64-bytestring-dev (>> 0.1)
@@ -31,9 +31,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: secure password storage
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: secure password storage${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
To store passwords securely, they should be salted, then hashed with a
slow hash function. This library uses PBKDF1-SHA256, and handles all
@@ -49,10 +48,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: secure password storage; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: secure password storage${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
To store passwords securely, they should be salted, then hashed with a
slow hash function. This library uses PBKDF1-SHA256, and handles all
@@ -67,10 +64,8 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: secure password storage; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: secure password storage${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
To store passwords securely, they should be salted, then hashed with a
slow hash function. This library uses PBKDF1-SHA256, and handles all