diff options
Diffstat (limited to 'p/haskell-hunit/debian')
-rw-r--r-- | p/haskell-hunit/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-hunit/debian/control | 13 |
2 files changed, 14 insertions, 6 deletions
diff --git a/p/haskell-hunit/debian/changelog b/p/haskell-hunit/debian/changelog index 7c03b874c..8509988e3 100644 --- a/p/haskell-hunit/debian/changelog +++ b/p/haskell-hunit/debian/changelog @@ -1,3 +1,10 @@ +haskell-hunit (1.2.5.1-3) UNRELEASED; urgency=low + + * Move Haskell blurb to the end of the description, reduces the impact + of #708703 + + -- Joachim Breitner <nomeata@debian.org> Sat, 25 May 2013 23:42:53 +0200 + haskell-hunit (1.2.5.1-2) unstable; urgency=low * Enable compat level 9 diff --git a/p/haskell-hunit/debian/control b/p/haskell-hunit/debian/control index 130254c67..08d612210 100644 --- a/p/haskell-hunit/debian/control +++ b/p/haskell-hunit/debian/control @@ -17,10 +17,10 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} 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>. + . + ${haskell:Blurb} Package: libghc-hunit-prof Architecture: any @@ -29,10 +29,10 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} 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>. + . + ${haskell:Blurb} Package: libghc-hunit-doc Section: doc @@ -41,7 +41,8 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} 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>. + . + ${haskell:Blurb} + |