diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 13:06:23 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 13:06:23 +0400 |
| commit | d465db86df55c8b424c5b07f2b050c3277cde4fc (patch) | |
| tree | 59c37f0493771f2cf842f621c356f0ecf24d64cc /p/haskell-hashtables/debian | |
| parent | a7d9a345957a6a87db2113e230d9a1da79d8ae03 (diff) | |
| download | DHG_packages-d465db86df55c8b424c5b07f2b050c3277cde4fc.tar.gz | |
haskell-hashtables: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-hashtables/debian')
| -rw-r--r-- | p/haskell-hashtables/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-hashtables/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-hashtables/debian/changelog b/p/haskell-hashtables/debian/changelog index be5d060c7..5569214c1 100644 --- a/p/haskell-hashtables/debian/changelog +++ b/p/haskell-hashtables/debian/changelog @@ -1,6 +1,7 @@ haskell-hashtables (1.0.1.8-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:43 +0200 diff --git a/p/haskell-hashtables/debian/control b/p/haskell-hashtables/debian/control index df27281b9..42bd7d1a2 100644 --- a/p/haskell-hashtables/debian/control +++ b/p/haskell-hashtables/debian/control @@ -8,7 +8,7 @@ Build-Depends: cdbs, ghc, ghc-doc, ghc-prof, - haskell-devscripts (>= 0.8.13), + haskell-devscripts (>= 0.8.15), libghc-hashable-dev (>= 1.1), libghc-hashable-dev (<< 2), libghc-hashable-prof, @@ -30,7 +30,7 @@ Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: mutable hash tables +Description: mutable hash tables${haskell:ShortBlurb} This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. @@ -48,8 +48,7 @@ Description: mutable hash tables insert and lookup performance for higher space efficiency and much shorter delays when expanding the table. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-hashtables-prof Architecture: any @@ -57,7 +56,7 @@ Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: mutable hash tables -- profiling libraries +Description: mutable hash tables -- profiling libraries${haskell:ShortBlurb} This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. @@ -75,8 +74,7 @@ Description: mutable hash tables -- profiling libraries insert and lookup performance for higher space efficiency and much shorter delays when expanding the table. . - This package provides a library for the Haskell programming language, compiled - for profiling. See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-hashtables-doc Section: doc @@ -85,7 +83,7 @@ Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: mutable hash tables -- documentation +Description: mutable hash tables -- documentation${haskell:ShortBlurb} This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. @@ -103,6 +101,4 @@ Description: mutable hash tables -- documentation insert and lookup performance for higher space efficiency and much shorter delays when expanding the table. . - This package provides the documentation for a library for the Haskell - programming language. See http://www.haskell.org/ for more information on - Haskell. + ${haskell:Blurb} |
