[DHG_packages] 01/01: random-source: 0.3.0.6

Clint Adams clint at moszumanska.debian.org
Thu Aug 13 12:08:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 91b6a96cad509add51f618249978c293a5c86668
Author: Clint Adams <clint at debian.org>
Date:   Thu Aug 13 14:08:29 2015 +0200

    random-source: 0.3.0.6
---
 p/haskell-random-source/debian/changelog     |  5 ++
 p/haskell-random-source/debian/compat        |  1 +
 p/haskell-random-source/debian/control       | 84 ++++++++++++++++++++++++++++
 p/haskell-random-source/debian/copyright     | 32 +++++++++++
 p/haskell-random-source/debian/rules         |  6 ++
 p/haskell-random-source/debian/source/format |  1 +
 p/haskell-random-source/debian/watch         |  2 +
 7 files changed, 131 insertions(+)

diff --git a/p/haskell-random-source/debian/changelog b/p/haskell-random-source/debian/changelog
new file mode 100644
index 0000000..b825015
--- /dev/null
+++ b/p/haskell-random-source/debian/changelog
@@ -0,0 +1,5 @@
+haskell-random-source (0.3.0.6-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Thu, 13 Aug 2015 14:03:02 +0200
diff --git a/p/haskell-random-source/debian/compat b/p/haskell-random-source/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-random-source/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-random-source/debian/control b/p/haskell-random-source/debian/control
new file mode 100644
index 0000000..1325237
--- /dev/null
+++ b/p/haskell-random-source/debian/control
@@ -0,0 +1,84 @@
+Source: haskell-random-source
+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 (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-flexible-defaults-dev (>= 0.0.0.2)
+  , libghc-flexible-defaults-prof
+  , libghc-mersenne-random-pure64-dev
+  , libghc-mersenne-random-pure64-prof
+  , libghc-mtl-dev (>= 1)
+  , libghc-mtl-dev (<< 3)
+  , libghc-mtl-prof
+  , libghc-mwc-random-dev
+  , libghc-mwc-random-prof
+  , libghc-random-dev
+  , libghc-random-prof
+  , libghc-stateref-dev (>= 0.3)
+  , libghc-stateref-dev (<< 0.4)
+  , libghc-stateref-prof
+  , libghc-syb-dev
+  , libghc-syb-prof
+  , ghc-ghci
+  , libghc-th-extras-dev
+  , libghc-th-extras-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-flexible-defaults-doc
+  , libghc-mersenne-random-pure64-doc
+  , libghc-mtl-doc
+  , libghc-mwc-random-doc
+  , libghc-random-doc
+  , libghc-stateref-doc
+  , libghc-syb-doc
+  , libghc-th-extras-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/random-source
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-random-source
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-random-source
+X-Description: generic basis for random number generators
+ Random number generation based on entropy sources able to produce a
+ small but well-defined set of primitive variates. Also includes
+ facilities for "completing" partial implementations, making it easy
+ to define new entropy sources in a way that is naturally
+ forward-compatible.
+
+Package: libghc-random-source-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-random-source-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-random-source-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 --git a/p/haskell-random-source/debian/copyright b/p/haskell-random-source/debian/copyright
new file mode 100644
index 0000000..5a74b14
--- /dev/null
+++ b/p/haskell-random-source/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flexible-defaults
+Upstream-Contact: James Cook <mokus at deepbondi.net>
+Source: http://hackage.haskell.org/package/flexible-defaults
+
+Files: *
+Copyright: James Cook
+License: public-domain
+
+Files: debian/*
+Copyright: 2015 Clint Adams
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject
+ to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE 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
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/p/haskell-random-source/debian/rules b/p/haskell-random-source/debian/rules
new file mode 100755
index 0000000..d730346
--- /dev/null
+++ b/p/haskell-random-source/debian/rules
@@ -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 --git a/p/haskell-random-source/debian/source/format b/p/haskell-random-source/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-random-source/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-random-source/debian/watch b/p/haskell-random-source/debian/watch
new file mode 100644
index 0000000..3658582
--- /dev/null
+++ b/p/haskell-random-source/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/random-source/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list