diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-26 01:43:36 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-26 01:43:36 +0400 |
| commit | ea423d465d95b597dcc216c24165a1a5aa03c1bb (patch) | |
| tree | 690cb815c352328e1b0890f28534d6ed95428cc7 | |
| parent | 8b067ee6d7a5c91b9dfe7cebd1bfecf9344f995a (diff) | |
| download | DHG_packages-ea423d465d95b597dcc216c24165a1a5aa03c1bb.tar.gz | |
haskell-wai-test: Move Haskell blurb to the end of the description, reduces the impact of #708703
| -rw-r--r-- | p/haskell-wai-test/debian/changelog | 7 | ||||
| -rw-r--r-- | p/haskell-wai-test/debian/control | 12 |
2 files changed, 13 insertions, 6 deletions
diff --git a/p/haskell-wai-test/debian/changelog b/p/haskell-wai-test/debian/changelog index be7f6d45f..f9581c7dc 100644 --- a/p/haskell-wai-test/debian/changelog +++ b/p/haskell-wai-test/debian/changelog @@ -1,3 +1,10 @@ +haskell-wai-test (1.3.0.5-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:43:35 +0200 + haskell-wai-test (1.3.0.5-2) unstable; urgency=low * Enable compat level 9 diff --git a/p/haskell-wai-test/debian/control b/p/haskell-wai-test/debian/control index e7f6dd312..166a17941 100644 --- a/p/haskell-wai-test/debian/control +++ b/p/haskell-wai-test/debian/control @@ -64,9 +64,9 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: unit test framework (built on HUnit) for WAI applications${haskell:ShortBlurb} - ${haskell:Blurb} - . It provides a HUnit-based unit test framework for WAI applications. + . + ${haskell:Blurb} Package: libghc-wai-test-prof Architecture: any @@ -76,9 +76,9 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: unit test framework (built on HUnit) for WAI applications${haskell:ShortBlurb} - ${haskell:Blurb} - . It provides a HUnit-based unit test framework for WAI applications. + . + ${haskell:Blurb} Package: libghc-wai-test-doc Section: doc @@ -87,6 +87,6 @@ Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: unit test framework (built on HUnit) for WAI applications${haskell:ShortBlurb} - ${haskell:Blurb} - . It provides a HUnit-based unit test framework for WAI applications. + . + ${haskell:Blurb} |
