[Pkg-haskell-commits] darcs: haskell-conduit: Use substvars for Haskell description blurbs

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:21:08 UTC 2013


Fri May 24 08:54:29 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 493399aa198bbb98b9f0b6543e9be179

    M ./changelog +1
    M ./control -11 +7

Fri May 24 08:54:29 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 493399aa198bbb98b9f0b6543e9be179
diff -rN -u old-haskell-conduit//changelog new-haskell-conduit//changelog
--- old-haskell-conduit//changelog	2013-05-24 09:21:08.497553552 +0000
+++ new-haskell-conduit//changelog	2013-05-24 09:21:08.501540972 +0000
@@ -1,6 +1,7 @@
 haskell-conduit (1.0.0-2) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:53:03 +0200
 
diff -rN -u old-haskell-conduit//control new-haskell-conduit//control
--- old-haskell-conduit//control	2013-05-24 09:21:08.493553142 +0000
+++ new-haskell-conduit//control	2013-05-24 09:21:08.501540972 +0000
@@ -5,7 +5,7 @@
 Uploaders: Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-lifted-base-dev (>> 0.1)
@@ -52,14 +52,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: streaming data processing library
+Description: streaming data processing library${haskell:ShortBlurb}
  Conduits are an approach to the streaming data problem. It is meant as an
  alternative to enumerators/iterators, hoping to address the same issues with
  different trade-offs based on real-world experience with enumerators. For
  more information, see http://www.yesodweb.com/book/conduit.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-conduit-prof
 Architecture: any
@@ -68,14 +67,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: streaming data processing library; profiling libraries
+Description: streaming data processing library${haskell:ShortBlurb}
  Conduits are an approach to the streaming data problem. It is meant as an
  alternative to enumerators/iterators, hoping to address the same issues with
  different trade-offs based on real-world experience with enumerators. For
  more information, see http://www.yesodweb.com/book/conduit.
  .
- This package provides a library for the Haskell programming language, compiled
- for profiling.  See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-conduit-doc
 Section: doc
@@ -83,12 +81,10 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: streaming data processing library; documentation
+Description: streaming data processing library${haskell:ShortBlurb}
  Conduits are an approach to the streaming data problem. It is meant as an
  alternative to enumerators/iterators, hoping to address the same issues with
  different trade-offs based on real-world experience with enumerators. For
  more information, see http://www.yesodweb.com/book/conduit.
  .
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list