[Pkg-haskell-commits] darcs: haskell-double-conversion: Initial Check-In
Dmitry Bogatov
KAction at gnu.org
Sun Jan 18 02:49:02 UTC 2015
Sun Jan 18 02:47:20 UTC 2015 Dmitry Bogatov <KAction at gnu.org>
* Initial Check-In
A ./changelog
A ./compat
A ./control
A ./copyright
A ./patches/
A ./patches/series
A ./patches/use-system-libdouble-conversion.patch
A ./rules
A ./source/
A ./source/format
A ./watch
Sun Jan 18 02:47:20 UTC 2015 Dmitry Bogatov <KAction at gnu.org>
* Initial Check-In
diff -rN -u old-haskell-double-conversion/changelog new-haskell-double-conversion/changelog
--- old-haskell-double-conversion/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-double-conversion/changelog 2015-01-18 02:49:01.985603613 +0000
@@ -0,0 +1,5 @@
+haskell-double-conversion (2.0.1.0-1) experimental; urgency=low
+
+ * Initial release (Closes: #775577)
+
+ -- Dmitry Bogatov <KAction at gnu.org> Sat, 17 Jan 2015 17:25:23 +0300
diff -rN -u old-haskell-double-conversion/compat new-haskell-double-conversion/compat
--- old-haskell-double-conversion/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-double-conversion/compat 2015-01-18 02:49:01.989603612 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-double-conversion/control new-haskell-double-conversion/control
--- old-haskell-double-conversion/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-double-conversion/control 2015-01-18 02:49:01.989603612 +0000
@@ -0,0 +1,63 @@
+Source: haskell-double-conversion
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Dmitry Bogatov <KAction at gnu.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9.0),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-text-dev (>= 0.11.0.8),
+ libghc-text-prof,
+ libdouble-conversion-dev
+Build-Depends-Indep: ghc-doc,
+ libghc-text-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/double-conversion
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-double-conversion
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-double-conversion
+X-Description: Conversion between double floats and text
+ Library that performs fast, accurate conversion between double
+ precision floating point and text via C++ bindings to
+ `double-conversion` library.
+
+Package: libghc-double-conversion-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-double-conversion-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-double-conversion-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-double-conversion/copyright new-haskell-double-conversion/copyright
--- old-haskell-double-conversion/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-double-conversion/copyright 2015-01-18 02:49:01.989603612 +0000
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: double-conversion
+Upstream-Contact: Bryan O'Sullivan <bos at serpentine.com>
+Source: https://hackage.haskell.org/package/double-conversion
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+Files: *
+Copyright: 2011 MailRank, Inc.
+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:
+ .
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. Neither the name of cligh nor the names of its 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-double-conversion/patches/series new-haskell-double-conversion/patches/series
--- old-haskell-double-conversion/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-double-conversion/patches/series 2015-01-18 02:49:01.989603612 +0000
@@ -0,0 +1 @@
+use-system-libdouble-conversion.patch
diff -rN -u old-haskell-double-conversion/patches/use-system-libdouble-conversion.patch new-haskell-double-conversion/patches/use-system-libdouble-conversion.patch
--- old-haskell-double-conversion/patches/use-system-libdouble-conversion.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-double-conversion/patches/use-system-libdouble-conversion.patch 2015-01-18 02:49:01.989603612 +0000
@@ -0,0 +1,20 @@
+--- a/double-conversion.cabal
++++ b/double-conversion.cabal
+@@ -62,16 +62,8 @@ flag developer
+ library
+ c-sources:
+ cbits/hs-double-conversion.cc
+- double-conversion/src/bignum.cc
+- double-conversion/src/bignum-dtoa.cc
+- double-conversion/src/cached-powers.cc
+- double-conversion/src/diy-fp.cc
+- double-conversion/src/double-conversion.cc
+- double-conversion/src/fast-dtoa.cc
+- double-conversion/src/fixed-dtoa.cc
+- double-conversion/src/strtod.cc
+
+- extra-libraries: stdc++
++ extra-libraries: stdc++ double-conversion
+
+ include-dirs:
+ double-conversion/src
diff -rN -u old-haskell-double-conversion/rules new-haskell-double-conversion/rules
--- old-haskell-double-conversion/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-double-conversion/rules 2015-01-18 02:49:01.989603612 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = double-conversion
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-double-conversion/source/format new-haskell-double-conversion/source/format
--- old-haskell-double-conversion/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-double-conversion/source/format 2015-01-18 02:49:01.989603612 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-double-conversion/watch new-haskell-double-conversion/watch
--- old-haskell-double-conversion/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-double-conversion/watch 2015-01-18 02:49:01.989603612 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/double-conversion/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list