summaryrefslogtreecommitdiff
path: root/p/haskell-hmatrix
diff options
context:
space:
mode:
authorDenis Laxalde <denis@laxalde.org>2013-02-24 16:56:00 +0400
committerDenis Laxalde <denis@laxalde.org>2013-02-24 16:56:00 +0400
commit8b3b4e5d2446b58bf077ec1aa107c6d3be2884d3 (patch)
tree80df8638b8b715aa7761b0b38afd40ec02e1e61f /p/haskell-hmatrix
parentb32b629e9299c1bdfa10449176f27128c1875062 (diff)
downloadDHG_packages-8b3b4e5d2446b58bf077ec1aa107c6d3be2884d3.tar.gz
haskell-hmatrix: Initial Check-In
Diffstat (limited to 'p/haskell-hmatrix')
-rw-r--r--p/haskell-hmatrix/debian/changelog5
-rw-r--r--p/haskell-hmatrix/debian/compat1
-rw-r--r--p/haskell-hmatrix/debian/control68
-rw-r--r--p/haskell-hmatrix/debian/copyright34
-rw-r--r--p/haskell-hmatrix/debian/libghc-hmatrix-dev.examples1
-rwxr-xr-xp/haskell-hmatrix/debian/rules6
-rw-r--r--p/haskell-hmatrix/debian/source/format1
-rw-r--r--p/haskell-hmatrix/debian/watch5
8 files changed, 121 insertions, 0 deletions
diff --git a/p/haskell-hmatrix/debian/changelog b/p/haskell-hmatrix/debian/changelog
new file mode 100644
index 000000000..a447dfdb1
--- /dev/null
+++ b/p/haskell-hmatrix/debian/changelog
@@ -0,0 +1,5 @@
+haskell-hmatrix (0.14.1.0-1) UNRELEASED; urgency=low
+
+ * Initial release (closes: #701041).
+
+ -- Denis Laxalde <denis@laxalde.org> Sun, 24 Feb 2013 13:55:05 +0100
diff --git a/p/haskell-hmatrix/debian/compat b/p/haskell-hmatrix/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-hmatrix/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-hmatrix/debian/control b/p/haskell-hmatrix/debian/control
new file mode 100644
index 000000000..d4328460c
--- /dev/null
+++ b/p/haskell-hmatrix/debian/control
@@ -0,0 +1,68 @@
+Source: haskell-hmatrix
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Denis Laxalde <denis@laxalde.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8)
+ , ghc
+ , ghc-prof
+ , libghc-storable-complex-dev
+ , libghc-storable-complex-prof
+ , libghc-random-dev
+ , libghc-random-prof
+ , libghc-vector-dev (>= 0.8)
+ , libghc-vector-prof
+ , libgsl0-dev
+ , liblapack-dev
+Build-Depends-Indep: ghc-doc
+ , libghc-random-doc
+ , libghc-vector-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/hmatrix
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hmatrix
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hmatrix
+
+Package: libghc-hmatrix-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Linear algebra and numerical computation in Haskell
+ Purely functional interface to basic linear algebra and other numerical
+ computations, internally implemented using GSL, BLAS and LAPACK.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-hmatrix-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Linear algebra and numerical computation in Haskell; profiling libraries
+ Purely functional interface to basic linear algebra and other numerical
+ computations, internally implemented using GSL, BLAS and LAPACK.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling. See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-hmatrix-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Linear algebra and numerical computation in Haskell; documentation
+ Purely functional interface to basic linear algebra and other numerical
+ computations, internally implemented using GSL, BLAS and LAPACK.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff --git a/p/haskell-hmatrix/debian/copyright b/p/haskell-hmatrix/debian/copyright
new file mode 100644
index 000000000..d8a8e4a47
--- /dev/null
+++ b/p/haskell-hmatrix/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hmatrix
+Upstream-Contact: Alberto Ruiz <aruiz@um.es>
+Source: http://hackage.haskell.org/package/hmatrix
+
+Files: *
+Copyright: 2006 Alberto Ruiz
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2013 Denis Laxalde <denis@laxalde.org>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/p/haskell-hmatrix/debian/libghc-hmatrix-dev.examples b/p/haskell-hmatrix/debian/libghc-hmatrix-dev.examples
new file mode 100644
index 000000000..e39721e20
--- /dev/null
+++ b/p/haskell-hmatrix/debian/libghc-hmatrix-dev.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/p/haskell-hmatrix/debian/rules b/p/haskell-hmatrix/debian/rules
new file mode 100755
index 000000000..045895b39
--- /dev/null
+++ b/p/haskell-hmatrix/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+DEB_INSTALL_CHANGELOGS_ALL := CHANGES.md
diff --git a/p/haskell-hmatrix/debian/source/format b/p/haskell-hmatrix/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-hmatrix/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-hmatrix/debian/watch b/p/haskell-hmatrix/debian/watch
new file mode 100644
index 000000000..7a3260308
--- /dev/null
+++ b/p/haskell-hmatrix/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|hmatrix-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/hmatrix \
+ ([\d\.]*\d)/