[Pkg-haskell-commits] darcs: haskell-numeric-quest: Initial commit.

Iulian Udrea iulian at linux.com
Wed Aug 31 17:11:55 UTC 2011


Wed Aug 31 17:10:31 UTC 2011  Iulian Udrea <iulian at linux.com>
  * Initial commit.
  Ignore-this: 2a562c98c364743f0498b000e1e82178

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Wed Aug 31 17:10:31 UTC 2011  Iulian Udrea <iulian at linux.com>
  * Initial commit.
  Ignore-this: 2a562c98c364743f0498b000e1e82178
diff -rN -u old-haskell-numeric-quest//changelog new-haskell-numeric-quest//changelog
--- old-haskell-numeric-quest//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numeric-quest//changelog	2011-08-31 17:11:54.878053807 +0000
@@ -0,0 +1,5 @@
+haskell-numeric-quest (0.1.1.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Iulian Udrea <iulian at linux.com>  Wed, 31 Aug 2011 06:50:45 +0100
diff -rN -u old-haskell-numeric-quest//compat new-haskell-numeric-quest//compat
--- old-haskell-numeric-quest//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numeric-quest//compat	2011-08-31 17:11:54.878053807 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-numeric-quest//control new-haskell-numeric-quest//control
--- old-haskell-numeric-quest//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numeric-quest//control	2011-08-31 17:11:54.878053807 +0000
@@ -0,0 +1,59 @@
+Source: haskell-numeric-quest
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Iulian Udrea <iulian at linux.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7),
+               cdbs, 
+               haskell-devscripts (>= 0.8), 
+               ghc, 
+               ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/numeric-quest
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-numeric-quest
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-numeric-quest
+
+Package: libghc-numeric-quest-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Mathematics and Quantum Mechanics
+ List based linear algebra, similtaneous linear equations, eigenvalues and 
+ eigenvectors, roots of polynomials, transcendent functions with arbitrary 
+ precision implemented by continued fractions, quantum operations, tensors
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-numeric-quest-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Mathematics and Quantum Mechanics; profiling data
+ List based linear algebra, similtaneous linear equations, eigenvalues and 
+ eigenvectors, roots of polynomials, transcendent functions with arbitrary 
+ precision implemented by continued fractions, quantum operations, tensors
+ .
+ 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-numeric-quest-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Mathematics and Quantum Mechanics; documentation
+ List based linear algebra, similtaneous linear equations, eigenvalues and 
+ eigenvectors, roots of polynomials, transcendent functions with arbitrary 
+ precision implemented by continued fractions, quantum operations, tensors
+ .
+ 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-numeric-quest//copyright new-haskell-numeric-quest//copyright
--- old-haskell-numeric-quest//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numeric-quest//copyright	2011-08-31 17:11:54.882055850 +0000
@@ -0,0 +1,20 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: numeric-quest
+Maintainer: Henning Thielemann <numeric-quest at henning-thielemann.de>
+Source: http://hackage.haskell.org/package/numeric-quest
+
+Copyright: (C) 1998-2001 Numeric Quest, All rights reserved
+License: GPL-3+
+ .
+ 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 3 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 program.  If not, see <http://www.gnu.org/licenses/>.
diff -rN -u old-haskell-numeric-quest//rules new-haskell-numeric-quest//rules
--- old-haskell-numeric-quest//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numeric-quest//rules	2011-08-31 17:11:54.882055850 +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-numeric-quest//source/format new-haskell-numeric-quest//source/format
--- old-haskell-numeric-quest//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numeric-quest//source/format	2011-08-31 17:11:54.882055850 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-numeric-quest//watch new-haskell-numeric-quest//watch
--- old-haskell-numeric-quest//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numeric-quest//watch	2011-08-31 17:11:54.882055850 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|numeric-quest-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/numeric-quest \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list