summaryrefslogtreecommitdiff
path: root/p/haskell-chell
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:06:22 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:06:22 +0400
commit3062e3d8eb74cff48c6522025a1043305c247452 (patch)
tree56ee6cbd20fdf3255ba15b2a0712a50da9d9fe1a /p/haskell-chell
parentf5f682147aec71b6c2b2f4c894aede2c63418369 (diff)
downloadDHG_packages-3062e3d8eb74cff48c6522025a1043305c247452.tar.gz
haskell-chell: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-chell')
-rw-r--r--p/haskell-chell/debian/changelog1
-rw-r--r--p/haskell-chell/debian/control19
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-chell/debian/changelog b/p/haskell-chell/debian/changelog
index fa5a54734..911d8a4a3 100644
--- a/p/haskell-chell/debian/changelog
+++ b/p/haskell-chell/debian/changelog
@@ -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@debian.org> Fri, 24 May 2013 09:52:57 +0200
diff --git a/p/haskell-chell/debian/control b/p/haskell-chell/debian/control
index 4b45a14f3..134044371 100644
--- a/p/haskell-chell/debian/control
+++ b/p/haskell-chell/debian/control
@@ -7,7 +7,7 @@ DM-Upload-Allowed: yes
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 @@ Depends:
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 @@ Depends:
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 @@ Depends:
, ${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}