diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 13:12:11 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 13:12:11 +0400 |
| commit | 61994f782df908ccc5f0ba86c3eddaaeb2525723 (patch) | |
| tree | c21f7e77cac81777e0937869fda1c54a7af62a96 /p/haskell-hxt-xslt | |
| parent | 6e6eedc6e4435c560e7147dce6d2c683f5d2ab2f (diff) | |
| download | DHG_packages-61994f782df908ccc5f0ba86c3eddaaeb2525723.tar.gz | |
haskell-hxt-xslt: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-hxt-xslt')
| -rw-r--r-- | p/haskell-hxt-xslt/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-hxt-xslt/debian/control | 14 |
2 files changed, 8 insertions, 7 deletions
diff --git a/p/haskell-hxt-xslt/debian/changelog b/p/haskell-hxt-xslt/debian/changelog index 51329fba5..ff1727c66 100644 --- a/p/haskell-hxt-xslt/debian/changelog +++ b/p/haskell-hxt-xslt/debian/changelog @@ -1,6 +1,7 @@ haskell-hxt-xslt (9.1.1-4) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:03 +0200 diff --git a/p/haskell-hxt-xslt/debian/control b/p/haskell-hxt-xslt/debian/control index 4866001c5..a9f8da5b3 100644 --- a/p/haskell-hxt-xslt/debian/control +++ b/p/haskell-hxt-xslt/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: TANIGUCHI Takaki <takaki@debian.org> Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.8.13), + haskell-devscripts (>= 0.8.15), cdbs, ghc, ghc-prof, @@ -24,12 +24,12 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: XSLT modules for HXT. +Description: XSLT modules for HXT.${haskell:ShortBlurb} This is a part of Haskell XML Toolbox. . The Haskell XML Toolbox XSLT library. . - This package contains the libraries compiled for GHC. + ${haskell:Blurb} Package: libghc-hxt-xslt-prof Architecture: any @@ -37,12 +37,12 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: XSLT modules for HXT.; profiling library +Description: XSLT modules for HXT.${haskell:ShortBlurb} This is a part of Haskell XML Toolbox. . The Haskell XML Toolbox XSLT library. . - This package contains the profiling libraries compiled for GHC. + ${haskell:Blurb} Package: libghc-hxt-xslt-doc Section: doc @@ -51,9 +51,9 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: XSLT modules for HXT.; documentation +Description: XSLT modules for HXT.${haskell:ShortBlurb} This is a part of Haskell XML Toolbox. . The Haskell XML Toolbox XSLT library. . - This package contains the library documentation. + ${haskell:Blurb} |
