[Pkg-haskell-commits] darcs: haskell-wai-app-file-cgi: Use substvars for Haskell description blurbs

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


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

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

Fri May 24 08:56:09 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 76089dcf42b62abc64522b4ee33d802d
diff -rN -u old-haskell-wai-app-file-cgi//changelog new-haskell-wai-app-file-cgi//changelog
--- old-haskell-wai-app-file-cgi//changelog	2013-05-24 09:31:10.095283221 +0000
+++ new-haskell-wai-app-file-cgi//changelog	2013-05-24 09:31:10.099300093 +0000
@@ -1,6 +1,7 @@
 haskell-wai-app-file-cgi (0.8.3-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:55:26 +0200
 
diff -rN -u old-haskell-wai-app-file-cgi//control new-haskell-wai-app-file-cgi//control
--- old-haskell-wai-app-file-cgi//control	2013-05-24 09:31:10.095283221 +0000
+++ new-haskell-wai-app-file-cgi//control	2013-05-24 09:31:10.099300093 +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-attoparsec-dev (>> 0.10.0.0)
@@ -91,11 +91,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: file/CGI app of WAI
+Description: file/CGI app of WAI${haskell:ShortBlurb}
  This WAI application handles static files and executes CGI scripts.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-wai-app-file-cgi-prof
 Architecture: any
@@ -104,11 +103,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: file/CGI app of WAI; profiling libraries
+Description: file/CGI app of WAI${haskell:ShortBlurb}
  This WAI application handles static files and executes CGI scripts.
  .
- 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-wai-app-file-cgi-doc
 Section: doc
@@ -116,9 +114,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: file/CGI app of WAI; documentation
+Description: file/CGI app of WAI${haskell:ShortBlurb}
  This WAI application handles static files and executes CGI scripts.
  .
- 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