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

Joachim Breitner mail at joachim-breitner.de
Sat May 25 10:28:44 UTC 2013


Sat May 25 09:07:09 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 3987b2df96039defc295a321c705670f

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

Sat May 25 09:07:09 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 3987b2df96039defc295a321c705670f
diff -rN -u old-haskell-readargs//changelog new-haskell-readargs//changelog
--- old-haskell-readargs//changelog	2013-05-25 10:28:44.302045057 +0000
+++ new-haskell-readargs//changelog	2013-05-25 10:28:44.309751431 +0000
@@ -1,6 +1,7 @@
 haskell-readargs (1.2.1-2) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 25 May 2013 11:06:50 +0200
 
diff -rN -u old-haskell-readargs//control new-haskell-readargs//control
--- old-haskell-readargs//control	2013-05-25 10:28:44.297678251 +0000
+++ new-haskell-readargs//control	2013-05-25 10:28:44.306064729 +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
   , libghc-system-filepath-dev (>> 0.4.7)
@@ -32,13 +32,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: simple command-line argument parsing
+Description: simple command-line argument parsing${haskell:ShortBlurb}
  ReadArgs provides the readArgs IO action, which lets you tell the
  compiler to parse the command line arguments to fit the type signature
  you give.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-readargs-prof
 Architecture: any
@@ -47,13 +46,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: simple command-line argument parsing; profiling libraries
+Description: simple command-line argument parsing${haskell:ShortBlurb}
  ReadArgs provides the readArgs IO action, which lets you tell the
  compiler to parse the command line arguments to fit the type signature
  you give.
  .
- 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-readargs-doc
 Section: doc
@@ -61,11 +59,9 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: simple command-line argument parsing; documentation
+Description: simple command-line argument parsing${haskell:ShortBlurb}
  ReadArgs provides the readArgs IO action, which lets you tell the
  compiler to parse the command line arguments to fit the type signature
  you give.
  .
- 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