diff options
Diffstat (limited to 'p/haskell-hipmunk')
| -rw-r--r-- | p/haskell-hipmunk/debian/changelog | 7 | ||||
| -rw-r--r-- | p/haskell-hipmunk/debian/patches/ASCIIify-description | 29 | ||||
| -rw-r--r-- | p/haskell-hipmunk/debian/patches/series | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/p/haskell-hipmunk/debian/changelog b/p/haskell-hipmunk/debian/changelog index 4b2d172c9..5a68c0dab 100644 --- a/p/haskell-hipmunk/debian/changelog +++ b/p/haskell-hipmunk/debian/changelog @@ -1,3 +1,10 @@ +haskell-hipmunk (5.2.0.4-2) UNRELEASED; urgency=low + + * patch: ASCIIify description to work around unicode problem in + Cabal/haddock + + -- Joachim Breitner <nomeata@debian.org> Tue, 18 Oct 2011 23:42:13 +0200 + haskell-hipmunk (5.2.0.4-1) unstable; urgency=low * Initial release. diff --git a/p/haskell-hipmunk/debian/patches/ASCIIify-description b/p/haskell-hipmunk/debian/patches/ASCIIify-description new file mode 100644 index 000000000..a8d50b89d --- /dev/null +++ b/p/haskell-hipmunk/debian/patches/ASCIIify-description @@ -0,0 +1,29 @@ +Description: ASCII-ify description + To work around http://bugs.debian.org/645573 +Author: Joachim Breitner <nomeata@debian.org> + +Index: haskell-hipmunk-5.2.0.4/Hipmunk.cabal +=================================================================== +--- haskell-hipmunk-5.2.0.4.orig/Hipmunk.cabal 2011-10-18 23:41:39.000000000 +0200 ++++ haskell-hipmunk-5.2.0.4/Hipmunk.cabal 2011-10-18 23:46:15.000000000 +0200 +@@ -29,9 +29,9 @@ + New in version 5.2.0.3: + . + * Update to Chipmunk 5.3.5 and bump dependencies to +- match GHC 7.2.1. (Thanks, Sönke Hahn!) ++ match GHC 7.2.1. (Thanks, Sönke Hahn!) + . +- * Now Sönke Hahn is also a Hipmunk maintainer. Awesome! ++ * Now Sönke Hahn is also a Hipmunk maintainer. Awesome! + . + New in version 5.2.0.2: + . +@@ -39,7 +39,7 @@ + functionality available in Chipmunk 5.3.4 is here yet. But + the bug fixes and performance improvements are. + . +- * Fix linking bug present since Hipmunk 5.1.0. Thanks, Sönke Hahn. ++ * Fix linking bug present since Hipmunk 5.1.0. Thanks, Sönke Hahn. + . + * Correctly destroy the space in the presence of callbacks. + . diff --git a/p/haskell-hipmunk/debian/patches/series b/p/haskell-hipmunk/debian/patches/series new file mode 100644 index 000000000..04868a7da --- /dev/null +++ b/p/haskell-hipmunk/debian/patches/series @@ -0,0 +1 @@ +ASCIIify-description |
