[Pkg-haskell-commits] darcs: haskell-polyparse: Use standard substvars

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 14:49:22 UTC 2014


Sun Dec 21 12:24:52 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars

    M ./changelog +1
    M ./control -25 +21

Sun Dec 21 12:24:52 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars
diff -rN -u old-haskell-polyparse/changelog new-haskell-polyparse/changelog
--- old-haskell-polyparse/changelog	2014-12-22 14:49:22.626146162 +0000
+++ new-haskell-polyparse/changelog	2014-12-22 14:49:22.630146166 +0000
@@ -1,6 +1,7 @@
 haskell-polyparse (1.9-2) UNRELEASED; urgency=medium
 
   * Depend on haskell-devscripts 0.9, found in experimental
+  * Use standard substvars
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 16:58:26 +0100
 
diff -rN -u old-haskell-polyparse/control new-haskell-polyparse/control
--- old-haskell-polyparse/control	2014-12-22 14:49:22.626146162 +0000
+++ new-haskell-polyparse/control	2014-12-22 14:49:22.626146162 +0000
@@ -17,51 +17,46 @@
 Homepage: http://hackage.haskell.org/package/polyparse
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-polyparse
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-polyparse
+X-Description: alternative parser combinator libraries for Haskell
+ Alternative parser combinator libraries, including the original
+ HuttonMeijer set. The Poly sets have features like good error reporting,
+ arbitrary token type, running state, lazy parsing, and so on. Finally,
+ Text.Parse is a proposed replacement for the standard Read class, for
+ better deserialisation of Haskell values from Strings.
 
 Package: libghc-polyparse-dev
 Architecture: any
 Depends: ${haskell:Depends}
- , ${misc:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: alternative parser combinator libraries for Haskell
- Alternative parser combinator libraries, including the original
- HuttonMeijer set. The Poly sets have features like good error reporting,
- arbitrary token type, running state, lazy parsing, and so on. Finally,
- Text.Parse is a proposed replacement for the standard Read class, for
- better deserialisation of Haskell values from Strings.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-polyparse-prof
 Architecture: any
 Depends: ${haskell:Depends}
- , ${misc:Depends}
+  , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: profiling libraries for haskell-polyparse
- Alternative parser combinator libraries, including the original
- HuttonMeijer set. The Poly sets have features like good error reporting,
- arbitrary token type, running state, lazy parsing, and so on. Finally,
- Text.Parse is a proposed replacement for the standard Read class, for
- better deserialisation of Haskell values from Strings.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-polyparse-doc
 Section: doc
 Architecture: all
-Depends: ${haskell:Depends}
- , ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: documentation for haskell-polyparse
- Alternative parser combinator libraries, including the original
- HuttonMeijer set. The Poly sets have features like good error reporting,
- arbitrary token type, running state, lazy parsing, and so on. Finally,
- Text.Parse is a proposed replacement for the standard Read class, for
- better deserialisation of Haskell values from Strings.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package contains documentation for polyparse library.
\ Kein Zeilenumbruch am Dateiende.
+ ${haskell:Blurb}
+




More information about the Pkg-haskell-commits mailing list