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

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


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

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

Fri May 24 09:12:01 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 715948af764e1ed231c1d926e5aeee8a
diff -rN -u old-haskell-directory-tree//changelog new-haskell-directory-tree//changelog
--- old-haskell-directory-tree//changelog	2013-05-24 09:22:23.170070139 +0000
+++ new-haskell-directory-tree//changelog	2013-05-24 09:22:23.170070139 +0000
@@ -1,6 +1,7 @@
 haskell-directory-tree (0.10.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:53:21 +0200
 
diff -rN -u old-haskell-directory-tree//control new-haskell-directory-tree//control
--- old-haskell-directory-tree//control	2013-05-24 09:22:23.162037206 +0000
+++ new-haskell-directory-tree//control	2013-05-24 09:22:23.170070139 +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,
@@ -16,7 +16,7 @@
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Suggests: ${haskell:Suggests}
-Description: simple directory-like tree datatype, with IO functions
+Description: simple directory-like tree datatype, with IO functions${haskell:ShortBlurb}
  A simple directory-like tree datatype, with useful IO functions and Foldable
  and Traversable instance
  .
@@ -24,7 +24,7 @@
  filesystem, as well as useful functions for reading and writing
  file and directory structures in the IO monad.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-directory-tree-prof
 Architecture: any
@@ -32,7 +32,7 @@
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Suggests: ${haskell:Suggests}
-Description: simple directory-like tree datatype, with IO functions; profiling library
+Description: simple directory-like tree datatype, with IO functions${haskell:ShortBlurb}
  A simple directory-like tree datatype, with useful IO functions and Foldable
  and Traversable instance
  .
@@ -40,7 +40,7 @@
  filesystem, as well as useful functions for reading and writing
  file and directory structures in the IO monad.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-directory-tree-doc
 Architecture: all
@@ -48,7 +48,7 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: simple directory-like tree datatype, with IO functions; documentation
+Description: simple directory-like tree datatype, with IO functions${haskell:ShortBlurb}
  A simple directory-like tree datatype, with useful IO functions and Foldable
  and Traversable instance
  .
@@ -56,4 +56,4 @@
  filesystem, as well as useful functions for reading and writing
  file and directory structures in the IO monad.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list