[Pkg-haskell-commits] darcs: haskell-monadrandom: Initial Check-In
clint at debian.org
clint at debian.org
Sat Jun 4 01:24:25 UTC 2011
Sat Jun 4 01:24:00 UTC 2011 clint at debian.org
* Initial Check-In
Ignore-this: 301e4bb4cd2f0003e712ecd6e9e97342
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Sat Jun 4 01:24:00 UTC 2011 clint at debian.org
* Initial Check-In
Ignore-this: 301e4bb4cd2f0003e712ecd6e9e97342
diff -rN -u old-haskell-monadrandom//changelog new-haskell-monadrandom//changelog
--- old-haskell-monadrandom//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadrandom//changelog 2011-06-04 01:24:25.220788314 +0000
@@ -0,0 +1,5 @@
+haskell-monadrandom (0.1.6-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Thu, 02 Jun 2011 10:37:55 -0400
diff -rN -u old-haskell-monadrandom//compat new-haskell-monadrandom//compat
--- old-haskell-monadrandom//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadrandom//compat 2011-06-04 01:24:25.220788314 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-monadrandom//control new-haskell-monadrandom//control
--- old-haskell-monadrandom//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadrandom//control 2011-06-04 01:24:25.220788314 +0000
@@ -0,0 +1,57 @@
+Source: haskell-monadrandom
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8)
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/monadrandom
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-monadrandom
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-monadrandom
+
+Package: libghc-monadrandom-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: random-number generation monad
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Support for computations which consume random values.
+
+Package: libghc-monadrandom-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: random-number generation monad; profiling libraries
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Support for computations which consume random values.
+
+Package: libghc-monadrandom-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: random-number generation monad; documentation
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Support for computations which consume random values.
diff -rN -u old-haskell-monadrandom//copyright new-haskell-monadrandom//copyright
--- old-haskell-monadrandom//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadrandom//copyright 2011-06-04 01:24:25.220788314 +0000
@@ -0,0 +1,51 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Thu, 02 Jun 2011 14:37:55 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/monadrandom
+
+Upstream Authors:
+
+ Cale Gibbard, Russell O'Connor, Dan Doel, Remi Turk, Eric Kidd
+
+Copyright:
+
+ 2006-2007 Cale Gibbard
+ 2006 Russell O'Connor, Dan Doel, Remi Turk
+ 2007 Eric Kidd
+
+License:
+
+[This code was originally posted by Cale Gibbard to the Haskell Wiki,
+remnants of which can be seen at:
+
+http://web.archive.org/web/20070615071737/http://haskell.org/hawiki/MonadRandom
+
+This code was relicensed from a 2-clause BSD license to the license below
+by Cale Gibbard's statement at:
+
+http://www.haskell.org/haskellwiki/User:CaleGibbard
+
+The code was then moved to:
+
+http://www.haskell.org/haskellwiki/NewMonads/MonadRandom
+
+New additions by several people were provided under the implicit license at:
+
+http://www.haskell.org/haskellwiki/HaskellWiki:Copyrights
+
+So, in theory, this license should apply to everything in this library.]
+
+Permission is hereby granted, free of charge, to any person obtaining this
+work (the "Work"), to deal in the Work without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Work, and to permit
+persons to whom the Work is furnished to do so.
+
+THE WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE WORK OR THE USE OR OTHER DEALINGS IN
+THE WORK.
diff -rN -u old-haskell-monadrandom//rules new-haskell-monadrandom//rules
--- old-haskell-monadrandom//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadrandom//rules 2011-06-04 01:24:25.220788314 +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-monadrandom//source/format new-haskell-monadrandom//source/format
--- old-haskell-monadrandom//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadrandom//source/format 2011-06-04 01:24:25.220788314 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-monadrandom//watch new-haskell-monadrandom//watch
--- old-haskell-monadrandom//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadrandom//watch 2011-06-04 01:24:25.224796497 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|monadrandom-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/monadrandom \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list