summaryrefslogtreecommitdiff
path: root/p/haskell-hipmunk
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-10-19 01:46:37 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2011-10-19 01:46:37 +0400
commit5a2ba06833ee9f8bd0d0090a13b319de40774407 (patch)
treeb88f507b3117dc88496c60e056ddd10a054f4ac3 /p/haskell-hipmunk
parent9892c11ba67dc3c006a46e037daa8600d6bbc462 (diff)
downloadDHG_packages-5a2ba06833ee9f8bd0d0090a13b319de40774407.tar.gz
haskell-hipmunk: patch: ASCIIify description to work around unicode problem in Cabal/haddock
Diffstat (limited to 'p/haskell-hipmunk')
-rw-r--r--p/haskell-hipmunk/debian/changelog7
-rw-r--r--p/haskell-hipmunk/debian/patches/ASCIIify-description29
-rw-r--r--p/haskell-hipmunk/debian/patches/series1
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&#246;nke Hahn!)
+ .
+- * Now Sönke Hahn is also a Hipmunk maintainer. Awesome!
++ * Now S&#246;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&#246;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