diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-25 13:07:14 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-25 13:07:14 +0400 |
| commit | dab1c9074e9d17f62dfdb648dc8f6d3fe88930eb (patch) | |
| tree | 8be3eb414451fcb61ffbae723615cd268cefd09e /p/haskell-word8 | |
| parent | 90b5a0418db35036730c32714cbaeaacf13182ee (diff) | |
| download | DHG_packages-dab1c9074e9d17f62dfdb648dc8f6d3fe88930eb.tar.gz | |
haskell-word8: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-word8')
| -rw-r--r-- | p/haskell-word8/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-word8/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-word8/debian/changelog b/p/haskell-word8/debian/changelog index ddcdb16c2..6e41e2717 100644 --- a/p/haskell-word8/debian/changelog +++ b/p/haskell-word8/debian/changelog @@ -1,6 +1,7 @@ haskell-word8 (0.0.2-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Sat, 25 May 2013 11:06:54 +0200 diff --git a/p/haskell-word8/debian/control b/p/haskell-word8/debian/control index 30e5fbabc..00cd2ce90 100644 --- a/p/haskell-word8/debian/control +++ b/p/haskell-word8/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 Build-Depends-Indep: ghc-doc @@ -22,14 +22,13 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Char-like utility functions for Word8s to be used with ByteStrings +Description: Char-like utility functions for Word8s to be used with ByteStrings${haskell:ShortBlurb} This is a Word8 library to be used with Data.ByteString. All function assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility functions are supposed to work as if those of Char. Exceptions are described in the function documentations. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-word8-prof Architecture: any @@ -38,14 +37,13 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: functions for Word8s to be used with ByteStrings; profiling libraries +Description: functions for Word8s to be used with ByteStrings${haskell:ShortBlurb} This is a Word8 library to be used with Data.ByteString. All function assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility functions are supposed to work as if those of Char. Exceptions are described in the function documentations. . - 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-word8-doc Section: doc @@ -53,12 +51,10 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: functions for Word8s to be used with ByteStrings; documentation +Description: functions for Word8s to be used with ByteStrings${haskell:ShortBlurb} This is a Word8 library to be used with Data.ByteString. All function assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility functions are supposed to work as if those of Char. Exceptions are described in the function documentations. . - 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} |
