[Pkg-haskell-commits] darcs: haskell-hipmunk: patch: ASCIIify description to work around unicode problem in Cabal/haddock

Joachim Breitner mail at joachim-breitner.de
Tue Oct 18 21:48:01 UTC 2011


Tue Oct 18 21:46:37 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * patch: ASCIIify description to work around unicode problem in Cabal/haddock 
  Ignore-this: a8198e1f5421f736eed284eb1de62a44

    M ./changelog +7
    A ./patches/
    A ./patches/ASCIIify-description
    A ./patches/series

Tue Oct 18 21:46:37 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * patch: ASCIIify description to work around unicode problem in Cabal/haddock 
  Ignore-this: a8198e1f5421f736eed284eb1de62a44
diff -rN -u old-haskell-hipmunk//changelog new-haskell-hipmunk//changelog
--- old-haskell-hipmunk//changelog	2011-10-18 21:48:01.503835729 +0000
+++ new-haskell-hipmunk//changelog	2011-10-18 21:48:01.523964680 +0000
@@ -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 at debian.org>  Tue, 18 Oct 2011 23:42:13 +0200
+
 haskell-hipmunk (5.2.0.4-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-hipmunk//patches/ASCIIify-description new-haskell-hipmunk//patches/ASCIIify-description
--- old-haskell-hipmunk//patches/ASCIIify-description	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hipmunk//patches/ASCIIify-description	2011-10-18 21:48:01.507671580 +0000
@@ -0,0 +1,29 @@
+Description: ASCII-ify description
+ To work around http://bugs.debian.org/645573
+Author: Joachim Breitner <nomeata at 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 -rN -u old-haskell-hipmunk//patches/series new-haskell-hipmunk//patches/series
--- old-haskell-hipmunk//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hipmunk//patches/series	2011-10-18 21:48:01.511672764 +0000
@@ -0,0 +1 @@
+ASCIIify-description





More information about the Pkg-haskell-commits mailing list