diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 13:12:23 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 13:12:23 +0400 |
commit | f8743ccd0c80c04a9d53d6baeb0c24fabfbedab8 (patch) | |
tree | 659eaaedc6efa1e7b3e42853dc21245e46d36896 /p/haskell-unixutils/debian | |
parent | 96fb615c83b40fde2b17772a1ea9f0870115ee5c (diff) | |
download | DHG_packages-f8743ccd0c80c04a9d53d6baeb0c24fabfbedab8.tar.gz |
haskell-unixutils: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-unixutils/debian')
-rw-r--r-- | p/haskell-unixutils/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-unixutils/debian/control | 14 |
2 files changed, 8 insertions, 7 deletions
diff --git a/p/haskell-unixutils/debian/changelog b/p/haskell-unixutils/debian/changelog index 0deed9415..57fa8fa65 100644 --- a/p/haskell-unixutils/debian/changelog +++ b/p/haskell-unixutils/debian/changelog @@ -1,6 +1,7 @@ haskell-unixutils (1.50-3) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:55:19 +0200 diff --git a/p/haskell-unixutils/debian/control b/p/haskell-unixutils/debian/control index f46c619a2..f7590563e 100644 --- a/p/haskell-unixutils/debian/control +++ b/p/haskell-unixutils/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Erik de Castro Lopo <erikd@mega-nerd.com> Build-Depends: , debhelper (>= 9) - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , cdbs , ghc , ghc-prof @@ -32,11 +32,11 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: An interface between Haskell and Unix-like operating systems +Description: An interface between Haskell and Unix-like operating systems${haskell:ShortBlurb} A collection of useful and mildly useful functions that you might expect to find in System.* with a heavy bias towards Unix-type operating systems. . - This package contains the libraries compiled for GHC. + ${haskell:Blurb} Package: libghc-unixutils-prof Architecture: any @@ -46,11 +46,11 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Profiling libraries for the haskell-unixutils package +Description: Profiling libraries for the haskell-unixutils package${haskell:ShortBlurb} A collection of useful and mildly useful functions that you might expect to find in System.* with a heavy bias towards Unix-type operating systems. . - This package contains the profiling libraries compiled for GHC. + ${haskell:Blurb} Package: libghc-unixutils-doc Section: doc @@ -58,8 +58,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Documentation for the haskell-unixutils package +Description: Documentation for the haskell-unixutils package${haskell:ShortBlurb} A collection of useful and mildly useful functions that you might expect to find in System.* with a heavy bias towards Unix-type operating systems. . - This package contains the library documentation. + ${haskell:Blurb} |