summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-attoparsec-enumerator/debian/changelog7
-rw-r--r--p/haskell-attoparsec-enumerator/debian/control12
2 files changed, 13 insertions, 6 deletions
diff --git a/p/haskell-attoparsec-enumerator/debian/changelog b/p/haskell-attoparsec-enumerator/debian/changelog
index 336e63a92..7b42c792d 100644
--- a/p/haskell-attoparsec-enumerator/debian/changelog
+++ b/p/haskell-attoparsec-enumerator/debian/changelog
@@ -1,3 +1,10 @@
+haskell-attoparsec-enumerator (0.3.1-3) UNRELEASED; urgency=low
+
+ * Move Haskell blurb to the end of the description, reduces the impact
+ of #708703
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 25 May 2013 23:42:16 +0200
+
haskell-attoparsec-enumerator (0.3.1-2) unstable; urgency=low
* Enable compat level 9
diff --git a/p/haskell-attoparsec-enumerator/debian/control b/p/haskell-attoparsec-enumerator/debian/control
index cc5b5bf0e..c0ba06771 100644
--- a/p/haskell-attoparsec-enumerator/debian/control
+++ b/p/haskell-attoparsec-enumerator/debian/control
@@ -31,11 +31,11 @@ Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
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
implementing binary network protocols.
+ .
+ ${haskell:Blurb}
Package: libghc-attoparsec-enumerator-prof
Architecture: any
@@ -45,11 +45,11 @@ Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
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
implementing binary network protocols.
+ .
+ ${haskell:Blurb}
Package: libghc-attoparsec-enumerator-doc
Section: doc
@@ -58,8 +58,8 @@ Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
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
implementing binary network protocols.
+ .
+ ${haskell:Blurb}