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

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


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

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

Fri May 24 08:54:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: bb0df575b02619e590f35db9777743bf
diff -rN -u old-haskell-chasingbottoms//changelog new-haskell-chasingbottoms//changelog
--- old-haskell-chasingbottoms//changelog	2013-05-24 09:20:43.674086010 +0000
+++ new-haskell-chasingbottoms//changelog	2013-05-24 09:20:43.678037936 +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:52:57 +0200
 
diff -rN -u old-haskell-chasingbottoms//control new-haskell-chasingbottoms//control
--- old-haskell-chasingbottoms//control	2013-05-24 09:20:43.670052607 +0000
+++ new-haskell-chasingbottoms//control	2013-05-24 09:20:43.678037936 +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-quickcheck2-dev (>= 2.1)
@@ -38,7 +38,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Library for testing partial and infinite values
+Description: Library for testing partial and infinite values${haskell:ShortBlurb}
  Do you ever feel the need to test code involving bottoms (e.g. calls to the
  error function), or code involving infinite values? Then this library could be
  useful for you.
@@ -48,8 +48,7 @@
  that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
  this library you can do such tests like other automatic tests.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-chasingbottoms-prof
 Architecture: any
@@ -58,7 +57,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Library for testing partial and infinite values; profiling libraries
+Description: Library for testing partial and infinite values${haskell:ShortBlurb}
  Do you ever feel the need to test code involving bottoms (e.g. calls to the
  error function), or code involving infinite values? Then this library could be
  useful for you.
@@ -68,8 +67,7 @@
  that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
  this library you can do such tests like other automatic tests.
  .
- 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-chasingbottoms-doc
 Section: doc
@@ -77,7 +75,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Library for testing partial and infinite values; documentation
+Description: Library for testing partial and infinite values${haskell:ShortBlurb}
  Do you ever feel the need to test code involving bottoms (e.g. calls to the
  error function), or code involving infinite values? Then this library could be
  useful for you.
@@ -87,6 +85,4 @@
  that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
  this library you can do such tests like other automatic tests.
  .
- 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