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

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


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

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

Fri May 24 08:56:10 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 379d6c6a0b872d92ccd478d8ce438fb7
diff -rN -u old-haskell-wai-extra//changelog new-haskell-wai-extra//changelog
--- old-haskell-wai-extra//changelog	2013-05-24 09:31:15.771037384 +0000
+++ new-haskell-wai-extra//changelog	2013-05-24 09:31:15.775039302 +0000
@@ -1,6 +1,7 @@
 haskell-wai-extra (1.3.3.2-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:27 +0200
 
diff -rN -u old-haskell-wai-extra//control new-haskell-wai-extra//control
--- old-haskell-wai-extra//control	2013-05-24 09:31:15.767036819 +0000
+++ new-haskell-wai-extra//control	2013-05-24 09:31:15.775039302 +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-ansi-terminal-dev
@@ -91,9 +91,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: some basic WAI handlers and middleware
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: some basic WAI handlers and middleware${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  wai is a common protocol for communication between web aplications and web
  servers.
@@ -108,10 +107,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: some basic WAI handlers and middleware; 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: some basic WAI handlers and middleware${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  wai is a common protocol for communication between web aplications and web
  servers.
@@ -125,10 +122,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: some basic WAI handlers and middleware; 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: some basic WAI handlers and middleware${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  wai is a common protocol for communication between web aplications and web
  servers.





More information about the Pkg-haskell-commits mailing list