[Pkg-haskell-commits] darcs: haskell-hunit: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:25:02 UTC 2013
Fri May 24 08:55:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 1ccd3c251f9616224f8d07bfa767ba84
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 1ccd3c251f9616224f8d07bfa767ba84
diff -rN -u old-haskell-hunit//changelog new-haskell-hunit//changelog
--- old-haskell-hunit//changelog 2013-05-24 09:25:02.811046039 +0000
+++ new-haskell-hunit//changelog 2013-05-24 09:25:02.815051020 +0000
@@ -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 at debian.org> Fri, 24 May 2013 09:53:59 +0200
diff -rN -u old-haskell-hunit//control new-haskell-hunit//control
--- old-haskell-hunit//control 2013-05-24 09:25:02.807041604 +0000
+++ new-haskell-hunit//control 2013-05-24 09:25:02.815051020 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Marco Túlio Gontijo e Silva <marcot at 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 @@
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 @@
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 @@
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>.
More information about the Pkg-haskell-commits
mailing list