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

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


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

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

Fri May 24 08:54:18 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 176d5e65a7bf047c8fde8d63a05c61a8
diff -rN -u old-haskell-boolean//changelog new-haskell-boolean//changelog
--- old-haskell-boolean//changelog	2013-05-24 09:20:09.791428275 +0000
+++ new-haskell-boolean//changelog	2013-05-24 09:20:09.791428275 +0000
@@ -1,6 +1,7 @@
 haskell-boolean (0.1.2-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:52:50 +0200
 
diff -rN -u old-haskell-boolean//control new-haskell-boolean//control
--- old-haskell-boolean//control	2013-05-24 09:20:09.783037103 +0000
+++ new-haskell-boolean//control	2013-05-24 09:20:09.795062017 +0000
@@ -5,7 +5,7 @@
 Uploaders: Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
 Build-Depends-Indep: ghc-doc
@@ -22,9 +22,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: generalized booleans
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: generalized booleans${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It contains some classes for generalized boolean operations.
 
@@ -35,10 +34,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: generalized booleans; 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: generalized booleans${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It contains some classes for generalized boolean operations.
 
@@ -48,9 +45,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: generalized booleans; 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: generalized booleans${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It contains some classes for generalized boolean operations.





More information about the Pkg-haskell-commits mailing list