summaryrefslogtreecommitdiff
path: root/p/haskell-statistics/debian
diff options
context:
space:
mode:
authorMarco Túlio Gontijo e Silva <marcot@debian.org>2010-05-21 23:09:12 +0400
committer=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=>2010-05-21 23:09:12 +0400
commit82e6924b53a282a1b45c9ad268832eea75e86fc8 (patch)
tree9b60ef15b34effbe0cdc0f799face8ee7b2c02dd /p/haskell-statistics/debian
parent284c8195eca242fb2603fad6f689a95b542c4584 (diff)
downloadDHG_packages-82e6924b53a282a1b45c9ad268832eea75e86fc8.tar.gz
haskell-statistics: Initial version.
Diffstat (limited to 'p/haskell-statistics/debian')
-rw-r--r--p/haskell-statistics/debian/changelog5
-rw-r--r--p/haskell-statistics/debian/compat1
-rw-r--r--p/haskell-statistics/debian/control114
-rw-r--r--p/haskell-statistics/debian/copyright28
-rwxr-xr-xp/haskell-statistics/debian/rules4
-rw-r--r--p/haskell-statistics/debian/source/format1
-rw-r--r--p/haskell-statistics/debian/watch5
7 files changed, 158 insertions, 0 deletions
diff --git a/p/haskell-statistics/debian/changelog b/p/haskell-statistics/debian/changelog
new file mode 100644
index 000000000..534a7d0f3
--- /dev/null
+++ b/p/haskell-statistics/debian/changelog
@@ -0,0 +1,5 @@
+haskell-statistics (0.5.1.0-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #582552)
+
+ -- Marco Túlio Gontijo e Silva <marcot@debian.org> Fri, 21 May 2010 16:05:38 -0300
diff --git a/p/haskell-statistics/debian/compat b/p/haskell-statistics/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-statistics/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-statistics/debian/control b/p/haskell-statistics/debian/control
new file mode 100644
index 000000000..dcc31a37d
--- /dev/null
+++ b/p/haskell-statistics/debian/control
@@ -0,0 +1,114 @@
+Source: haskell-statistics
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.7)
+ , ghc6
+ , ghc6-prof
+ , libghc6-erf-dev
+ , libghc6-erf-prof
+ , libghc6-mwc-random-dev (>= 0.5.0.0)
+ , libghc6-mwc-random-prof
+ , libghc6-primitive-dev
+ , libghc6-primitive-prof
+ , libghc6-vector-dev (>= 0.5)
+ , libghc6-vector-prof
+ , libghc6-vector-algorithms-dev (>= 0.3)
+ , libghc6-vector-algorithms-prof
+Build-Depends-Indep: ghc6-doc
+ , libghc6-erf-doc
+ , libghc6-mwc-random-doc
+ , libghc6-primitive-doc
+ , libghc6-vector-doc
+ , libghc6-vector-algorithms-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/statistics
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-statistics
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-statistics
+
+Package: libghc6-statistics-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: A library of statistical types, data, and functions
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library provides a number of common functions and types useful
+ in statistics. Our focus is on high performance, numerical
+ robustness, and use of good algorithms. Where possible, we provide
+ references to the statistical literature.
+ .
+ The library's facilities can be divided into three broad categories:
+ .
+ Working with widely used discrete and continuous probability
+ distributions. (There are dozens of exotic distributions in use; we
+ focus on the most common.)
+ .
+ Computing with sample data: quantile estimation, kernel density
+ estimation, bootstrap methods, and autocorrelation analysis.
+ .
+ Random variate generation under several different distributions.
+
+Package: libghc6-statistics-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: A library of statistical types, data, and functions; 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 library provides a number of common functions and types useful
+ in statistics. Our focus is on high performance, numerical
+ robustness, and use of good algorithms. Where possible, we provide
+ references to the statistical literature.
+ .
+ The library's facilities can be divided into three broad categories:
+ .
+ Working with widely used discrete and continuous probability
+ distributions. (There are dozens of exotic distributions in use; we
+ focus on the most common.)
+ .
+ Computing with sample data: quantile estimation, kernel density
+ estimation, bootstrap methods, and autocorrelation analysis.
+ .
+ Random variate generation under several different distributions.
+
+Package: libghc6-statistics-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: A library of statistical types, data, and functions; 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 library provides a number of common functions and types useful
+ in statistics. Our focus is on high performance, numerical
+ robustness, and use of good algorithms. Where possible, we provide
+ references to the statistical literature.
+ .
+ The library's facilities can be divided into three broad categories:
+ .
+ Working with widely used discrete and continuous probability
+ distributions. (There are dozens of exotic distributions in use; we
+ focus on the most common.)
+ .
+ Computing with sample data: quantile estimation, kernel density
+ estimation, bootstrap methods, and autocorrelation analysis.
+ .
+ Random variate generation under several different distributions.
diff --git a/p/haskell-statistics/debian/copyright b/p/haskell-statistics/debian/copyright
new file mode 100644
index 000000000..0e6f049be
--- /dev/null
+++ b/p/haskell-statistics/debian/copyright
@@ -0,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: statistics
+Maintainer: Bryan O'Sullivan <bos@serpentine.com>
+Source: http://hackage.haskell.org/packages/archive/statistics/0.5.1.0/statistics-0.5.1.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 --git a/p/haskell-statistics/debian/rules b/p/haskell-statistics/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-statistics/debian/rules
@@ -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 --git a/p/haskell-statistics/debian/source/format b/p/haskell-statistics/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-statistics/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-statistics/debian/watch b/p/haskell-statistics/debian/watch
new file mode 100644
index 000000000..00787fe15
--- /dev/null
+++ b/p/haskell-statistics/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|statistics-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/statistics \
+ ([\d\.]*\d)/