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

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


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

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

Fri May 24 08:55:08 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: cfc5e2a13b79539f60f09e70c49a78a2
diff -rN -u old-haskell-iconv//changelog new-haskell-iconv//changelog
--- old-haskell-iconv//changelog	2013-05-24 09:25:23.187084380 +0000
+++ new-haskell-iconv//changelog	2013-05-24 09:25:23.187084380 +0000
@@ -1,6 +1,7 @@
 haskell-iconv (0.4.1.1-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:54:03 +0200
 
diff -rN -u old-haskell-iconv//control new-haskell-iconv//control
--- old-haskell-iconv//control	2013-05-24 09:25:23.171093069 +0000
+++ new-haskell-iconv//control	2013-05-24 09:25:23.187084380 +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
   , libghc-text-dev (>> 0.9.1.0)
@@ -27,12 +27,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: string-encoding conversion
+Description: string-encoding conversion${haskell:ShortBlurb}
  This library provides an interface to the POSIX iconv library
  functions for string encoding conversion.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-iconv-prof
 Architecture: any
@@ -41,12 +40,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: string-encoding conversion; profiling libraries
+Description: string-encoding conversion${haskell:ShortBlurb}
  This library provides an interface to the POSIX iconv library
  functions for string encoding conversion.
  .
- This package provides a library for the Haskell programming language, compiled
- for profiling.  See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-iconv-doc
 Section: doc
@@ -54,10 +52,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: string-encoding conversion; documentation
+Description: string-encoding conversion${haskell:ShortBlurb}
  This library provides an interface to the POSIX iconv library
  functions for string encoding conversion.
  .
- This package provides the documentation for a library for 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