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

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


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

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

Fri May 24 08:54:57 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: df55de1bba9aaa11a5312df6761d3bd0
diff -rN -u old-haskell-hakyll//changelog new-haskell-hakyll//changelog
--- old-haskell-hakyll//changelog	2013-05-24 09:23:38.473543790 +0000
+++ new-haskell-hakyll//changelog	2013-05-24 09:23:38.478036654 +0000
@@ -1,6 +1,7 @@
 haskell-hakyll (4.2.2.0-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:53:40 +0200
 
diff -rN -u old-haskell-hakyll//control new-haskell-hakyll//control
--- old-haskell-hakyll//control	2013-05-24 09:23:38.445551864 +0000
+++ new-haskell-hakyll//control	2013-05-24 09:23:38.478036654 +0000
@@ -5,7 +5,7 @@
 Uploaders: Clint Adams <clint at debian.org>, Kiwamu Okabe <kiwamu at debian.or.jp>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-blaze-html-dev (>> 0.5)
@@ -105,9 +105,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: static website compiler library
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: static website compiler library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Hakyll is a static website compiler library. It provides you with
  the tools to create a simple or advanced static website using a
@@ -123,10 +122,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: static website compiler library; 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: static website compiler library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Hakyll is a static website compiler library. It provides you with
  the tools to create a simple or advanced static website using a
@@ -141,10 +138,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: static website compiler library; 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: static website compiler library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Hakyll is a static website compiler library. It provides you with
  the tools to create a simple or advanced static website using a





More information about the Pkg-haskell-commits mailing list