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

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:25:25 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: 443ee0e8341d2c0bba4956867184c73d

    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: 443ee0e8341d2c0bba4956867184c73d
diff -rN -u old-haskell-idna//changelog new-haskell-idna//changelog
--- old-haskell-idna//changelog	2013-05-24 09:25:24.939038869 +0000
+++ new-haskell-idna//changelog	2013-05-24 09:25:24.939038869 +0000
@@ -2,6 +2,7 @@
 
   * Enable compat level 9
   * Bump standards version to 3.9.4
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:54:04 +0200
 
diff -rN -u old-haskell-idna//control new-haskell-idna//control
--- old-haskell-idna//control	2013-05-24 09:25:24.935101042 +0000
+++ new-haskell-idna//control	2013-05-24 09:25:24.943039872 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-stringprep-dev (>= 0.1.2)
@@ -31,12 +31,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Implements IDNA (RFC 3490)
+Description: Implements IDNA (RFC 3490)${haskell:ShortBlurb}
  This package implements the Internationalized Domain Names in Applications
  (RFC 3490) encoding.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-idna-prof
 Architecture: any
@@ -45,12 +44,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Implements IDNA (RFC 3490); profiling libraries
+Description: Implements IDNA (RFC 3490)${haskell:ShortBlurb}
  This package implements the Internationalized Domain Names in Applications
  (RFC 3490) encoding.
  .
- 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-idna-doc
 Section: doc
@@ -58,10 +56,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Implements IDNA (RFC 3490); documentation
+Description: Implements IDNA (RFC 3490)${haskell:ShortBlurb}
  This package implements the Internationalized Domain Names in Applications
  (RFC 3490) encoding.
  .
- 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