[Pkg-haskell-commits] darcs: haskell-io-streams: Initial Check-In

Raúl Benencia rul at kalgan.cc
Thu Dec 19 18:51:30 UTC 2013


Thu Dec 19 18:42:01 UTC 2013  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

Thu Dec 19 18:42:01 UTC 2013  Raúl Benencia <rul at kalgan.cc>
  * Initial Check-In
diff -rN -u old-haskell-io-streams/changelog new-haskell-io-streams/changelog
--- old-haskell-io-streams/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-io-streams/changelog	2013-12-19 18:51:30.668040807 +0000
@@ -0,0 +1,5 @@
+haskell-io-streams (1.1.2.2-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Raúl Benencia <rul at kalgan.cc>  Tue, 17 Dec 2013 22:23:30 -0300
diff -rN -u old-haskell-io-streams/compat new-haskell-io-streams/compat
--- old-haskell-io-streams/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-io-streams/compat	2013-12-19 18:51:30.668040807 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-io-streams/control new-haskell-io-streams/control
--- old-haskell-io-streams/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-io-streams/control	2013-12-19 18:51:30.668040807 +0000
@@ -0,0 +1,84 @@
+Source: haskell-io-streams
+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-attoparsec-dev (>= 0.10)
+  , libghc-attoparsec-dev (<< 0.11)
+  , libghc-attoparsec-prof
+  , libghc-blaze-builder-dev (>= 0.3.1)
+  , libghc-blaze-builder-dev (<< 0.4)
+  , libghc-blaze-builder-prof
+  , libghc-network-dev (>= 2.4)
+  , libghc-network-dev (<< 2.5)
+  , libghc-network-prof
+  , libghc-primitive-dev (>= 0.2)
+  , libghc-primitive-dev (<< 0.6)
+  , libghc-text-dev (>= 0.10)
+  , libghc-text-dev (<< 1.1)
+  , libghc-transformers-dev (>= 0.2)
+  , libghc-transformers-dev (<< 0.4)
+  , libghc-transformers-prof
+  , libghc-vector-dev (>= 0.7)
+  , libghc-vector-dev (<< 0.11)
+  , libghc-vector-prof
+  , libghc-zlib-bindings-dev (>= 0.1)
+  , libghc-zlib-bindings-dev (<< 0.2)
+  , libghc-zlib-bindings-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/io-streams
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-io-streams
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-io-streams
+X-Description: simple, composable, and easy-to-use stream IO
+ io-streams library comes with functions to use files, handles, concurrent
+ channels, sockets, lists, vectors, and more as streams. It also has a
+ variety of combinators for wrapping and transforming streams, including
+ compression and decompression using zlib, controlling precisely how many
+ bytes are read from or written to a stream, buffering output using
+ bytestring builders, folds, maps, filters, zips, etc.
+ .
+ io-streams library provides support for parsing from streams using
+ attoparsec, and for spawning processes and communicating with them using
+ streams.
+
+Package: libghc-io-streams-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-io-streams-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-io-streams-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-io-streams/copyright new-haskell-io-streams/copyright
--- old-haskell-io-streams/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-io-streams/copyright	2013-12-19 18:51:30.668040807 +0000
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: io-streams
+Upstream-Contact: Gregory Collins <greg at gregorycollins.net>
+Source: http://hackage.haskell.org/package/io-streams
+
+Files: *
+Copyright: 2012 Google, Inc.
+           2012 Erudify AG
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2013 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:
+ 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. None of the names of the copyright holders 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 ``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 HOLDERS 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-io-streams/rules new-haskell-io-streams/rules
--- old-haskell-io-streams/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-io-streams/rules	2013-12-19 18:51:30.668040807 +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-io-streams/source/format new-haskell-io-streams/source/format
--- old-haskell-io-streams/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-io-streams/source/format	2013-12-19 18:51:30.668040807 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-io-streams/watch new-haskell-io-streams/watch
--- old-haskell-io-streams/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-io-streams/watch	2013-12-19 18:51:30.668040807 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/io-streams/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list