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

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


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

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

Fri May 24 08:55:09 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: b1e5e91692d3339b1391de57855d58c6
diff -rN -u old-haskell-ifelse//changelog new-haskell-ifelse//changelog
--- old-haskell-ifelse//changelog	2013-05-24 09:25:28.198110603 +0000
+++ new-haskell-ifelse//changelog	2013-05-24 09:25:28.202125851 +0000
@@ -1,6 +1,7 @@
 haskell-ifelse (0.85-6) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:54:05 +0200
 
diff -rN -u old-haskell-ifelse//control new-haskell-ifelse//control
--- old-haskell-ifelse//control	2013-05-24 09:25:28.190110498 +0000
+++ new-haskell-ifelse//control	2013-05-24 09:25:28.202125851 +0000
@@ -5,7 +5,7 @@
 Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , ghc-doc
@@ -21,9 +21,8 @@
   , ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: anaphoric and miscellaneous useful control-flow
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Library for control flow inside of monads with anaphoric variants on if and
  when and a C-like "switch" function.
@@ -34,10 +33,8 @@
   , ${shlibs:Depends}
   , ${misc:Depends}
 Provides: ${haskell:Provides}
-Description: anaphoric and miscellaneous useful control-flow; 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: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Library for control flow inside of monads with anaphoric variants on if and
  when and a C-like "switch" function.
@@ -48,10 +45,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: anaphoric and miscellaneous useful control-flow; 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: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Library for control flow inside of monads with anaphoric variants on if and
  when and a C-like "switch" function.





More information about the Pkg-haskell-commits mailing list