[Pkg-haskell-commits] darcs: haskell-intervals: Initial release

Joachim Breitner mail at joachim-breitner.de
Sun Nov 24 14:46:14 UTC 2013


Sun Nov 24 14:46:01 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial release

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

Sun Nov 24 14:46:01 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial release
diff -rN -u old-haskell-intervals/changelog new-haskell-intervals/changelog
--- old-haskell-intervals/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-intervals/changelog	2013-11-24 14:46:14.266345775 +0000
@@ -0,0 +1,5 @@
+haskell-intervals (0.2.2.1-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-intervals/compat new-haskell-intervals/compat
--- old-haskell-intervals/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-intervals/compat	2013-11-24 14:46:14.266345775 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-intervals/control new-haskell-intervals/control
--- old-haskell-intervals/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-intervals/control	2013-11-24 14:46:14.266345775 +0000
@@ -0,0 +1,65 @@
+Source: haskell-intervals
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+# Make sure all dependencies listed in the cabal file are represented here,
+# including their version bounds. It is sufficient to add the bounds to the
+# -dev package only.
+  , libghc-numeric-extras-dev (>= 0.0.1)
+  , libghc-numeric-extras-dev (<< 0.1)
+  , libghc-numeric-extras-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-numeric-extras-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/intervals
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-intervals
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-intervals
+X-Description: A Haskell type for intervals
+  A Numeric.Interval.Interval is a closed, convex set of floating point values.
+  .
+  This package does not control the rounding mode of the end points of the
+  interval when using floating point arithmetic, so be aware that in order to
+  get precise containment of the result, you will need to use an underlying
+  type with both lower and upper bounds like CReal.
+
+Package: libghc-intervals-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-intervals-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-intervals-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-intervals/copyright new-haskell-intervals/copyright
--- old-haskell-intervals/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-intervals/copyright	2013-11-24 14:46:14.266345775 +0000
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: intervals
+Upstream-Contact: Edward Kmett <ekmett at gmail.com>
+Source: http://hackage.haskell.org/package/intervals
+
+Files: *
+Copyright: 2010, Edward Kmett
+License: intervals license
+
+Files: debian/*
+Copyright: 2013 Joachim Breitner
+License: intervals license
+
+License: intervals license
+ All rights reserved.
+ .
+ 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 Edward Kmett 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-intervals/rules new-haskell-intervals/rules
--- old-haskell-intervals/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-intervals/rules	2013-11-24 14:46:14.266345775 +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-intervals/source/format new-haskell-intervals/source/format
--- old-haskell-intervals/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-intervals/source/format	2013-11-24 14:46:14.266345775 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-intervals/watch new-haskell-intervals/watch
--- old-haskell-intervals/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-intervals/watch	2013-11-24 14:46:14.266345775 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/intervals/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list