[Pkg-haskell-commits] darcs: haskell-chell-quickcheck2: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:20:48 UTC 2013
Fri May 24 09:06:23 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 89d2ee4a50ad778ef165d9f271bfc289
M ./changelog +1
M ./control -12 +7
Fri May 24 09:06:23 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 89d2ee4a50ad778ef165d9f271bfc289
diff -rN -u old-haskell-chell-quickcheck2//changelog new-haskell-chell-quickcheck2//changelog
--- old-haskell-chell-quickcheck2//changelog 2013-05-24 09:20:47.990077579 +0000
+++ new-haskell-chell-quickcheck2//changelog 2013-05-24 09:20:47.994039261 +0000
@@ -1,6 +1,7 @@
haskell-chell-quickcheck2 (0.2.1-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:52:58 +0200
diff -rN -u old-haskell-chell-quickcheck2//control new-haskell-chell-quickcheck2//control
--- old-haskell-chell-quickcheck2//control 2013-05-24 09:20:47.986060649 +0000
+++ new-haskell-chell-quickcheck2//control 2013-05-24 09:20:47.994039261 +0000
@@ -7,7 +7,7 @@
Build-Depends:
cdbs
, debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-chell-dev (>= 0.3)
@@ -37,7 +37,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: QuickCheck2 support for the Chell testing library
+Description: QuickCheck2 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.
@@ -45,8 +45,7 @@
This is a companion library, which supports testing QuickCheck properties
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-quickcheck2-prof
Architecture: any
@@ -56,7 +55,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: QuickCheck2 support for the Chell testing library
+Description: QuickCheck2 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.
@@ -64,9 +63,7 @@
This is a companion library, which supports testing QuickCheck properties
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-quickcheck2-doc
Section: doc
@@ -76,7 +73,7 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: QuickCheck2 support for the Chell testing library
+Description: QuickCheck2 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.
@@ -84,6 +81,4 @@
This is a companion library, which supports testing QuickCheck properties
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