[Pkg-haskell-commits] darcs: haskell-data-binary-ieee754: Initial Check-In

clint at debian.org clint at debian.org
Sat Sep 10 18:38:05 UTC 2011


Sat Sep 10 18:37:01 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 606dfe59ecfacb41a3f620f659ab5148

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

Sat Sep 10 18:37:01 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 606dfe59ecfacb41a3f620f659ab5148
diff -rN -u old-haskell-data-binary-ieee754//changelog new-haskell-data-binary-ieee754//changelog
--- old-haskell-data-binary-ieee754//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-binary-ieee754//changelog	2011-09-10 18:38:05.245147798 +0000
@@ -0,0 +1,5 @@
+haskell-data-binary-ieee754 (0.4.2.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sat, 10 Sep 2011 11:30:18 -0400
diff -rN -u old-haskell-data-binary-ieee754//compat new-haskell-data-binary-ieee754//compat
--- old-haskell-data-binary-ieee754//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-binary-ieee754//compat	2011-09-10 18:38:05.245147798 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-data-binary-ieee754//control new-haskell-data-binary-ieee754//control
--- old-haskell-data-binary-ieee754//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-binary-ieee754//control	2011-09-10 18:38:05.245147798 +0000
@@ -0,0 +1,60 @@
+Source: haskell-data-binary-ieee754
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-binary-dev (>> 0.4)
+  , libghc-binary-dev (<< 0.6)
+  , libghc-binary-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-binary-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/data-binary-ieee754
+Vcs-Git: git://git.debian.org/collab-maint/haskell-data-binary-ieee754.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-data-binary-ieee754.git;a=summary
+
+Package: libghc-data-binary-ieee754-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: parser/serialiser for IEEE-754 floating-point values
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It converts Float and Decimal values to and from raw octets.
+
+Package: libghc-data-binary-ieee754-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: parser/serialiser for IEEE-754 floating-point values; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It converts Float and Decimal values to and from raw octets.
+
+Package: libghc-data-binary-ieee754-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: parser/serialiser for IEEE-754 floating-point values; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It converts Float and Decimal values to and from raw octets.
diff -rN -u old-haskell-data-binary-ieee754//copyright new-haskell-data-binary-ieee754//copyright
--- old-haskell-data-binary-ieee754//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-binary-ieee754//copyright	2011-09-10 18:38:05.245147798 +0000
@@ -0,0 +1,36 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Sat, 10 Sep 2011 15:30:18 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/data-binary-ieee754
+
+Upstream Author:
+
+    John Millikin <jmillikin at gmail.com>
+
+Copyright:
+
+    2010 John Millikin
+
+License:
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
diff -rN -u old-haskell-data-binary-ieee754//rules new-haskell-data-binary-ieee754//rules
--- old-haskell-data-binary-ieee754//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-binary-ieee754//rules	2011-09-10 18:38:05.245147798 +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-data-binary-ieee754//source/format new-haskell-data-binary-ieee754//source/format
--- old-haskell-data-binary-ieee754//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-binary-ieee754//source/format	2011-09-10 18:38:05.249148109 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-data-binary-ieee754//watch new-haskell-data-binary-ieee754//watch
--- old-haskell-data-binary-ieee754//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-data-binary-ieee754//watch	2011-09-10 18:38:05.249148109 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|data-binary-ieee754-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/data-binary-ieee754 \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list