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

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


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

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

Fri May 24 08:54:31 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 42920c2d8a56ea5b3a275f77be03f654
diff -rN -u old-haskell-criterion//changelog new-haskell-criterion//changelog
--- old-haskell-criterion//changelog	2013-05-24 09:21:21.883068502 +0000
+++ new-haskell-criterion//changelog	2013-05-24 09:21:21.883068502 +0000
@@ -1,6 +1,7 @@
 haskell-criterion (0.6.2.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:06 +0200
 
diff -rN -u old-haskell-criterion//control new-haskell-criterion//control
--- old-haskell-criterion//control	2013-05-24 09:21:21.875069480 +0000
+++ new-haskell-criterion//control	2013-05-24 09:21:21.887055233 +0000
@@ -6,7 +6,7 @@
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-aeson-dev (>= 0.3.2.12)
@@ -53,9 +53,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Robust, reliable performance measurement and analysis
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Robust, reliable performance measurement and analysis${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides a powerful but simple way to measure the performance of
  Haskell code.  It provides both a framework for executing and analysing
@@ -73,10 +72,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Robust, reliable performance measurement and analysis; 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: Robust, reliable performance measurement and analysis${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides a powerful but simple way to measure the performance of
  Haskell code.  It provides both a framework for executing and analysing
@@ -92,10 +89,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Robust, reliable performance measurement and analysis; 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: Robust, reliable performance measurement and analysis${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides a powerful but simple way to measure the performance of
  Haskell code.  It provides both a framework for executing and analysing





More information about the Pkg-haskell-commits mailing list