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

Clint Adams clint at debian.org
Tue Jun 19 03:19:24 UTC 2012


Tue Jun 19 03:18:36 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 1e59365016d0f8b499f8815703993348

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

Tue Jun 19 03:18:36 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 1e59365016d0f8b499f8815703993348
diff -rN -u old-haskell-filesystem-conduit//changelog new-haskell-filesystem-conduit//changelog
--- old-haskell-filesystem-conduit//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-filesystem-conduit//changelog	2012-06-19 03:19:24.589327940 +0000
@@ -0,0 +1,5 @@
+haskell-filesystem-conduit (0.4.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 18 Jun 2012 16:44:02 -0400
diff -rN -u old-haskell-filesystem-conduit//compat new-haskell-filesystem-conduit//compat
--- old-haskell-filesystem-conduit//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-filesystem-conduit//compat	2012-06-19 03:19:24.589327940 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-filesystem-conduit//control new-haskell-filesystem-conduit//control
--- old-haskell-filesystem-conduit//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-filesystem-conduit//control	2012-06-19 03:19:24.593328219 +0000
@@ -0,0 +1,78 @@
+Source: haskell-filesystem-conduit
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+             , haskell-devscripts (>= 0.8)
+             , cdbs
+             , ghc
+             , ghc-prof
+             , libghc-conduit-dev (>> 0.4)
+             , libghc-conduit-dev (<< 0.5)
+             , libghc-conduit-prof
+             , libghc-system-fileio-dev (>> 0.3.3)
+             , libghc-system-fileio-dev (<< 0.4)
+             , libghc-system-fileio-prof
+             , libghc-system-filepath-dev (>> 0.4.3)
+             , libghc-system-filepath-dev (<< 0.5)
+             , libghc-system-filepath-prof
+             , libghc-text-dev (>> 0.11)
+             , libghc-text-prof
+             , libghc-transformers-dev (>> 0.2.2)
+             , libghc-transformers-dev (<< 0.4)
+             , libghc-transformers-prof
+             , libghc-hspec-dev
+             , libghc-hunit-dev
+             , libghc-quickcheck2-dev
+             , libghc-blaze-builder-dev
+Build-Depends-Indep: ghc-doc
+                   , libghc-conduit-doc
+                   , libghc-system-fileio-doc
+                   , libghc-system-filepath-doc
+                   , libghc-text-doc
+                   , libghc-transformers-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/filesystem-conduit
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-filesystem-conduit
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-filesystem-conduit
+
+Package: libghc-filesystem-conduit-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: use system filepath data types with conduits
+ Provides ability to traverse a folder structure efficiently, as well as
+ convenience wrappers for reading from and writing to files.
+ .
+ This package contains the normal library files.
+
+Package: libghc-filesystem-conduit-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: use system filepath data types with conduits; profiling libraries
+ Provides ability to traverse a folder structure efficiently, as well as
+ convenience wrappers for reading from and writing to files.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-filesystem-conduit-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: use system filepath data types with conduits; documentation
+ Provides ability to traverse a folder structure efficiently, as well as
+ convenience wrappers for reading from and writing to files.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-filesystem-conduit//copyright new-haskell-filesystem-conduit//copyright
--- old-haskell-filesystem-conduit//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-filesystem-conduit//copyright	2012-06-19 03:19:24.593328219 +0000
@@ -0,0 +1,30 @@
+Copyright (c)2011, Michael Snoyman
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+
+    * 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.
+
+    * Neither the name of Michael Snoyman nor the names of other
+      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-filesystem-conduit//rules new-haskell-filesystem-conduit//rules
--- old-haskell-filesystem-conduit//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-filesystem-conduit//rules	2012-06-19 03:19:24.593328219 +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-filesystem-conduit//source/format new-haskell-filesystem-conduit//source/format
--- old-haskell-filesystem-conduit//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-filesystem-conduit//source/format	2012-06-19 03:19:24.605329176 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-filesystem-conduit//watch new-haskell-filesystem-conduit//watch
--- old-haskell-filesystem-conduit//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-filesystem-conduit//watch	2012-06-19 03:19:24.605329176 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|filesystem-conduit-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/filesystem-conduit \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list