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

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


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

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

Fri May 24 08:54:52 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 8d4e67c98cf3a075523c14ca91e3c54e
diff -rN -u old-haskell-ghc-events//changelog new-haskell-ghc-events//changelog
--- old-haskell-ghc-events//changelog	2013-05-24 09:23:11.394038797 +0000
+++ new-haskell-ghc-events//changelog	2013-05-24 09:23:11.394038797 +0000
@@ -1,6 +1,7 @@
 haskell-ghc-events (0.4.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:33 +0200
 
diff -rN -u old-haskell-ghc-events//control new-haskell-ghc-events//control
--- old-haskell-ghc-events//control	2013-05-24 09:23:11.386038305 +0000
+++ new-haskell-ghc-events//control	2013-05-24 09:23:11.394038797 +0000
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
-Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.13),
+Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15),
  ghc, ghc-prof,
  libghc-mtl-dev (>= 1.1),
  libghc-mtl-dev (<< 3),
@@ -21,9 +21,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Library for parsing GHC event log files
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Library for parsing GHC event log files${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides functions to parse .eventlog files emitted by
  the GHC.12.1 and later runtimes.
@@ -34,10 +33,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Library for parsing GHC event log files; 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: Library for parsing GHC event log files${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides functions to parse .eventlog files emitted by
  the GHC.12.1 and later runtimes.
@@ -48,10 +45,8 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Library for parsing GHC event log files; 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: Library for parsing GHC event log files${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides functions to parse .eventlog files emitted by
  the GHC.12.1 and later runtimes.





More information about the Pkg-haskell-commits mailing list