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

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


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

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

Fri May 24 08:55:54 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 7ab49ee5890049f645fd7f4b22907d98
diff -rN -u old-haskell-stream//changelog new-haskell-stream//changelog
--- old-haskell-stream//changelog	2013-05-24 09:29:43.281536388 +0000
+++ new-haskell-stream//changelog	2013-05-24 09:29:43.281536388 +0000
@@ -1,6 +1,7 @@
 haskell-stream (0.4.6-3) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:55:05 +0200
 
diff -rN -u old-haskell-stream//control new-haskell-stream//control
--- old-haskell-stream//control	2013-05-24 09:29:43.273535727 +0000
+++ new-haskell-stream//control	2013-05-24 09:29:43.281536388 +0000
@@ -6,7 +6,7 @@
 Standards-Version: 3.9.4
 Build-Depends:
  debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  cdbs,
  ghc,
  ghc-prof,
@@ -28,9 +28,8 @@
   , ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell stream (infinite list) library for GHC
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell stream (infinite list) library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Provides functions, analogous to those from Data.List, to create and
  manipulate infinite lists.
@@ -41,10 +40,8 @@
 Depends: ${haskell:Depends}
   , ${misc:Depends}
 Provides: ${haskell:Provides}
-Description: Haskell stream (infinite list) library for GHC; 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: Haskell stream (infinite list) library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Provides functions, analogous to those from Data.List, to create and
  manipulate infinite lists.
@@ -56,10 +53,8 @@
   , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell stream (infinite list) library for GHC; 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: Haskell stream (infinite list) library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Provides functions, analogous to those from Data.List, to create and
  manipulate infinite lists.





More information about the Pkg-haskell-commits mailing list