[Pkg-haskell-commits] darcs: haskell-tf-random: Initial check-in
Joachim Breitner
mail at joachim-breitner.de
Sat Jul 26 13:30:47 UTC 2014
Sat Jul 26 13:30:38 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Sat Jul 26 13:30:38 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
diff -rN -u old-haskell-tf-random/changelog new-haskell-tf-random/changelog
--- old-haskell-tf-random/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tf-random/changelog 2014-07-26 13:30:46.907435468 +0000
@@ -0,0 +1,5 @@
+haskell-tf-random (0.5-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org> Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-tf-random/compat new-haskell-tf-random/compat
--- old-haskell-tf-random/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tf-random/compat 2014-07-26 13:30:46.907435468 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-tf-random/control new-haskell-tf-random/control
--- old-haskell-tf-random/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tf-random/control 2014-07-26 13:30:46.907435468 +0000
@@ -0,0 +1,81 @@
+Source: haskell-tf-random
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-random-dev
+ , libghc-random-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-random-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/tf-random
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tf-random
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-tf-random
+X-Description: High-quality splittable pseudorandom number generator
+ 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.
+ .
+ The package provides the following:
+ .
+ * A splittable PRNG that implements the standard System.Random.RandomGen class.
+ .
+ * The generator also implements an alternative version of the
+ System.Random.TF.Gen.RandomGen class (exported from System.Random.TF.Gen),
+ which requires the generator to return pseudorandom integers from the full
+ 32-bit range, and contains an n-way split function.
+ .
+ * An alternative version of the Random class is provided, which is linked to
+ the new RandomGen class, together with Random instances for some integral
+ types.
+ .
+ * Two functions for initialising the generator with a non-deterministic
+ seed: one using the system time, and one using the /dev/urandom UNIX
+ special file.
+ .
+ Please note that even though the generator provides very high-quality
+ pseudorandom numbers, it has not been designed with cryptographic applications
+ in mind.
+
+Package: libghc-tf-random-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-tf-random-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-tf-random-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-tf-random/copyright new-haskell-tf-random/copyright
--- old-haskell-tf-random/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tf-random/copyright 2014-07-26 13:30:46.907435468 +0000
@@ -0,0 +1,71 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tf-random
+Upstream-Contact: MichaÅ PaÅka <michal.palka at chalmers.se>
+Source: http://hackage.haskell.org/package/tf-random
+
+Files: *
+Copyright: 2012-2013, MichaÅ PaÅka
+License: tf-random license
+
+File: cbits/brg_types.h
+Copyright: 1998-2006, Brian Gladman
+License:
+ The free distribution and use of this software in both source and binary
+ form is allowed (with or without changes) provided that:
+ .
+ 1. distributions of this source code include the above copyright
+ notice, this list of conditions and the following disclaimer;
+ .
+ 2. distributions in binary form include the above copyright
+ notice, this list of conditions and the following disclaimer
+ in the documentation and/or other associated materials;
+ .
+ 3. the copyright holder's name is not used to endorse products
+ built using this software without specific written permission.
+
+
+Files: cbits/*
+Comment:
+ This code is extracted, with some simplifications, from the Skein
+ team submission for the NIST SHA-3 competition. Original authorship is
+ stated below.
+ .
+ Implementation of the Skein block functions.
+ .
+ Source code author: Doug Whiting, 2008.
+ .
+ This algorithm and source code is released to the public domain.
+
+Files: debian/*
+Copyright: 2014 Joachim Breitner
+License: tf-random license
+
+License: tf-random license
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ .
+ * The names of the authors may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff -rN -u old-haskell-tf-random/rules new-haskell-tf-random/rules
--- old-haskell-tf-random/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tf-random/rules 2014-07-26 13:30:46.907435468 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-tf-random/source/format new-haskell-tf-random/source/format
--- old-haskell-tf-random/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tf-random/source/format 2014-07-26 13:30:46.907435468 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-tf-random/watch new-haskell-tf-random/watch
--- old-haskell-tf-random/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tf-random/watch 2014-07-26 13:30:46.911435465 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/tf-random/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list