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

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


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

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

Fri May 24 08:55:20 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: c611323536b194f5c1a902e8cf47fb13
diff -rN -u old-haskell-midi//changelog new-haskell-midi//changelog
--- old-haskell-midi//changelog	2013-05-24 09:26:29.010553793 +0000
+++ new-haskell-midi//changelog	2013-05-24 09:26:29.015133509 +0000
@@ -1,6 +1,7 @@
 haskell-midi (0.2.0.1-3) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:54:19 +0200
 
diff -rN -u old-haskell-midi//control new-haskell-midi//control
--- old-haskell-midi//control	2013-05-24 09:26:29.003132986 +0000
+++ new-haskell-midi//control	2013-05-24 09:26:29.015133509 +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-random-dev,
  libghc-random-prof,
@@ -48,9 +48,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: MIDI message and file handling
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: MIDI message and file handling${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides data types and functions for handling realtime
  MIDI messages, reading and writing MIDI files. It does not provide
@@ -62,10 +61,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: MIDI message and file handling; 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: MIDI message and file handling${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides data types and functions for handling realtime
  MIDI messages, reading and writing MIDI files. It does not provide
@@ -77,10 +74,8 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: MIDI message and file handling; 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: MIDI message and file handling${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides data types and functions for handling realtime
  MIDI messages, reading and writing MIDI files. It does not provide





More information about the Pkg-haskell-commits mailing list