[Pkg-haskell-commits] darcs: haskell-mwc-random: Initial version.

Marco Túlio Gontijo e Silva marcot at debian.org
Fri May 21 14:14:55 UTC 2010


Fri May 21 14:14:22 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * Initial version.
  Ignore-this: 6a1d7dbade514542cc382af3b5dc4011

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Fri May 21 14:14:22 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Initial version.
  Ignore-this: 6a1d7dbade514542cc382af3b5dc4011
diff -rN -u old-haskell-mwc-random/changelog new-haskell-mwc-random/changelog
--- old-haskell-mwc-random/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mwc-random/changelog	2010-05-21 14:14:55.649402304 +0000
@@ -0,0 +1,5 @@
+haskell-foo (0.0.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #582515)
+
+ -- John Maintainer <maintainer at example.com>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-mwc-random/compat new-haskell-mwc-random/compat
--- old-haskell-mwc-random/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mwc-random/compat	2010-05-21 14:14:55.649402304 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-mwc-random/control new-haskell-mwc-random/control
--- old-haskell-mwc-random/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mwc-random/control	2010-05-21 14:14:55.649402304 +0000
@@ -0,0 +1,93 @@
+Source: haskell-mwc-random
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: John Maintainer <maintainer at example.com>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.7)
+  , ghc6
+  , ghc6-prof
+  , libghc6-primitive-dev
+  , libghc6-primitive-prof
+  , libghc6-vector-dev (>= 0.5)
+  , libghc6-vector-prof
+Build-Depends-Indep: ghc6-doc
+  , libghc6-primitive-doc
+  , libghc6-vector-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/mwc-random
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mwc-random
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mwc-random
+
+Package: libghc6-mwc-random-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Fast, high quality pseudo random number generation
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package contains code for generating high quality random numbers that
+ follow either a uniform or normal distribution. The generated numbers are
+ suitable for use in statistical applications.
+ .
+ The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
+ multiply-with-carry generator, which has a period of 2^8222 and fares well in
+ tests of randomness. It is also extremely fast, between 2 and 3 times faster
+ than the Mersenne Twister.
+ .
+ Compared to the mersenne-random package, this package has a more convenient
+ API, is faster, and supports more statistical distributions.
+
+Package: libghc6-mwc-random-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Fast, high quality pseudo random number generation; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package contains code for generating high quality random numbers that
+ follow either a uniform or normal distribution. The generated numbers are
+ suitable for use in statistical applications.
+ .
+ The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
+ multiply-with-carry generator, which has a period of 2^8222 and fares well in
+ tests of randomness. It is also extremely fast, between 2 and 3 times faster
+ than the Mersenne Twister.
+ .
+ Compared to the mersenne-random package, this package has a more convenient
+ API, is faster, and supports more statistical distributions.
+
+Package: libghc6-mwc-random-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Fast, high quality pseudo random number generation; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package contains code for generating high quality random numbers that
+ follow either a uniform or normal distribution. The generated numbers are
+ suitable for use in statistical applications.
+ .
+ The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
+ multiply-with-carry generator, which has a period of 2^8222 and fares well in
+ tests of randomness. It is also extremely fast, between 2 and 3 times faster
+ than the Mersenne Twister.
+ .
+ Compared to the mersenne-random package, this package has a more convenient
+ API, is faster, and supports more statistical distributions.
diff -rN -u old-haskell-mwc-random/copyright new-haskell-mwc-random/copyright
--- old-haskell-mwc-random/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mwc-random/copyright	2010-05-21 14:14:55.645402092 +0000
@@ -0,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: mwc-random
+Maintainer: Bryan O'Sullivan <bos at serpentine.com>
+Source: http://hackage.haskell.org/packages/archive/mwc-random/0.5.0.0/mwc-random-0.5.0.0.tar.gz
+
+Copyright: 2009-2010, Bryan O'Sullivan
+License: BSD3
+ 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.
+
+ 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-mwc-random/rules new-haskell-mwc-random/rules
--- old-haskell-mwc-random/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mwc-random/rules	2010-05-21 14:14:55.645402092 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-mwc-random/source/format new-haskell-mwc-random/source/format
--- old-haskell-mwc-random/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mwc-random/source/format	2010-05-21 14:14:55.645402092 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-mwc-random/watch new-haskell-mwc-random/watch
--- old-haskell-mwc-random/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mwc-random/watch	2010-05-21 14:14:55.645402092 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|mwc-random-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/mwc-random \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list