[Pkg-haskell-commits] darcs: haskell-tf-random: Patch out unicode in haddock prolog
Joachim Breitner
mail at joachim-breitner.de
Sun Jul 27 19:39:17 UTC 2014
Sun Jul 27 19:34:20 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Patch out unicode in haddock prolog
A ./patches/
A ./patches/avoid-unicode-in-description
A ./patches/series
Sun Jul 27 19:34:20 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Patch out unicode in haddock prolog
diff -rN -u old-haskell-tf-random/patches/avoid-unicode-in-description new-haskell-tf-random/patches/avoid-unicode-in-description
--- old-haskell-tf-random/patches/avoid-unicode-in-description 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tf-random/patches/avoid-unicode-in-description 2014-07-27 19:39:16.960118236 +0000
@@ -0,0 +1,29 @@
+Work around https://bugs.debian.org/645573
+
+Index: haskell-tf-random-0.5/tf-random.cabal
+===================================================================
+--- haskell-tf-random-0.5.orig/tf-random.cabal 2014-04-09 15:57:12.000000000 +0200
++++ haskell-tf-random-0.5/tf-random.cabal 2014-07-27 21:34:13.289016848 +0200
+@@ -16,7 +16,7 @@
+ synopsis: High-quality splittable pseudorandom number generator
+
+ -- A longer description of the package.
+-description: This package contains an implementation of a high-quality splittable pseudorandom number generator. The generator is based on a cryptographic hash function built on top of the ThreeFish block cipher. See the paper /Splittable Pseudorandom Number Generators Using Cryptographic Hashing/ by Claessen, PaÅka for details and the rationale of the design.
++description: This package contains an implementation of a high-quality splittable pseudorandom number generator. The generator is based on a cryptographic hash function built on top of the ThreeFish block cipher. See the paper /Splittable Pseudorandom Number Generators Using Cryptographic Hashing/ by Claessen, Palka for details and the rationale of the design.
+ .
+ The package provides the following:
+ .
+@@ -42,11 +42,11 @@
+ license-file: LICENSE
+
+ -- The package author(s).
+-author: MichaÅ PaÅka <michal.palka at chalmers.se>
++author: Michal Palka <michal.palka at chalmers.se>
+
+ -- An email address to which users can send suggestions, bug reports, and
+ -- patches.
+-maintainer: MichaÅ PaÅka <michal.palka at chalmers.se>
++maintainer: Michal Palka <michal.palka at chalmers.se>
+
+ -- A copyright notice.
+ -- copyright:
diff -rN -u old-haskell-tf-random/patches/series new-haskell-tf-random/patches/series
--- old-haskell-tf-random/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tf-random/patches/series 2014-07-27 19:39:16.960118236 +0000
@@ -0,0 +1 @@
+avoid-unicode-in-description
More information about the Pkg-haskell-commits
mailing list