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

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


Fri May 24 08:55:01 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: f1ad4f16df7037e0c08a094f9328e4a6

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

Fri May 24 08:55:01 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: f1ad4f16df7037e0c08a094f9328e4a6
diff -rN -u old-haskell-hastache//changelog new-haskell-hastache//changelog
--- old-haskell-hastache//changelog	2013-05-24 09:23:59.233536458 +0000
+++ new-haskell-hastache//changelog	2013-05-24 09:23:59.233536458 +0000
@@ -1,6 +1,7 @@
 haskell-hastache (0.3.3-4) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:53:44 +0200
 
diff -rN -u old-haskell-hastache//control new-haskell-hastache//control
--- old-haskell-hastache//control	2013-05-24 09:23:59.233536458 +0000
+++ new-haskell-hastache//control	2013-05-24 09:23:59.237535595 +0000
@@ -6,7 +6,7 @@
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-mtl-dev 
@@ -44,12 +44,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell implementation of Mustache templates
+Description: Haskell implementation of Mustache templates${haskell:ShortBlurb}
  This library provides a Haskell implementation of Mustache templates
  (<http://mustache.github.com/>).
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-hastache-prof
 Architecture: any
@@ -58,12 +57,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell implementation of Mustache templates; profiling libraries
+Description: Haskell implementation of Mustache templates${haskell:ShortBlurb}
  This library provides a Haskell implementation of Mustache templates
  (<http://mustache.github.com/>).
  .
- 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-hastache-doc
 Section: doc
@@ -71,10 +69,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell implementation of Mustache templates; documentation
+Description: Haskell implementation of Mustache templates${haskell:ShortBlurb}
  This library provides a Haskell implementation of Mustache templates
  (<http://mustache.github.com/>).
  .
- 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