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

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


Fri May 24 09:06:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4df7d757bd913d46ae6fa84bdfe7a1cb

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

Fri May 24 09:06:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4df7d757bd913d46ae6fa84bdfe7a1cb
diff -rN -u old-haskell-ncurses//changelog new-haskell-ncurses//changelog
--- old-haskell-ncurses//changelog	2013-05-24 09:26:53.355059656 +0000
+++ new-haskell-ncurses//changelog	2013-05-24 09:26:53.355059656 +0000
@@ -1,6 +1,7 @@
 haskell-ncurses (0.2.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:25 +0200
 
diff -rN -u old-haskell-ncurses//control new-haskell-ncurses//control
--- old-haskell-ncurses//control	2013-05-24 09:26:53.347069247 +0000
+++ new-haskell-ncurses//control	2013-05-24 09:26:53.355059656 +0000
@@ -8,7 +8,7 @@
     c2hs (>= 0.15)
   , cdbs
   , debhelper (>= 9)
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc (>= 6.12)
   , ghc-prof
   , libghc-text-dev (>= 0.7)
@@ -36,12 +36,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell bindings to the GNU ncurses library
+Description: Haskell bindings to the GNU ncurses library${haskell:ShortBlurb}
  Haskell bindings to GNU ncurses, a library for creating advanced text-based
  user interfaces.
  .
- This package provides a library written in the Haskell programming
- language. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-ncurses-prof
 Architecture: any
@@ -51,13 +50,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell bindings to the GNU ncurses library; profiling libraries
+Description: Haskell bindings to the GNU ncurses library${haskell:ShortBlurb}
  Haskell bindings to GNU ncurses, a library for creating advanced text-based
  user interfaces.
  .
- This package provides a library written in the Haskell programming language,
- compiled for profiling. See http://www.haskell.org/ for more information on
- Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-ncurses-doc
 Section: doc
@@ -67,10 +64,8 @@
   , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell bindings to the GNU ncurses library; documentation
+Description: Haskell bindings to the GNU ncurses library${haskell:ShortBlurb}
  Haskell bindings to GNU ncurses, a library for creating advanced text-based
  user interfaces.
  .
- This package provides documentation for a library written in the Haskell
- programming language. See http://www.haskell.org/ for more information on
- Haskell.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list