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

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


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

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

Fri May 24 08:54:48 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: a298368f2b80da8df6029074ffdd060f
diff -rN -u old-haskell-event-list//changelog new-haskell-event-list//changelog
--- old-haskell-event-list//changelog	2013-05-24 09:22:46.197535936 +0000
+++ new-haskell-event-list//changelog	2013-05-24 09:22:46.201536258 +0000
@@ -1,6 +1,7 @@
 haskell-event-list (0.1.0.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:27 +0200
 
diff -rN -u old-haskell-event-list//control new-haskell-event-list//control
--- old-haskell-event-list//control	2013-05-24 09:22:46.181535844 +0000
+++ new-haskell-event-list//control	2013-05-24 09:22:46.201536258 +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-quickcheck2-dev (>= 1.1),
  libghc-quickcheck2-dev (<< 3),
@@ -32,9 +32,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Event lists with relative or absolute timestamps
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Event lists with relative or absolute timestamps${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides lists to manage events that are associated with
  times. Times may be given as difference between successive events or as
@@ -48,10 +47,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Event lists with relative or absolute timestamps; 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: Event lists with relative or absolute timestamps${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides lists to manage events that are associated with
  times. Times may be given as difference between successive events or as
@@ -65,10 +62,8 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Event lists with relative or absolute timestamps; 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: Event lists with relative or absolute timestamps${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides lists to manage events that are associated with
  times. Times may be given as difference between successive events or as





More information about the Pkg-haskell-commits mailing list