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

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


Fri May 24 08:56:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 13424cf2910316c15659b9e545eb40ff

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

Fri May 24 08:56:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 13424cf2910316c15659b9e545eb40ff
diff -rN -u old-hlint//changelog new-hlint//changelog
--- old-hlint//changelog	2013-05-24 09:32:31.571076650 +0000
+++ new-hlint//changelog	2013-05-24 09:32:31.571076650 +0000
@@ -1,6 +1,7 @@
 hlint (1.8.43-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:55:45 +0200
 
diff -rN -u old-hlint//control new-hlint//control
--- old-hlint//control	2013-05-24 09:32:31.551108399 +0000
+++ new-hlint//control	2013-05-24 09:32:31.575094741 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Build-Depends: cdbs,
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  debhelper (>= 9),
  ghc,
  libghc-transformers-dev (<< 0.4),
@@ -35,7 +35,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: ghc
-Description: Haskell source code suggestions
+Description: Haskell source code suggestions${haskell:ShortBlurb}
  HLint gives suggestions on how to improve your source code. It can either
  print them directly, or generated a colored HTML output.
 
@@ -47,15 +47,14 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell source code suggestions; library
+Description: Haskell source code suggestions${haskell:ShortBlurb}
  HLint gives suggestions on how to improve your source code. It can either
  print them directly, or generated a colored HTML output.
  .
  This is the HLint library, used by programs that want to incorporate HLint's
  functionality.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-hlint-prof
 Architecture: any
@@ -64,15 +63,14 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell source code suggestions; profiling libraries
+Description: Haskell source code suggestions${haskell:ShortBlurb}
  HLint gives suggestions on how to improve your source code. It can either
  print them directly, or generated a colored HTML output.
  .
  This is the HLint library, used by programs that want to incorporate HLint's
  functionality.
  .
- 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-hlint-doc
 Section: doc
@@ -80,14 +78,12 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell source code suggestions; library documentation
+Description: Haskell source code suggestions${haskell:ShortBlurb}
  HLint gives suggestions on how to improve your source code. It can either
  print them directly, or generated a colored HTML output.
  .
  This is the HLint library, used by programs that want to incorporate HLint's
  functionality.
  .
- 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