[Pkg-haskell-commits] darcs: haskell-either: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:27:54 UTC 2013
Sat May 25 09:00:40 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 85cd3472763ff9fd34ef3432ae5717e5
M ./changelog +1
M ./control -11 +7
Sat May 25 09:00:40 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 85cd3472763ff9fd34ef3432ae5717e5
diff -rN -u old-haskell-either//changelog new-haskell-either//changelog
--- old-haskell-either//changelog 2013-05-25 10:27:54.375244642 +0000
+++ new-haskell-either//changelog 2013-05-25 10:27:54.387038786 +0000
@@ -1,6 +1,7 @@
haskell-either (3.4-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 11:00:25 +0200
diff -rN -u old-haskell-either//control new-haskell-either//control
--- old-haskell-either//control 2013-05-25 10:27:54.371244290 +0000
+++ new-haskell-either//control 2013-05-25 10:27:54.379205090 +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-monadrandom-dev (>> 0.1)
@@ -42,13 +42,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Either monad transformer
+Description: Either monad transformer${haskell:ShortBlurb}
This library provides a minimalist Either monad transformer, EitherT.
EitherT is a version of ErrorT that does not require a spurious Error
instance for the Left case.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-either-prof
Architecture: any
@@ -57,13 +56,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Either monad transformer; profiling libraries
+Description: Either monad transformer${haskell:ShortBlurb}
This library provides a minimalist Either monad transformer, EitherT.
EitherT is a version of ErrorT that does not require a spurious Error
instance for the Left case.
.
- 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-either-doc
Section: doc
@@ -71,11 +69,9 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Either monad transformer; documentation
+Description: Either monad transformer${haskell:ShortBlurb}
This library provides a minimalist Either monad transformer, EitherT.
EitherT is a version of ErrorT that does not require a spurious Error
instance for the Left case.
.
- 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