[Pkg-haskell-commits] darcs: haskell-terminal-progress-bar: Use substvars for Haskell description blurbs

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


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

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

Fri May 24 08:55:59 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: d929fc880d75c4d7ff62773e7c37717
diff -rN -u old-haskell-terminal-progress-bar//changelog new-haskell-terminal-progress-bar//changelog
--- old-haskell-terminal-progress-bar//changelog	2013-05-24 09:30:09.814061695 +0000
+++ new-haskell-terminal-progress-bar//changelog	2013-05-24 09:30:09.818063360 +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:55:12 +0200
 
diff -rN -u old-haskell-terminal-progress-bar//control new-haskell-terminal-progress-bar//control
--- old-haskell-terminal-progress-bar//control	2013-05-24 09:30:09.809938180 +0000
+++ new-haskell-terminal-progress-bar//control	2013-05-24 09:30:09.818063360 +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-base-unicode-symbols-dev (>= 0.2.2.3)
@@ -26,7 +26,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: A simple progress bar in the terminal
+Description: A simple progress bar in the terminal${haskell:ShortBlurb}
  A progress bar is used to convey the progress of a task. This
  package implements a very simple textual progress bar.
  .
@@ -35,8 +35,7 @@
  it as something else then "move cursor to beginning of line", the
  animation won't work.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-terminal-progress-bar-prof
 Architecture: any
@@ -45,7 +44,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: A simple progress bar in the terminal; profiling libraries
+Description: A simple progress bar in the terminal${haskell:ShortBlurb}
  A progress bar is used to convey the progress of a task. This
  package implements a very simple textual progress bar.
  .
@@ -54,8 +53,7 @@
  it as something else then "move cursor to beginning of line", the
  animation won't work.
  .
- 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-terminal-progress-bar-doc
 Section: doc
@@ -63,7 +61,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: A simple progress bar in the terminal; documentation
+Description: A simple progress bar in the terminal${haskell:ShortBlurb}
  A progress bar is used to convey the progress of a task. This
  package implements a very simple textual progress bar.
  .
@@ -72,6 +70,4 @@
  it as something else then "move cursor to beginning of line", the
  animation won't work.
  .
- 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