diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 13:12:01 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 13:12:01 +0400 |
commit | c7d8f808abdc69d3378797243ab621547f77a103 (patch) | |
tree | 827c009e73fe0da9a0a73baa2e084a20fcd1d7e4 /p/haskell-directory-tree/debian/control | |
parent | ed21e449c21dfdca4ff45b30c80bfb5822938f2a (diff) | |
download | DHG_packages-c7d8f808abdc69d3378797243ab621547f77a103.tar.gz |
haskell-directory-tree: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-directory-tree/debian/control')
-rw-r--r-- | p/haskell-directory-tree/debian/control | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/p/haskell-directory-tree/debian/control b/p/haskell-directory-tree/debian/control index 7638193e0..93e8dfcdd 100644 --- a/p/haskell-directory-tree/debian/control +++ b/p/haskell-directory-tree/debian/control @@ -3,7 +3,7 @@ Section: haskell Priority: optional Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: TANIGUCHI Takaki <takaki@debian.org> -Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.13), +Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15), ghc, ghc-prof, ghc-doc, @@ -16,7 +16,7 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Suggests: ${haskell:Suggests} -Description: simple directory-like tree datatype, with IO functions +Description: simple directory-like tree datatype, with IO functions${haskell:ShortBlurb} A simple directory-like tree datatype, with useful IO functions and Foldable and Traversable instance . @@ -24,7 +24,7 @@ Description: simple directory-like tree datatype, with IO functions filesystem, as well as useful functions for reading and writing file and directory structures in the IO monad. . - This package contains the libraries compiled for GHC. + ${haskell:Blurb} Package: libghc-directory-tree-prof Architecture: any @@ -32,7 +32,7 @@ Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Suggests: ${haskell:Suggests} -Description: simple directory-like tree datatype, with IO functions; profiling library +Description: simple directory-like tree datatype, with IO functions${haskell:ShortBlurb} A simple directory-like tree datatype, with useful IO functions and Foldable and Traversable instance . @@ -40,7 +40,7 @@ Description: simple directory-like tree datatype, with IO functions; profiling l filesystem, as well as useful functions for reading and writing file and directory structures in the IO monad. . - This package contains the profiling libraries compiled for GHC. + ${haskell:Blurb} Package: libghc-directory-tree-doc Architecture: all @@ -48,7 +48,7 @@ Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: simple directory-like tree datatype, with IO functions; documentation +Description: simple directory-like tree datatype, with IO functions${haskell:ShortBlurb} A simple directory-like tree datatype, with useful IO functions and Foldable and Traversable instance . @@ -56,4 +56,4 @@ Description: simple directory-like tree datatype, with IO functions; documentati filesystem, as well as useful functions for reading and writing file and directory structures in the IO monad. . - This package contains the library documentation. + ${haskell:Blurb} |