[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-reform-bla=7Ae?=: Use substvars for Haskell description blurbs

Joachim Breitner mail at joachim-breitner.de
Sat May 25 10:28:52 UTC 2013


Sat May 25 09:07:10 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: d81c4a36c7c19462c11d36c57ad9a100

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

Sat May 25 09:07:10 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: d81c4a36c7c19462c11d36c57ad9a100
diff -rN -u old-haskell-reform-blaze//changelog new-haskell-reform-blaze//changelog
--- old-haskell-reform-blaze//changelog	2013-05-25 10:28:52.002118004 +0000
+++ new-haskell-reform-blaze//changelog	2013-05-25 10:28:52.011038994 +0000
@@ -1,6 +1,7 @@
 haskell-reform-blaze (0.1.1-2) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 25 May 2013 11:06:51 +0200
 
diff -rN -u old-haskell-reform-blaze//control new-haskell-reform-blaze//control
--- old-haskell-reform-blaze//control	2013-05-25 10:28:51.978067519 +0000
+++ new-haskell-reform-blaze//control	2013-05-25 10:28:52.007070691 +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-blaze-html-dev (>> 0.5)
@@ -38,12 +38,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: support for using blaze-html with Reform
+Description: support for using blaze-html with Reform${haskell:ShortBlurb}
  Reform is a library for building and validating forms using applicative
  functors. This package add support for using reform with blaze-html.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-reform-blaze-prof
 Architecture: any
@@ -52,12 +51,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: support for using blaze-html with Reform; profiling libraries
+Description: support for using blaze-html with Reform${haskell:ShortBlurb}
  Reform is a library for building and validating forms using applicative
  functors. This package add support for using reform with blaze-html.
  .
- 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-reform-blaze-doc
 Section: doc
@@ -65,10 +63,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: support for using blaze-html with Reform; documentation
+Description: support for using blaze-html with Reform${haskell:ShortBlurb}
  Reform is a library for building and validating forms using applicative
  functors. This package add support for using reform with blaze-html.
  .
- 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