From 2e5b98046c531b7d1bf1f7cf783fe79908cf8e14 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Fri, 24 May 2013 12:55:39 +0400 Subject: haskell-pwstore-fast: Use substvars for Haskell description blurbs --- p/haskell-pwstore-fast/debian/changelog | 1 + p/haskell-pwstore-fast/debian/control | 19 +++++++------------ 2 files changed, 8 insertions(+), 12 deletions(-) (limited to 'p/haskell-pwstore-fast') 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 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 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 -- cgit v1.2.3