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

Clint Adams clint at debian.org
Wed Nov 28 22:46:05 UTC 2012


Wed Nov 28 22:45:53 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: ee3f731edf6aaa364c6791e31377bc9f

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./patches/
    A ./patches/series
    A ./patches/testpath.diff
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Wed Nov 28 22:45:53 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: ee3f731edf6aaa364c6791e31377bc9f
diff -rN -u old-haskell-process-conduit//changelog new-haskell-process-conduit//changelog
--- old-haskell-process-conduit//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-conduit//changelog	2012-11-28 22:46:05.842719802 +0000
@@ -0,0 +1,5 @@
+haskell-process-conduit (0.5.0.4-1) experimental; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Wed, 28 Nov 2012 17:31:05 -0500
diff -rN -u old-haskell-process-conduit//compat new-haskell-process-conduit//compat
--- old-haskell-process-conduit//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-conduit//compat	2012-11-28 22:46:05.842719802 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-process-conduit//control new-haskell-process-conduit//control
--- old-haskell-process-conduit//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-conduit//control	2012-11-28 22:46:05.842719802 +0000
@@ -0,0 +1,74 @@
+Source: haskell-process-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 (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8.13)
+  , ghc
+  , ghc-prof
+  , libghc-conduit-dev (>> 0.5)
+  , libghc-conduit-dev (<< 0.6)
+  , libghc-conduit-prof
+  , libghc-control-monad-loop-dev (>> 0.1)
+  , libghc-control-monad-loop-dev (<< 0.2)
+  , libghc-control-monad-loop-prof
+  , libghc-mtl-dev (>> 2.0)
+  , libghc-mtl-prof
+  , libghc-shakespeare-text-dev (>> 1.0)
+  , libghc-shakespeare-text-prof
+  , ghc-ghci
+  , libghc-text-dev (>> 0.11)
+  , libghc-text-prof
+  , libghc-hspec-dev (>> 1.3)
+Build-Depends-Indep: ghc-doc
+  , libghc-conduit-doc
+  , libghc-control-monad-loop-doc
+  , libghc-mtl-doc
+  , libghc-shakespeare-text-doc
+  , libghc-text-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/process-conduit
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-process-conduit
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-process-conduit
+
+Package: libghc-process-conduit-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: conduits for processes
+ Conduits which pipe data through and from external processes.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-process-conduit-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: conduits for processes; profiling libraries
+ Conduits which pipe data through and from external processes.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-process-conduit-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: conduits for processes; documentation
+ Conduits which pipe data through and from external processes.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-process-conduit//copyright new-haskell-process-conduit//copyright
--- old-haskell-process-conduit//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-conduit//copyright	2012-11-28 22:46:05.842719802 +0000
@@ -0,0 +1,53 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: process-conduit
+Upstream-Contact: Hideyuki Tanaka <tanaka.hideyuki at gmail.com>
+Source: http://hackage.haskell.org/package/process-conduit
+
+Files: *
+Copyright: 2011-2012 Hideyuki Tanaka
+License: BSD3
+
+Files: debian/*
+Copyright: 2012 Clint Adams
+License: ISC
+
+License: BSD3
+ 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 Joseph Adams 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.
+
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for
+ any purpose with or without fee is hereby granted, provided that the
+ above copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY
+ SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff -rN -u old-haskell-process-conduit//patches/series new-haskell-process-conduit//patches/series
--- old-haskell-process-conduit//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-conduit//patches/series	2012-11-28 22:46:05.842719802 +0000
@@ -0,0 +1 @@
+testpath.diff
diff -rN -u old-haskell-process-conduit//patches/testpath.diff new-haskell-process-conduit//patches/testpath.diff
--- old-haskell-process-conduit//patches/testpath.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-conduit//patches/testpath.diff	2012-11-28 22:46:05.846718663 +0000
@@ -0,0 +1,13 @@
+Index: process-conduit-0.5.0.4/process-conduit.cabal
+===================================================================
+--- process-conduit-0.5.0.4.orig/process-conduit.cabal	2012-11-20 12:59:52.000000000 +0000
++++ process-conduit-0.5.0.4/process-conduit.cabal	2012-11-28 22:44:11.445928771 +0000
+@@ -40,7 +40,7 @@
+ 
+ test-suite process-conduit-test
+   type:                exitcode-stdio-1.0
+-  hs-source-dirs:      dist
++  hs-source-dirs:      dist-ghc
+   main-is:             ../test.hs
+   build-depends:       base            == 4.*
+                      , bytestring
diff -rN -u old-haskell-process-conduit//rules new-haskell-process-conduit//rules
--- old-haskell-process-conduit//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-conduit//rules	2012-11-28 22:46:05.846718663 +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-process-conduit//source/format new-haskell-process-conduit//source/format
--- old-haskell-process-conduit//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-conduit//source/format	2012-11-28 22:46:05.846718663 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-process-conduit//watch new-haskell-process-conduit//watch
--- old-haskell-process-conduit//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-process-conduit//watch	2012-11-28 22:46:05.846718663 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|process-conduit-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/process-conduit \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list