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

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


Fri May 24 09:06:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 77a0e04ab251eacbc03207ee400f785e

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

Fri May 24 09:06:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 77a0e04ab251eacbc03207ee400f785e
diff -rN -u old-haskell-options//changelog new-haskell-options//changelog
--- old-haskell-options//changelog	2013-05-24 09:27:23.027251239 +0000
+++ new-haskell-options//changelog	2013-05-24 09:27:23.027251239 +0000
@@ -1,6 +1,7 @@
 haskell-options (0.1.1-3) 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:32 +0200
 
diff -rN -u old-haskell-options//control new-haskell-options//control
--- old-haskell-options//control	2013-05-24 09:27:23.015060081 +0000
+++ new-haskell-options//control	2013-05-24 09:27:23.031058484 +0000
@@ -7,7 +7,7 @@
 Build-Depends:
     cdbs
   , debhelper (>= 9)
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc (>= 6.12)
   , ghc-prof
   , ghc-ghci
@@ -41,12 +41,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell library for parsing command-line options
+Description: Haskell library for parsing command-line options${haskell:ShortBlurb}
  The options package lets library and application developers easily work
  with command-line options.
  .
- This package provides a library written in the Haskell programming
- language. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-options-prof
 Architecture: any
@@ -56,13 +55,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell library for parsing command-line options; profiling libraries
+Description: Haskell library for parsing command-line options${haskell:ShortBlurb}
  The options package lets library and application developers easily work
  with command-line options.
  .
- This package provides a library written in the Haskell programming language,
- compiled for profiling. See http://www.haskell.org/ for more information on
- Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-options-doc
 Section: doc
@@ -72,10 +69,8 @@
   , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell library for parsing command-line options; documentation
+Description: Haskell library for parsing command-line options${haskell:ShortBlurb}
  The options package lets library and application developers easily work
  with command-line options.
  .
- This package provides documentation for a library written in 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