[Pkg-haskell-commits] darcs: haskell-hmatrix: Initial Check-In

Denis Laxalde denis at laxalde.org
Sun Feb 24 13:15:50 UTC 2013


Sun Feb 24 12:56:00 UTC 2013  Denis Laxalde <denis at laxalde.org>
  * Initial Check-In
  Ignore-this: 5615cd2807cdf1b08f570438cbfa84f0

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc-hmatrix-dev.examples
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sun Feb 24 12:56:00 UTC 2013  Denis Laxalde <denis at laxalde.org>
  * Initial Check-In
  Ignore-this: 5615cd2807cdf1b08f570438cbfa84f0
diff -rN -u old-haskell-hmatrix//changelog new-haskell-hmatrix//changelog
--- old-haskell-hmatrix//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hmatrix//changelog	2013-02-24 13:15:50.323718818 +0000
@@ -0,0 +1,5 @@
+haskell-hmatrix (0.14.1.0-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #701041).
+
+ -- Denis Laxalde <denis at laxalde.org>  Sun, 24 Feb 2013 13:55:05 +0100
diff -rN -u old-haskell-hmatrix//compat new-haskell-hmatrix//compat
--- old-haskell-hmatrix//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hmatrix//compat	2013-02-24 13:15:50.327718920 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-hmatrix//control new-haskell-hmatrix//control
--- old-haskell-hmatrix//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hmatrix//control	2013-02-24 13:15:50.327718920 +0000
@@ -0,0 +1,68 @@
+Source: haskell-hmatrix
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Denis Laxalde <denis at 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 -rN -u old-haskell-hmatrix//copyright new-haskell-hmatrix//copyright
--- old-haskell-hmatrix//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hmatrix//copyright	2013-02-24 13:15:50.327718920 +0000
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hmatrix
+Upstream-Contact: Alberto Ruiz <aruiz at um.es>
+Source: http://hackage.haskell.org/package/hmatrix
+
+Files: *
+Copyright: 2006 Alberto Ruiz
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2013 Denis Laxalde <denis at 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 -rN -u old-haskell-hmatrix//libghc-hmatrix-dev.examples new-haskell-hmatrix//libghc-hmatrix-dev.examples
--- old-haskell-hmatrix//libghc-hmatrix-dev.examples	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hmatrix//libghc-hmatrix-dev.examples	2013-02-24 13:15:50.327718920 +0000
@@ -0,0 +1 @@
+examples/*
diff -rN -u old-haskell-hmatrix//rules new-haskell-hmatrix//rules
--- old-haskell-hmatrix//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hmatrix//rules	2013-02-24 13:15:50.327718920 +0000
@@ -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 -rN -u old-haskell-hmatrix//source/format new-haskell-hmatrix//source/format
--- old-haskell-hmatrix//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hmatrix//source/format	2013-02-24 13:15:50.327718920 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-hmatrix//watch new-haskell-hmatrix//watch
--- old-haskell-hmatrix//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hmatrix//watch	2013-02-24 13:15:50.327718920 +0000
@@ -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)/





More information about the Pkg-haskell-commits mailing list