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

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


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

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

Fri May 24 08:55:59 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 32ba4b09bc281ee0dd413ba9e9067b19
diff -rN -u old-haskell-terminfo//changelog new-haskell-terminfo//changelog
--- old-haskell-terminfo//changelog	2013-05-24 09:30:11.291125573 +0000
+++ new-haskell-terminfo//changelog	2013-05-24 09:30:11.291125573 +0000
@@ -1,6 +1,7 @@
 haskell-terminfo (0.3.2.5-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:12 +0200
 
diff -rN -u old-haskell-terminfo//control new-haskell-terminfo//control
--- old-haskell-terminfo//control	2013-05-24 09:30:11.283058770 +0000
+++ new-haskell-terminfo//control	2013-05-24 09:30:11.295068954 +0000
@@ -5,7 +5,7 @@
 Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>, Clint Adams <clint at debian.org>
 Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 9)
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , cdbs
   , ghc
   , ghc-prof
@@ -23,9 +23,8 @@
   , ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell bindings to the terminfo library
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell bindings to the terminfo library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides an interface to the terminfo database (via bindings to
  the curses library). Terminfo allows POSIX systems to interact with a variety
@@ -37,10 +36,8 @@
   , ${shlibs:Depends}
   , ${misc:Depends}
 Provides: ${haskell:Provides}
-Description: Haskell bindings to the terminfo library; 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: Haskell bindings to the terminfo library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides an interface to the terminfo database (via bindings to
  the curses library). Terminfo allows POSIX systems to interact with a variety
@@ -53,10 +50,8 @@
   , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell bindings to the terminfo library; 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: Haskell bindings to the terminfo library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides an interface to the terminfo database (via bindings to
  the curses library). Terminfo allows POSIX systems to interact with a variety





More information about the Pkg-haskell-commits mailing list