[Pkg-haskell-commits] darcs: haskell-bytestring-lexing: Fix description

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 13:33:51 UTC 2014


Sun Dec 21 11:58:45 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix description

    M ./changelog +1
    M ./control -6 +10

Sun Dec 21 11:58:45 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix description
diff -rN -u old-haskell-bytestring-lexing/changelog new-haskell-bytestring-lexing/changelog
--- old-haskell-bytestring-lexing/changelog	2014-12-22 13:33:51.694203284 +0000
+++ new-haskell-bytestring-lexing/changelog	2014-12-22 13:33:51.698203288 +0000
@@ -1,6 +1,7 @@
 haskell-bytestring-lexing (0.4.3.2-2) UNRELEASED; urgency=medium
 
   * Depend on haskell-devscripts 0.9, found in experimental
+  * Fix description
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 16:56:25 +0100
 
diff -rN -u old-haskell-bytestring-lexing/control new-haskell-bytestring-lexing/control
--- old-haskell-bytestring-lexing/control	2014-12-22 13:33:51.694203284 +0000
+++ new-haskell-bytestring-lexing/control	2014-12-22 13:33:51.694203284 +0000
@@ -14,6 +14,9 @@
 Homepage: http://hackage.haskell.org/package/bytestring-lexing
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bytestring-lexing
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bytestring-lexing
+X-Description: parsing and printing numbers to bytestrings.
+ This package contains efficient parsers and printers of floating-point and
+ integer literals to strict and lazy bytesstrings.
 
 Package: libghc-bytestring-lexing-dev
 Architecture: any
@@ -23,8 +26,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: parse and produce literals efficiently from strict or lazy bytestrings${haskell:ShortBlurb}
- Parse and produce literals efficiently from strict or lazy bytestrings.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -35,8 +38,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: parse/produce literals from strict/lazy bytestrings${haskell:ShortBlurb}
- Parse and produce literals efficiently from strict or lazy bytestrings.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -46,7 +49,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: parse/produce literals from strict/lazy bytestrings${haskell:ShortBlurb}
- Parse and produce literals efficiently from strict or lazy bytestrings.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
+




More information about the Pkg-haskell-commits mailing list