summaryrefslogtreecommitdiff
path: root/p/haskell-pwstore-fast
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:39 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:39 +0400
commit2e5b98046c531b7d1bf1f7cf783fe79908cf8e14 (patch)
tree5e8aaffaaec9006be2509a30ede811c0cf7ae932 /p/haskell-pwstore-fast
parent9e7163d4c7d3ccd01556fc3143c77f3550c3aedc (diff)
downloadDHG_packages-2e5b98046c531b7d1bf1f7cf783fe79908cf8e14.tar.gz
haskell-pwstore-fast: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-pwstore-fast')
-rw-r--r--p/haskell-pwstore-fast/debian/changelog1
-rw-r--r--p/haskell-pwstore-fast/debian/control19
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-pwstore-fast/debian/changelog b/p/haskell-pwstore-fast/debian/changelog
index c0d89d2b2..482795827 100644
--- a/p/haskell-pwstore-fast/debian/changelog
+++ b/p/haskell-pwstore-fast/debian/changelog
@@ -1,6 +1,7 @@
haskell-pwstore-fast (2.3-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:43 +0200
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