[Pkg-haskell-commits] darcs: haskell-errors: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:27:57 UTC 2013
Sat May 25 09:00:41 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 8a9ff8a5bee3088298613d1589d924f4
M ./changelog +1
M ./control -11 +7
Sat May 25 09:00:41 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 8a9ff8a5bee3088298613d1589d924f4
diff -rN -u old-haskell-errors//changelog new-haskell-errors//changelog
--- old-haskell-errors//changelog 2013-05-25 10:27:57.485535644 +0000
+++ new-haskell-errors//changelog 2013-05-25 10:27:57.493535672 +0000
@@ -1,6 +1,7 @@
haskell-errors (1.4.1-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-errors//control new-haskell-errors//control
--- old-haskell-errors//control 2013-05-25 10:27:57.477535762 +0000
+++ new-haskell-errors//control 2013-05-25 10:27:57.489535507 +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-either-dev (>> 3.1)
@@ -34,12 +34,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: simplified error handling
+Description: simplified error handling${haskell:ShortBlurb}
This library encourages an error-handling style that directly uses the
type system, rather than out-of-band exceptions.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-errors-prof
Architecture: any
@@ -48,12 +47,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: simplified error handling; profiling libraries
+Description: simplified error handling${haskell:ShortBlurb}
This library encourages an error-handling style that directly uses the
type system, rather than out-of-band exceptions.
.
- 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-errors-doc
Section: doc
@@ -61,10 +59,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: simplified error handling; documentation
+Description: simplified error handling${haskell:ShortBlurb}
This library encourages an error-handling style that directly uses the
type system, rather than out-of-band exceptions.
.
- 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