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

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


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

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

Fri May 24 08:55:42 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: dce23d9c9f259dad06a6ae5d57d7266c
diff -rN -u old-haskell-repa//changelog new-haskell-repa//changelog
--- old-haskell-repa//changelog	2013-05-24 09:28:36.955085677 +0000
+++ new-haskell-repa//changelog	2013-05-24 09:28:36.959283919 +0000
@@ -1,6 +1,7 @@
 haskell-repa (3.2.3.1-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:54:49 +0200
 
diff -rN -u old-haskell-repa//control new-haskell-repa//control
--- old-haskell-repa//control	2013-05-24 09:28:36.951348610 +0000
+++ new-haskell-repa//control	2013-05-24 09:28:36.959283919 +0000
@@ -5,7 +5,7 @@
 Uploaders: Denis Laxalde <denis at laxalde.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-vector-dev (>= 0.10)
@@ -30,14 +30,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Regular parallel arrays for Haskell
+Description: Regular parallel arrays for Haskell${haskell:ShortBlurb}
  Repa provides high performance, regular, multi-dimensional, shape polymorphic
  parallel arrays. All numeric data is stored unboxed. Functions written with
  the Repa combinators are automatically parallel provided you supply +RTS -Nn
  on the command line when running the program.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-repa-prof
 Architecture: any
@@ -46,14 +45,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Regular parallel arrays for Haskell; profiling libraries
+Description: Regular parallel arrays for Haskell${haskell:ShortBlurb}
  Repa provides high performance, regular, multi-dimensional, shape polymorphic
  parallel arrays. All numeric data is stored unboxed. Functions written with
  the Repa combinators are automatically parallel provided you supply +RTS -Nn
  on the command line when running the program.
  .
- 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-repa-doc
 Section: doc
@@ -61,12 +59,10 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Regular parallel arrays for Haskell; documentation
+Description: Regular parallel arrays for Haskell${haskell:ShortBlurb}
  Repa provides high performance, regular, multi-dimensional, shape polymorphic
  parallel arrays. All numeric data is stored unboxed. Functions written with
  the Repa combinators are automatically parallel provided you supply +RTS -Nn
  on the command line when running the program.
  .
- 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