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

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


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

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

Fri May 24 08:54:50 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 7cba7ef689dcb942b69577c9c9d60d0f
diff -rN -u old-haskell-file-embed//changelog new-haskell-file-embed//changelog
--- old-haskell-file-embed//changelog	2013-05-24 09:23:00.029535411 +0000
+++ new-haskell-file-embed//changelog	2013-05-24 09:23:00.029535411 +0000
@@ -1,6 +1,7 @@
 haskell-file-embed (0.0.4.6-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:31 +0200
 
diff -rN -u old-haskell-file-embed//control new-haskell-file-embed//control
--- old-haskell-file-embed//control	2013-05-24 09:23:00.025535600 +0000
+++ new-haskell-file-embed//control	2013-05-24 09:23:00.033535836 +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
   , ghc-ghci
@@ -23,9 +23,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: direct file embedding library
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: direct file embedding library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It lets you use Template Haskell to embed file contents directly.
 
@@ -36,10 +35,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: direct file embedding 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: direct file embedding library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It lets you use Template Haskell to embed file contents directly.
 
@@ -49,9 +46,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: direct file embedding 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: direct file embedding library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It lets you use Template Haskell to embed file contents directly.





More information about the Pkg-haskell-commits mailing list