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

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


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

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

Fri May 24 08:54:47 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: d7aa3639f69a2fac79bda1e8649528b2
diff -rN -u old-haskell-erf//changelog new-haskell-erf//changelog
--- old-haskell-erf//changelog	2013-05-24 09:22:44.254609375 +0000
+++ new-haskell-erf//changelog	2013-05-24 09:22:44.254609375 +0000
@@ -1,6 +1,7 @@
 haskell-erf (2.0.0.0-4) 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:26 +0200
 
diff -rN -u old-haskell-erf//control new-haskell-erf//control
--- old-haskell-erf//control	2013-05-24 09:22:44.246609478 +0000
+++ new-haskell-erf//control	2013-05-24 09:22:44.258540185 +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
 Build-Depends-Indep: ghc-doc
@@ -23,9 +23,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: The error function, erf, and related functions
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: The error function, erf, and related functions${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  A type class for the error function, erf, and related functions. Instances for
  Float and Double.
@@ -38,10 +37,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: The error function, erf, and related functions; 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: The error function, erf, and related functions${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  A type class for the error function, erf, and related functions. Instances for
  Float and Double.
@@ -52,10 +49,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: The error function, erf, and related functions; 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: The error function, erf, and related functions${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  A type class for the error function, erf, and related functions. Instances for
  Float and Double.





More information about the Pkg-haskell-commits mailing list