[Pkg-haskell-commits] darcs: haskell-explicit-exception: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:22:50 UTC 2013
Fri May 24 08:54:48 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: aaecd08910d1d4a66c942b652127e754
M ./changelog +1
M ./control -12 +7
Fri May 24 08:54:48 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: aaecd08910d1d4a66c942b652127e754
diff -rN -u old-haskell-explicit-exception//changelog new-haskell-explicit-exception//changelog
--- old-haskell-explicit-exception//changelog 2013-05-24 09:22:50.086073452 +0000
+++ new-haskell-explicit-exception//changelog 2013-05-24 09:22:50.090056361 +0000
@@ -1,6 +1,7 @@
haskell-explicit-exception (0.1.7.1-3) 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:28 +0200
diff -rN -u old-haskell-explicit-exception//control new-haskell-explicit-exception//control
--- old-haskell-explicit-exception//control 2013-05-24 09:22:50.082044443 +0000
+++ new-haskell-explicit-exception//control 2013-05-24 09:22:50.090056361 +0000
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
-Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.13),
+Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15),
ghc, ghc-prof,
libghc-transformers-dev (>= 0.2),
libghc-transformers-dev (<< 0.4),
@@ -21,9 +21,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell exceptions which are explicit in the type signature
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell exceptions which are explicit in the type signature${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This library provides synchronous and asynchronous exceptions which are
explicit in the type signature. The first ones are very similar to Either
@@ -36,10 +35,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: profiling libraries for libghc-explicit-exception-dev
- This package provides a library for the Haskell programming language
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: profiling libraries for libghc-explicit-exception-dev${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This library provides synchronous and asynchronous exceptions which are
explicit in the type signature. The first ones are very similar to Either
@@ -52,10 +49,8 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell exceptions which are explicit in the type signature; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell exceptions which are explicit in the type signature${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This library provides synchronous and asynchronous exceptions which are
explicit in the type signature. The first ones are very similar to Either
More information about the Pkg-haskell-commits
mailing list