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

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


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

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

Fri May 24 08:55:00 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: ba00ea5e915a325510f7d73d1ca20c45
diff -rN -u old-haskell-haskore//changelog new-haskell-haskore//changelog
--- old-haskell-haskore//changelog	2013-05-24 09:23:57.701543251 +0000
+++ new-haskell-haskore//changelog	2013-05-24 09:23:57.705548656 +0000
@@ -1,6 +1,7 @@
 haskell-haskore (0.2.0.3-4) 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:44 +0200
 
diff -rN -u old-haskell-haskore//control new-haskell-haskore//control
--- old-haskell-haskore//control	2013-05-24 09:23:57.651039172 +0000
+++ new-haskell-haskore//control	2013-05-24 09:23:57.705548656 +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,
  hevea, lhs2tex, texlive-latex-base, texlive-latex-recommended,
  texlive-latex-extra, texlive-math-extra, pgf,
@@ -57,9 +57,8 @@
 Recommends: ${haskell:Recommends}, timidity | playmidi | pmidi, csound
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskore Computer Music System
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskore Computer Music System${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides a collection of Haskell modules designed for
  expressing musical structures in the high-level, declarative style of
@@ -79,10 +78,8 @@
 Recommends: ${haskell:Recommends}, timidity | playmidi | pmidi, csound
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskore Computer Music System; 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: Haskore Computer Music System${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides a collection of Haskell modules designed for
  expressing musical structures in the high-level, declarative style of
@@ -102,10 +99,8 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskore Computer Music System; 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: Haskore Computer Music System${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides a collection of Haskell modules designed for
  expressing musical structures in the high-level, declarative style of





More information about the Pkg-haskell-commits mailing list