debian/0000755000000000000000000000000012274405673007200 5ustar debian/watch0000644000000000000000000000035212131240041010203 0ustar 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)/ debian/rules0000755000000000000000000000020512131240041010227 0ustar #!/usr/bin/make -f DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000500512131240040011104 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: process-conduit Upstream-Contact: Hideyuki Tanaka 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. debian/source/0000755000000000000000000000000012131240041010452 5ustar debian/source/format0000644000000000000000000000001412131240041011660 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012131240041010601 5ustar debian/patches/testpath.diff0000644000000000000000000000107512131240041013272 0ustar 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 debian/patches/series0000644000000000000000000000001612131240040012012 0ustar testpath.diff debian/compat0000644000000000000000000000000212147616300010364 0ustar 9 debian/control0000644000000000000000000000413312147625410010574 0ustar Source: haskell-process-conduit Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-conduit-dev (>> 1.0) , libghc-conduit-dev (<< 1.1) , 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${haskell:ShortBlurb} Conduits which pipe data through and from external processes. . ${haskell:Blurb} 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${haskell:ShortBlurb} Conduits which pipe data through and from external processes. . ${haskell:Blurb} Package: libghc-process-conduit-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: conduits for processes${haskell:ShortBlurb} Conduits which pipe data through and from external processes. . ${haskell:Blurb} debian/changelog0000644000000000000000000000201312274405673011046 0ustar haskell-process-conduit (1.0.0.0-2build3) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Wed, 05 Feb 2014 10:00:27 +0000 haskell-process-conduit (1.0.0.0-2build2) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Thu, 19 Dec 2013 18:13:52 +0000 haskell-process-conduit (1.0.0.0-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 30 May 2013 12:27:19 +0100 haskell-process-conduit (1.0.0.0-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:44 +0200 haskell-process-conduit (1.0.0.0-1) experimental; urgency=low * New upstream release -- Joachim Breitner Wed, 10 Apr 2013 12:34:28 +0200 haskell-process-conduit (0.5.0.4-1) experimental; urgency=low * Initial release. -- Clint Adams Wed, 28 Nov 2012 17:31:05 -0500