summaryrefslogtreecommitdiff
path: root/p/hscolour
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:12:25 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:12:25 +0400
commitb149c7ad34472d39ceeda3d279227993174bfca2 (patch)
treef5b957d978698ee1846729e3a9d7b5e5b3d884d6 /p/hscolour
parent77024e54f70b281bba48c93dc47bf9ba7ba7f1f4 (diff)
downloadDHG_packages-b149c7ad34472d39ceeda3d279227993174bfca2.tar.gz
hscolour: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/hscolour')
-rw-r--r--p/hscolour/debian/changelog1
-rw-r--r--p/hscolour/debian/control16
2 files changed, 9 insertions, 8 deletions
diff --git a/p/hscolour/debian/changelog b/p/hscolour/debian/changelog
index f428af724..1c5e11aa6 100644
--- a/p/hscolour/debian/changelog
+++ b/p/hscolour/debian/changelog
@@ -2,6 +2,7 @@ hscolour (1.20.3-2) UNRELEASED; urgency=low
* Bump haskell-devscripts dependency, due to new features
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Sat, 16 Mar 2013 22:35:16 +0100
diff --git a/p/hscolour/debian/control b/p/hscolour/debian/control
index 4f465afc3..6fcefc761 100644
--- a/p/hscolour/debian/control
+++ b/p/hscolour/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),
cdbs,
- haskell-devscripts (>= 0.8.14),
+ haskell-devscripts (>= 0.8.15),
ghc,
ghc-prof
Build-Depends-Indep: ghc-doc
@@ -17,7 +17,7 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hscolour
Package: hscolour
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Haskell program to colourise Haskell code
+Description: Haskell program to colourise Haskell code${haskell:ShortBlurb}
HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
@@ -28,12 +28,12 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}, drift (>= 2.2.0)
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: GHC libraries for colourising Haskell code
+Description: GHC libraries for colourising Haskell code${haskell:ShortBlurb}
HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-hscolour-prof
Architecture: any
@@ -41,12 +41,12 @@ Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Profiling libraries for colourising Haskell code
+Description: Profiling libraries for colourising Haskell code${haskell:ShortBlurb}
HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-hscolour-doc
Architecture: all
@@ -54,9 +54,9 @@ Section: doc
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Documentation for libghc-hscolour-dev
+Description: Documentation for libghc-hscolour-dev${haskell:ShortBlurb}
HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
.
- This package contains the library documentation.
+ ${haskell:Blurb}