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

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


Fri May 24 08:54:22 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4df266a0f766bd90c252b268b5b1079d

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

Fri May 24 08:54:22 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4df266a0f766bd90c252b268b5b1079d
diff -rN -u old-haskell-cgi//changelog new-haskell-cgi//changelog
--- old-haskell-cgi//changelog	2013-05-24 09:20:38.191067874 +0000
+++ new-haskell-cgi//changelog	2013-05-24 09:20:38.191067874 +0000
@@ -1,6 +1,7 @@
 haskell-cgi (3001.1.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:52:56 +0200
 
diff -rN -u old-haskell-cgi//control new-haskell-cgi//control
--- old-haskell-cgi//control	2013-05-24 09:20:38.183052940 +0000
+++ new-haskell-cgi//control	2013-05-24 09:20:38.194556597 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>, Clint Adams <clint at debian.org>
 Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 9)
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , cdbs
   , ghc
   , ghc-prof
@@ -37,9 +37,8 @@
   , ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell CGI library for GHC
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell CGI library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library is for writing CGI programs.
 
@@ -48,10 +47,8 @@
 Depends: ${haskell:Depends}
   , ${misc:Depends}
 Provides: ${haskell:Provides}
-Description: Haskell CGI library for GHC; 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: Haskell CGI library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library is for writing CGI programs.
 
@@ -62,10 +59,8 @@
   , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell CGI library for GHC; 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: Haskell CGI library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library is for writing CGI programs.
 





More information about the Pkg-haskell-commits mailing list