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

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


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

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

Fri May 24 08:56:12 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 626ecf63a537fcaab1b39e37eace5d4a
diff -rN -u old-haskell-web-plugins//changelog new-haskell-web-plugins//changelog
--- old-haskell-web-plugins//changelog	2013-05-24 09:31:28.863284176 +0000
+++ new-haskell-web-plugins//changelog	2013-05-24 09:31:28.867108551 +0000
@@ -1,6 +1,7 @@
 haskell-web-plugins (0.2.1-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:30 +0200
 
diff -rN -u old-haskell-web-plugins//control new-haskell-web-plugins//control
--- old-haskell-web-plugins//control	2013-05-24 09:31:28.859316216 +0000
+++ new-haskell-web-plugins//control	2013-05-24 09:31:28.867108551 +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-mtl-dev (>> 2.1)
@@ -34,11 +34,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: dynamic plugin system for web applications
+Description: dynamic plugin system for web applications${haskell:ShortBlurb}
  This library provides a dynamic plugin system for web applications.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-web-plugins-prof
 Architecture: any
@@ -47,11 +46,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: dynamic plugin system for web applications; profiling libraries
+Description: dynamic plugin system for web applications${haskell:ShortBlurb}
  This library provides a dynamic plugin system for web applications.
  .
- 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-web-plugins-doc
 Section: doc
@@ -59,9 +57,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: dynamic plugin system for web applications; documentation
+Description: dynamic plugin system for web applications${haskell:ShortBlurb}
  This library provides a dynamic plugin system for web applications.
  .
- 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