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

Clint Adams clint at debian.org
Mon Apr 7 00:35:41 UTC 2014


Mon Apr  7 00:35:20 UTC 2014  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

Mon Apr  7 00:35:20 UTC 2014  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-conduit-extra/changelog new-haskell-conduit-extra/changelog
--- old-haskell-conduit-extra/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-conduit-extra/changelog	2014-04-07 00:35:41.559698837 +0000
@@ -0,0 +1,5 @@
+haskell-conduit-extra (1.1.0-1) unstable; urgency=medium
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 06 Apr 2014 20:17:45 -0400
diff -rN -u old-haskell-conduit-extra/compat new-haskell-conduit-extra/compat
--- old-haskell-conduit-extra/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-conduit-extra/compat	2014-04-07 00:35:41.559698837 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-conduit-extra/control new-haskell-conduit-extra/control
--- old-haskell-conduit-extra/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-conduit-extra/control	2014-04-07 00:35:41.563698839 +0000
@@ -0,0 +1,98 @@
+Source: haskell-conduit-extra
+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-attoparsec-dev (>= 0.10)
+  , libghc-attoparsec-dev (<< 0.12)
+  , libghc-attoparsec-prof
+  , libghc-blaze-builder-dev (>= 0.3)
+  , libghc-blaze-builder-dev (<< 0.4)
+  , libghc-blaze-builder-prof
+  , libghc-conduit-dev (>= 1.1)
+  , libghc-conduit-dev (<< 1.2)
+  , libghc-conduit-prof
+  , libghc-monad-control-dev
+  , libghc-monad-control-prof
+  , libghc-network-dev (>= 2.3)
+  , libghc-network-dev (<< 2.5)
+  , libghc-network-prof
+  , libghc-primitive-dev (>= 0.5)
+  , libghc-primitive-dev (<< 0.6)
+  , libghc-primitive-prof
+  , libghc-resourcet-dev (>= 1.1)
+  , libghc-resourcet-dev (<< 1.2)
+  , libghc-resourcet-prof
+  , libghc-streaming-commons-dev (>= 0.1)
+  , libghc-streaming-commons-dev (<< 0.2)
+  , libghc-streaming-commons-prof
+  , libghc-text-dev
+  , libghc-text-prof
+  , libghc-transformers-dev
+  , libghc-transformers-prof
+  , libghc-transformers-base-dev
+  , libghc-transformers-base-prof
+  , libghc-hspec-dev (>= 1.3)
+Build-Depends-Indep: ghc-doc
+  , libghc-attoparsec-doc
+  , libghc-blaze-builder-doc
+  , libghc-conduit-doc
+  , libghc-monad-control-doc
+  , libghc-network-doc
+  , libghc-primitive-doc
+  , libghc-resourcet-doc
+  , libghc-streaming-commons-doc
+  , libghc-text-doc
+  , libghc-transformers-doc
+  , libghc-transformers-base-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/conduit-extra
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-conduit-extra
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-conduit-extra
+X-Description: batteries-included conduit: adapters for common libraries
+ The conduit package itself maintains relative small dependencies. The
+ purpose of this package is to collect commonly used utility functions
+ wrapping other library dependencies, without depending on
+ heavier-weight dependencies. The basic idea is that this package
+ should only depend on haskell-platform packages and conduit.
+
+Package: libghc-conduit-extra-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-conduit-extra-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-conduit-extra-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-conduit-extra/copyright new-haskell-conduit-extra/copyright
--- old-haskell-conduit-extra/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-conduit-extra/copyright	2014-04-07 00:35:41.563698839 +0000
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: conduit-extra
+Upstream-Contact: Michael Snoyman <michael at snoyman.com>
+Source: http://hackage.haskell.org/package/conduit-extra
+
+Files: *
+Copyright: 2012 Michael Snoyman
+License: Expat
+
+Files: debian/*
+Copyright: 2014 Clint Adams
+License: Expat
+
+Files: Data/Conduit/Attoparsec.h
+       Data/Conduit/Text.hs
+Copyright: 2011 Michael Snoyman
+           2010-2011 John Millikin
+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.
diff -rN -u old-haskell-conduit-extra/rules new-haskell-conduit-extra/rules
--- old-haskell-conduit-extra/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-conduit-extra/rules	2014-04-07 00:35:41.563698839 +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-conduit-extra/source/format new-haskell-conduit-extra/source/format
--- old-haskell-conduit-extra/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-conduit-extra/source/format	2014-04-07 00:35:41.563698839 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-conduit-extra/watch new-haskell-conduit-extra/watch
--- old-haskell-conduit-extra/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-conduit-extra/watch	2014-04-07 00:35:41.563698839 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/conduit-extra/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list