diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:08 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:08 +0400 |
commit | e1dcd546447371824b3f6489edc871a2d926fda4 (patch) | |
tree | fced6b4480ffbce455dbd545caefff18217b8373 /p/haskell-hunit | |
parent | 4da3bc680d8f48fd7eaed6665e0586c6f0734cb3 (diff) | |
download | DHG_packages-e1dcd546447371824b3f6489edc871a2d926fda4.tar.gz |
haskell-hunit: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-hunit')
-rw-r--r-- | p/haskell-hunit/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-hunit/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-hunit/debian/changelog b/p/haskell-hunit/debian/changelog index 3aa16a5ea..e62205b8d 100644 --- a/p/haskell-hunit/debian/changelog +++ b/p/haskell-hunit/debian/changelog @@ -1,6 +1,7 @@ haskell-hunit (1.2.5.1-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:59 +0200 diff --git a/p/haskell-hunit/debian/control b/p/haskell-hunit/debian/control index 49e65496f..130254c67 100644 --- a/p/haskell-hunit/debian/control +++ b/p/haskell-hunit/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org> Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.13), ghc, ghc-prof, cdbs +Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.15), ghc, ghc-prof, cdbs Build-Depends-Indep: ghc-doc Homepage: http://hunit.sourceforge.net/ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hunit @@ -16,9 +16,8 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Haskell unit testing framework for GHC - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: Haskell unit testing framework for GHC${haskell:ShortBlurb} + ${haskell:Blurb} . HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java, see: <http://www.junit.org>. @@ -29,10 +28,8 @@ Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Haskell unit testing framework for GHC; profiling libraries - This package provides a library for the Haskell programming language, - compiled for profiling. - See http://www.haskell.org/ for more information on Haskell. +Description: Haskell unit testing framework for GHC${haskell:ShortBlurb} + ${haskell:Blurb} . HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java, see: <http://www.junit.org>. @@ -43,10 +40,8 @@ Architecture: all Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Haskell unit testing framework for GHC; documentation - This package provides the documentation for a library for the Haskell - programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: Haskell unit testing framework for GHC${haskell:ShortBlurb} + ${haskell:Blurb} . HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java, see: <http://www.junit.org>. |