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

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


Fri May 24 09:12:13 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4696f1f3ac075a559c74f48ec7d9308b

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

Fri May 24 09:12:13 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4696f1f3ac075a559c74f48ec7d9308b
diff -rN -u old-haskell-listlike//changelog new-haskell-listlike//changelog
--- old-haskell-listlike//changelog	2013-05-24 09:26:04.842198154 +0000
+++ new-haskell-listlike//changelog	2013-05-24 09:26:04.842198154 +0000
@@ -1,6 +1,7 @@
 haskell-listlike (3.1.7.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:14 +0200
 
diff -rN -u old-haskell-listlike//control new-haskell-listlike//control
--- old-haskell-listlike//control	2013-05-24 09:26:04.834166477 +0000
+++ new-haskell-listlike//control	2013-05-24 09:26:04.846039067 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.13),
+Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15),
 	ghc,
 	ghc-prof,
 	ghc-doc
@@ -18,7 +18,7 @@
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Suggests: ${haskell:Suggests}
-Description: Generic support for list-like structures
+Description: Generic support for list-like structures${haskell:ShortBlurb}
  Generic support for list-like structures in Haskell.
  .
  The ListLike module provides a common interface to the various Haskell
@@ -30,7 +30,7 @@
  ByteString, for types that support input and output, and for types that can
  handle infinite lists.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-listlike-prof
 Architecture: any
@@ -38,7 +38,7 @@
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Suggests: ${haskell:Suggests}
-Description: Generic support for list-like structures; profiling library
+Description: Generic support for list-like structures${haskell:ShortBlurb}
  Generic support for list-like structures in Haskell.
  .
  The ListLike module provides a common interface to the various Haskell
@@ -50,7 +50,7 @@
  ByteString, for types that support input and output, and for types that can
  handle infinite lists.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-listlike-doc
 Architecture: all
@@ -58,7 +58,7 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Generic support for list-like structures; documentation
+Description: Generic support for list-like structures${haskell:ShortBlurb}
  Generic support for list-like structures in Haskell.
  .
  The ListLike module provides a common interface to the various Haskell
@@ -70,4 +70,4 @@
  ByteString, for types that support input and output, and for types that can
  handle infinite lists.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list