[Pkg-haskell-commits] darcs: haskell-chell: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:20:45 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: 4a65258479713c3a5bb071da57cdbb22
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: 4a65258479713c3a5bb071da57cdbb22
diff -rN -u old-haskell-chell//changelog new-haskell-chell//changelog
--- old-haskell-chell//changelog 2013-05-24 09:20:45.207108604 +0000
+++ new-haskell-chell//changelog 2013-05-24 09:20:45.207108604 +0000
@@ -1,6 +1,7 @@
haskell-chell (0.3-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:57 +0200
diff -rN -u old-haskell-chell//control new-haskell-chell//control
--- old-haskell-chell//control 2013-05-24 09:20:45.199077844 +0000
+++ new-haskell-chell//control 2013-05-24 09:20:45.211093434 +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
, ghc-ghci
@@ -48,13 +48,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell library for simple and intuitive automated testing
+Description: Haskell library for simple and intuitive automated testing${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 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-prof
Architecture: any
@@ -64,14 +63,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell library for simple and intuitive automated testing; profiling libraries
+Description: Haskell library for simple and intuitive automated testing${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 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-doc
Section: doc
@@ -81,11 +78,9 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell library for simple and intuitive automated testing; documentation
+Description: Haskell library for simple and intuitive automated testing${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 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