[Pkg-haskell-commits] darcs: haskell-mersenne-random-pure64: Use substvars for Haskell description blurbs

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


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

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

Fri May 24 08:55:20 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 74326b3ecbcd935980743a85985a0538
diff -rN -u old-haskell-mersenne-random-pure64//changelog new-haskell-mersenne-random-pure64//changelog
--- old-haskell-mersenne-random-pure64//changelog	2013-05-24 09:26:27.655316557 +0000
+++ new-haskell-mersenne-random-pure64//changelog	2013-05-24 09:26:27.655316557 +0000
@@ -2,6 +2,7 @@
 
   * Enable compat level 9
   * Bump standards version to 3.9.4
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:54:19 +0200
 
diff -rN -u old-haskell-mersenne-random-pure64//control new-haskell-mersenne-random-pure64//control
--- old-haskell-mersenne-random-pure64//control	2013-05-24 09:26:27.647299997 +0000
+++ new-haskell-mersenne-random-pure64//control	2013-05-24 09:26:27.655316557 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-random-dev
@@ -26,7 +26,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Fast pure pseudorandom number generator
+Description: Fast pure pseudorandom number generator${haskell:ShortBlurb}
  The Mersenne twister is a pseudorandom number generator developed by Makoto
  Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence
  over a finite binary field. It provides for fast generation of very high
@@ -38,8 +38,7 @@
  than the default StdGen (but a tad slower than the impure 'mersenne-random'
  library based on SIMD instructions and destructive state updates.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-mersenne-random-pure64-prof
 Architecture: any
@@ -48,7 +47,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Fast pure pseudorandom number generator; profiling libraries
+Description: Fast pure pseudorandom number generator${haskell:ShortBlurb}
  The Mersenne twister is a pseudorandom number generator developed by Makoto
  Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence
  over a finite binary field. It provides for fast generation of very high
@@ -60,8 +59,7 @@
  than the default StdGen (but a tad slower than the impure 'mersenne-random'
  library based on SIMD instructions and destructive state updates.
  .
- 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-mersenne-random-pure64-doc
 Section: doc
@@ -69,7 +67,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Fast pure pseudorandom number generator; documentation
+Description: Fast pure pseudorandom number generator${haskell:ShortBlurb}
  The Mersenne twister is a pseudorandom number generator developed by Makoto
  Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence
  over a finite binary field. It provides for fast generation of very high
@@ -81,6 +79,4 @@
  than the default StdGen (but a tad slower than the impure 'mersenne-random'
  library based on SIMD instructions and destructive state updates.
  .
- 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