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

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


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

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

Fri May 24 08:55:41 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: bd5bfa5e4f2a09d0e82bdaad0120ee9c
diff -rN -u old-haskell-readline//changelog new-haskell-readline//changelog
--- old-haskell-readline//changelog	2013-05-24 09:28:23.617642553 +0000
+++ new-haskell-readline//changelog	2013-05-24 09:28:23.621810226 +0000
@@ -1,6 +1,7 @@
 haskell-readline (1.0.1.0-5) 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:46 +0200
 
diff -rN -u old-haskell-readline//control new-haskell-readline//control
--- old-haskell-readline//control	2013-05-24 09:28:23.614796876 +0000
+++ new-haskell-readline//control	2013-05-24 09:28:23.621810226 +0000
@@ -5,7 +5,7 @@
 Uploaders: Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libreadline6-dev
@@ -24,9 +24,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Interface to the GNU readline library
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Interface to the GNU readline library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It is an interface to the GNU readline library.  More information on
  readline can be found at http://www.gnu.org/directory/readline.html.
@@ -38,10 +37,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Interface to the GNU readline 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: Interface to the GNU readline library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It is an interface to the GNU readline library.  More information on
  readline can be found at http://www.gnu.org/directory/readline.html.
@@ -52,10 +49,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Interface to the GNU readline 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: Interface to the GNU readline library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It is an interface to the GNU readline library.  More information on
  readline can be found at http://www.gnu.org/directory/readline.html.





More information about the Pkg-haskell-commits mailing list