[Pkg-haskell-commits] darcs: haskell-iteratee: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:25:37 UTC 2013
Fri May 24 09:12:12 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a9ad790cb00572f1bd06865cee367bc5
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:12 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a9ad790cb00572f1bd06865cee367bc5
diff -rN -u old-haskell-iteratee//changelog new-haskell-iteratee//changelog
--- old-haskell-iteratee//changelog 2013-05-24 09:25:37.214041603 +0000
+++ new-haskell-iteratee//changelog 2013-05-24 09:25:37.214041603 +0000
@@ -1,6 +1,7 @@
haskell-iteratee (0.8.9.4-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:06 +0200
diff -rN -u old-haskell-iteratee//control new-haskell-iteratee//control
--- old-haskell-iteratee//control 2013-05-24 09:25:37.206042851 +0000
+++ new-haskell-iteratee//control 2013-05-24 09:25:37.218042301 +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,
libghc-listlike-dev (>= 3.0),
@@ -42,11 +42,11 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: Haskell library for Iteratee-based I/O
+Description: Haskell library for Iteratee-based I/O${haskell:ShortBlurb}
The Iteratee monad provides strict, safe, and functional I/O. In addition
to pure Iteratee processors, file IO and combinator functions are provided.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-iteratee-prof
Architecture: any
@@ -54,11 +54,11 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: Haskell library for Iteratee-based I/O; profiling library
+Description: Haskell library for Iteratee-based I/O${haskell:ShortBlurb}
The Iteratee monad provides strict, safe, and functional I/O. In addition
to pure Iteratee processors, file IO and combinator functions are provided.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-iteratee-doc
Architecture: all
@@ -66,8 +66,8 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell library for Iteratee-based I/O; documentation
+Description: Haskell library for Iteratee-based I/O${haskell:ShortBlurb}
The Iteratee monad provides strict, safe, and functional I/O. In addition
to pure Iteratee processors, file IO and combinator functions are provided.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list