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

Raúl Benencia rul at kalgan.cc
Sun Apr 13 22:55:09 UTC 2014


Sun Apr 13 22:53:42 UTC 2014  Ra[_<U+00FA>_]l Benencia <rul at kalgan.cc>
  * Initial Check-In

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

Sun Apr 13 22:53:42 UTC 2014  Raúl Benencia <rul at kalgan.cc>
  * Initial Check-In
diff -rN -u old-haskell-scientific/changelog new-haskell-scientific/changelog
--- old-haskell-scientific/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scientific/changelog	2014-04-13 22:55:09.501122011 +0000
@@ -0,0 +1,5 @@
+haskell-scientific (0.2.0.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Raúl Benencia <rul at kalgan.cc>  Sun, 13 Apr 2014 19:36:28 -0300
diff -rN -u old-haskell-scientific/compat new-haskell-scientific/compat
--- old-haskell-scientific/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scientific/compat	2014-04-13 22:55:09.501122011 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-scientific/control new-haskell-scientific/control
--- old-haskell-scientific/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scientific/control	2014-04-13 22:55:09.501122011 +0000
@@ -0,0 +1,64 @@
+Source: haskell-scientific
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Raúl Benencia <rul at kalgan.cc>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-text-dev (>= 0.8)
+  , libghc-text-dev (<< 1.2)
+  , libghc-text-prof
+  , libghc-hashable-dev (>= 1.1.2)
+  , libghc-hashable-dev (<< 1.3)
+  , libghc-hashable-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/scientific
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-scientific
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-scientific
+X-Description: scientific notation for floating-point numbers
+ A Scientific number is an arbitrary-precision floating-point number
+ represented using scientific notation.
+ .
+ Its primary use-case is to serve as the target of parsing floating point
+ numbers. Since the textual representation of floating point numbers use
+ scientific notation they can be efficiently parsed to a Scientific number.
+
+Package: libghc-scientific-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-scientific-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-scientific-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 -rN -u old-haskell-scientific/copyright new-haskell-scientific/copyright
--- old-haskell-scientific/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scientific/copyright	2014-04-13 22:55:09.501122011 +0000
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: scientific
+Upstream-Contact: Bas van Dijk <v.dijk.bas at gmail.com>
+Source: http://hackage.haskell.org/package/scientific
+
+Files: *
+Copyright:  2013 Bas van Dijk
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2014 Raúl Benencia
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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.
+ .
+    * Neither the name of Bas van Dijk nor the names of other
+      contributors may be used to endorse or promote products derived
+      from this software without specific prior written permission.
+ .
+ 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 -rN -u old-haskell-scientific/rules new-haskell-scientific/rules
--- old-haskell-scientific/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scientific/rules	2014-04-13 22:55:09.501122011 +0000
@@ -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 -rN -u old-haskell-scientific/source/format new-haskell-scientific/source/format
--- old-haskell-scientific/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scientific/source/format	2014-04-13 22:55:09.501122011 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-scientific/watch new-haskell-scientific/watch
--- old-haskell-scientific/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-scientific/watch	2014-04-13 22:55:09.501122011 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/scientific/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list