[Pkg-haskell-commits] darcs: haskell-chell-hunit: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:20:46 UTC 2013
Fri May 24 09:06:22 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 4004caac6f6356ec6fa9c9f329f33662
M ./changelog +1
M ./control -12 +7
Fri May 24 09:06:22 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 4004caac6f6356ec6fa9c9f329f33662
diff -rN -u old-haskell-chell-hunit//changelog new-haskell-chell-hunit//changelog
--- old-haskell-chell-hunit//changelog 2013-05-24 09:20:46.639108612 +0000
+++ new-haskell-chell-hunit//changelog 2013-05-24 09:20:46.643054542 +0000
@@ -1,6 +1,7 @@
haskell-chell-hunit (0.2-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:52:58 +0200
diff -rN -u old-haskell-chell-hunit//control new-haskell-chell-hunit//control
--- old-haskell-chell-hunit//control 2013-05-24 09:20:46.635204786 +0000
+++ new-haskell-chell-hunit//control 2013-05-24 09:20:46.643054542 +0000
@@ -7,7 +7,7 @@
Build-Depends:
cdbs
, debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc (>= 6.12)
, ghc-prof
, libghc-chell-dev (>= 0.3)
@@ -35,15 +35,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: HUnit support for the Chell testing library
+Description: HUnit support for the Chell testing library${haskell:ShortBlurb}
Chell is a simple and intuitive library for automated testing. It natively
supports assertion-based testing, and can use companion libraries to
support more complex testing strategies.
.
This is a companion library, which supports running HUnit tests with Chell.
.
- This package provides a library written in the Haskell programming
- language. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-chell-hunit-prof
Architecture: any
@@ -53,16 +52,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: HUnit support for the Chell testing library
+Description: HUnit support for the Chell testing library${haskell:ShortBlurb}
Chell is a simple and intuitive library for automated testing. It natively
supports assertion-based testing, and can use companion libraries to
support more complex testing strategies.
.
This is a companion library, which supports running HUnit tests with Chell.
.
- This package provides a library written in the Haskell programming language,
- compiled for profiling. See http://www.haskell.org/ for more information on
- Haskell.
+ ${haskell:Blurb}
Package: libghc-chell-hunit-doc
Section: doc
@@ -72,13 +69,11 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: HUnit support for the Chell testing library
+Description: HUnit support for the Chell testing library${haskell:ShortBlurb}
Chell is a simple and intuitive library for automated testing. It natively
supports assertion-based testing, and can use companion libraries to
support more complex testing strategies.
.
This is a companion library, which supports running HUnit tests with Chell.
.
- This package provides documentation for a library written in 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