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

Clint Adams clint at debian.org
Sun Feb 15 16:13:11 UTC 2015


Sun Feb 15 16:12:53 UTC 2015  Clint Adams <clint at debian.org>
  * Initial Check-In

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

Sun Feb 15 16:12:53 UTC 2015  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-binary-conduit/changelog new-haskell-binary-conduit/changelog
--- old-haskell-binary-conduit/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-binary-conduit/changelog	2015-02-15 16:13:11.760825409 +0000
@@ -0,0 +1,5 @@
+haskell-binary-conduit (1.2.3-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 15 Feb 2015 09:44:27 -0500
diff -rN -u old-haskell-binary-conduit/compat new-haskell-binary-conduit/compat
--- old-haskell-binary-conduit/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-binary-conduit/compat	2015-02-15 16:13:11.760825409 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-binary-conduit/control new-haskell-binary-conduit/control
--- old-haskell-binary-conduit/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-binary-conduit/control	2015-02-15 16:13:11.760825409 +0000
@@ -0,0 +1,69 @@
+Source: haskell-binary-conduit
+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 (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-binary-dev (>= 0.6)
+  , libghc-binary-dev (<< 0.8)
+  , libghc-binary-prof (>= 0.6)
+  , libghc-conduit-dev (>= 1.1)
+  , libghc-conduit-dev (<< 1.3)
+  , libghc-conduit-prof
+  , libghc-resourcet-dev (>= 1.1)
+  , libghc-resourcet-prof
+  , libghc-vector-dev (>= 0.10)
+  , libghc-vector-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-binary-doc
+  , libghc-conduit-doc
+  , libghc-resourcet-doc
+  , libghc-vector-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/binary-conduit
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-binary-conduit
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-binary-conduit
+X-Description: data serialization/deserialization conduit library
+ Allow binary serialization using iterative conduit interface.
+ .
+ See libghc-binary-dev and libghc-conduit-dev for more information.
+
+Package: libghc-binary-conduit-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-binary-conduit-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-binary-conduit-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-binary-conduit/copyright new-haskell-binary-conduit/copyright
--- old-haskell-binary-conduit/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-binary-conduit/copyright	2015-02-15 16:13:11.760825409 +0000
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: binary-conduit
+Upstream-Contact: Alexander Vershilov <alexander.vershilov at gmail.com>
+Source: http://hackage.haskell.org/package/binary-conduit
+
+Files: *
+Copyright: 2013 Alexander Vershilov
+License: Expat
+
+Files: debian/*
+Copyright: 2015 Clint Adams
+License: Expat
+
+License: Expat
+ 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.
+ .
+ [Except as contained in this notice, the name of <copyright holders>
+ shall not be used in advertising or otherwise to promote the sale, use
+ or other dealings in this Software without prior written authorization
+ from <copyright holders>.]
diff -rN -u old-haskell-binary-conduit/rules new-haskell-binary-conduit/rules
--- old-haskell-binary-conduit/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-binary-conduit/rules	2015-02-15 16:13:11.760825409 +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-binary-conduit/source/format new-haskell-binary-conduit/source/format
--- old-haskell-binary-conduit/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-binary-conduit/source/format	2015-02-15 16:13:11.764825413 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-binary-conduit/watch new-haskell-binary-conduit/watch
--- old-haskell-binary-conduit/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-binary-conduit/watch	2015-02-15 16:13:11.764825413 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/binary-conduit/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list