diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 13:11:57 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 13:11:57 +0400 |
| commit | c69292b57c1c23e9c5daa9a793f1820da0bfac34 (patch) | |
| tree | 867403c9bf0dacac7cf58a5166aeb7c3d840bd52 /p/haskell-bloomfilter | |
| parent | 5fc7a9ba55b95a33c3e08b9b188a7287d8703b17 (diff) | |
| download | DHG_packages-c69292b57c1c23e9c5daa9a793f1820da0bfac34.tar.gz | |
haskell-bloomfilter: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-bloomfilter')
| -rw-r--r-- | p/haskell-bloomfilter/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-bloomfilter/debian/control | 14 |
2 files changed, 8 insertions, 7 deletions
diff --git a/p/haskell-bloomfilter/debian/changelog b/p/haskell-bloomfilter/debian/changelog index e9e5eece5..0bf1c80f7 100644 --- a/p/haskell-bloomfilter/debian/changelog +++ b/p/haskell-bloomfilter/debian/changelog @@ -1,6 +1,7 @@ haskell-bloomfilter (1.2.6.10-2) UNRELEASED; urgency=low * Bump standards version to 3.9.4 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 10:20:50 +0200 diff --git a/p/haskell-bloomfilter/debian/control b/p/haskell-bloomfilter/debian/control index 80daf936b..2347785bc 100644 --- a/p/haskell-bloomfilter/debian/control +++ b/p/haskell-bloomfilter/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Joey Hess <joeyh@debian.org> Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof Build-Depends-Indep: ghc-doc @@ -22,10 +22,10 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Haskell bloom filter library - GHC libraries +Description: Haskell bloom filter library${haskell:ShortBlurb} The Haskell library provides pure and impure bloom filter implementations. . - This package contains the libraries compiled for GHC. + ${haskell:Blurb} Package: libghc-bloomfilter-prof Architecture: any @@ -34,10 +34,10 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Haskell bloom filter library - GHC profiling libraries +Description: Haskell bloom filter library${haskell:ShortBlurb} This Haskell library provides pure and impure bloom filter implementations. . - This package contains the profiling libraries compiled for GHC. + ${haskell:Blurb} Package: libghc-bloomfilter-doc Section: doc @@ -45,7 +45,7 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Haskell bloom filter library - documentation +Description: Haskell bloom filter library${haskell:ShortBlurb} This Haskell library provides pure and impure bloom filter implementations. . - This package contains the library documentation. + ${haskell:Blurb} |
