File: avoid-unicode-in-description

package info (click to toggle)
haskell-tf-random 0.5-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 164 kB
  • sloc: ansic: 615; haskell: 430; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,767 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Work around https://bugs.debian.org/645573

Index: haskell-tf-random/tf-random.cabal
===================================================================
--- haskell-tf-random.orig/tf-random.cabal	2015-08-11 10:59:09.670868153 +0200
+++ haskell-tf-random/tf-random.cabal	2015-08-11 10:59:09.666868072 +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@chalmers.se>
+author:              Michal Palka <michal.palka@chalmers.se>
 
 -- An email address to which users can send suggestions, bug reports, and
 -- patches.
-maintainer:          Michał Pałka <michal.palka@chalmers.se>
+maintainer:          Michal Palka <michal.palka@chalmers.se>
 
 -- A copyright notice.
 -- copyright: