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

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


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

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

Fri May 24 08:54:51 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: fb571605043425c617f57f2d5a60898e
diff -rN -u old-haskell-filemanip//changelog new-haskell-filemanip//changelog
--- old-haskell-filemanip//changelog	2013-05-24 09:23:01.381600943 +0000
+++ new-haskell-filemanip//changelog	2013-05-24 09:23:01.381600943 +0000
@@ -1,6 +1,7 @@
 haskell-filemanip (0.3.6.2-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-filemanip//control new-haskell-filemanip//control
--- old-haskell-filemanip//control	2013-05-24 09:23:01.374039882 +0000
+++ new-haskell-filemanip//control	2013-05-24 09:23:01.381600943 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Iain Lane <laney at ubuntu.com>
 Build-Depends: debhelper (>= 9),
-               haskell-devscripts (>= 0.8.13),
+               haskell-devscripts (>= 0.8.15),
                cdbs,
                ghc,
                ghc-prof,
@@ -27,9 +27,8 @@
          ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: expressive file and directory manipulation for Haskell
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: expressive file and directory manipulation for Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  FileManip is a Haskell library for working with files and directories.
  Includes code for pattern matching, finding files, modifying file contents,
@@ -44,10 +43,8 @@
          ${shlibs:Depends},
          ${misc:Depends}
 Provides: ${haskell:Provides}
-Description: expressive file and directory manipulation for Haskell; 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: expressive file and directory manipulation for Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  FileManip is a Haskell library for working with files and directories.
  Includes code for pattern matching, finding files, modifying file contents,
@@ -61,10 +58,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: expressive file and directory manipulation for Haskell; 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: expressive file and directory manipulation for Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  FileManip is a Haskell library for working with files and directories.
  Includes code for pattern matching, finding files, modifying file contents,





More information about the Pkg-haskell-commits mailing list