summaryrefslogtreecommitdiff
path: root/p/haskell-base64-bytestring/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:54:12 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:54:12 +0400
commit32938e4d8a400c79123270d885bff3b9d8ccd325 (patch)
treed5583a3a000e953feb61d380599a0856ac0b1336 /p/haskell-base64-bytestring/debian
parent8a8b709a49bdb5eecf0ae0b65ec2a4a8acd921b1 (diff)
downloadDHG_packages-32938e4d8a400c79123270d885bff3b9d8ccd325.tar.gz
haskell-base64-bytestring: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-base64-bytestring/debian')
-rw-r--r--p/haskell-base64-bytestring/debian/changelog1
-rw-r--r--p/haskell-base64-bytestring/debian/control19
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-base64-bytestring/debian/changelog b/p/haskell-base64-bytestring/debian/changelog
index 9e3a441db..dd97a14ba 100644
--- a/p/haskell-base64-bytestring/debian/changelog
+++ b/p/haskell-base64-bytestring/debian/changelog
@@ -1,6 +1,7 @@
haskell-base64-bytestring (1.0.0.0-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:52:43 +0200
diff --git a/p/haskell-base64-bytestring/debian/control b/p/haskell-base64-bytestring/debian/control
index 7e50660f8..4ff614431 100644
--- a/p/haskell-base64-bytestring/debian/control
+++ b/p/haskell-base64-bytestring/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
, libghc-quickcheck2-dev
@@ -27,9 +27,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: fast base64 encoding/deconding for ByteStrings
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: fast base64 encoding/deconding for ByteStrings${haskell:ShortBlurb}
+ ${haskell:Blurb}
Package: libghc-base64-bytestring-prof
Architecture: any
@@ -38,10 +37,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: fast base64 encoding/deconding for ByteStrings; profiling libs
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: fast base64 encoding/deconding for ByteStrings${haskell:ShortBlurb}
+ ${haskell:Blurb}
Package: libghc-base64-bytestring-doc
Section: doc
@@ -49,7 +46,5 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: fast base64 encoding/deconding for ByteStrings; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: fast base64 encoding/deconding for ByteStrings${haskell:ShortBlurb}
+ ${haskell:Blurb}