summaryrefslogtreecommitdiff
path: root/p/haskell-attoparsec-enumerator
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:54:11 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:54:11 +0400
commit8a8b709a49bdb5eecf0ae0b65ec2a4a8acd921b1 (patch)
tree091a2599460375c67a444a9913aebd50a9c29e9b /p/haskell-attoparsec-enumerator
parent0c5e168c383530418c69f8070e613d4b5bc377c4 (diff)
downloadDHG_packages-8a8b709a49bdb5eecf0ae0b65ec2a4a8acd921b1.tar.gz
haskell-attoparsec-enumerator: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-attoparsec-enumerator')
-rw-r--r--p/haskell-attoparsec-enumerator/debian/changelog1
-rw-r--r--p/haskell-attoparsec-enumerator/debian/control19
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-attoparsec-enumerator/debian/changelog b/p/haskell-attoparsec-enumerator/debian/changelog
index 829665e36..372e12dd7 100644
--- a/p/haskell-attoparsec-enumerator/debian/changelog
+++ b/p/haskell-attoparsec-enumerator/debian/changelog
@@ -1,6 +1,7 @@
haskell-attoparsec-enumerator (0.3.1-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:41 +0200
diff --git a/p/haskell-attoparsec-enumerator/debian/control b/p/haskell-attoparsec-enumerator/debian/control
index fca732f2d..cc5b5bf0e 100644
--- a/p/haskell-attoparsec-enumerator/debian/control
+++ b/p/haskell-attoparsec-enumerator/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-attoparsec-dev (>> 0.10.1.1)
@@ -30,9 +30,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: convert an Attoparsec parser into an iteratee
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It allows an Attoparsec parser to receive input incrementally from
an enumerator. This could be used for parsing large files or
@@ -45,10 +44,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: convert an Attoparsec parser into an iteratee; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The library allows an Attoparsec parser to receive input incrementally from
an enumerator. This could be used for parsing large files or
@@ -60,10 +57,8 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: convert an Attoparsec parser into an iteratee; 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: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The library allows an Attoparsec parser to receive input incrementally from
an enumerator. This could be used for parsing large files or