debian/0000755000000000000000000000000012153450513007165 5ustar debian/copyright0000644000000000000000000000377612036251506011136 0ustar Format-Specification: http://dep.debian.net/deps/dep5 Name: Haskell portable sendfile library Maintainer: Matthew Elder Source: http://hackage.haskell.org/package/sendfile Files: * Copyright: © 2009, Matthew Elder License: BSD 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. * The names of the contributors may not 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 HOLDER 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. Files: debian/* Copyright: © 2010 Giovanni Mascellani License: GPL-3+ The Debian packaging information is under the GPL, version 3 or later. On Debian GNU/Linux systems, the complete text of the GNU General Public License Version 3 can be found in `/usr/share/common-licenses/GPL-3'. debian/watch0000644000000000000000000000033412036251506010217 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|sendfile-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/sendfile \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616317010374 0ustar 9 debian/control0000644000000000000000000000503712150230166010572 0ustar Source: haskell-sendfile Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Giovanni Mascellani Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.15), cdbs, ghc, ghc-prof, libghc-network-dev (>= 2), libghc-network-dev (<< 3), libghc-network-prof Build-Depends-Indep: ghc-doc , libghc-network-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/sendfile Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-sendfile Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-sendfile Package: libghc-sendfile-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell portable sendfile library${haskell:ShortBlurb} This Haskell library exposes zero-copy sendfile functionality in a portable way. sendfile is a non standard system call that copies data between one file descriptor and another. This library uses the native implementations where possible (for example, under Linux or FreeBSD) and provides an Haskell replacement in other cases, thus providing a portable interface. . ${haskell:Blurb} Package: libghc-sendfile-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell portable sendfile library${haskell:ShortBlurb} This Haskell library exposes zero-copy sendfile functionality in a portable way. sendfile is a non standard system call that copies data between one file descriptor and another. This library uses the native implementations where possible (for example, under Linux or FreeBSD) and provides an Haskell replacement in other cases, thus providing a portable interface. . ${haskell:Blurb} Package: libghc-sendfile-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Description: Haskell portable sendfile library${haskell:ShortBlurb} This Haskell library exposes zero-copy sendfile functionality in a portable way. sendfile is a non standard system call that copies data between one file descriptor and another. This library uses the native implementations where possible (for example, under Linux or FreeBSD) and provides an Haskell replacement in other cases, thus providing a portable interface. . ${haskell:Blurb} debian/rules0000755000000000000000000000053112036251506010245 0ustar #!/usr/bin/make -f LFS_CFLAGS := $(shell getconf LFS_CFLAGS) GHC_LFSFLAGS := $(LFS_CFLAGS) $(patsubst %,-optc %,$(LFS_CFLAGS)) DEB_SETUP_GHC_CONFIGURE_ARGS = --hsc2hs-options="$(LFS_CFLAGS)" --gcc-options="$(LFS_CFLAGS)" --ghc-options="$(GHC_LFSFLAGS)" include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000375612153450513011052 0ustar haskell-sendfile (0.7.9-1) unstable; urgency=low * Fix Vcs-Darcs url: http://darcs.debian.org/ instead of http://darcs.debian.org/darcs/ * New upstream release -- Joachim Breitner Tue, 04 Jun 2013 22:42:51 +0200 haskell-sendfile (0.7.7-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:58 +0200 haskell-sendfile (0.7.7-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * New upstream release -- Joachim Breitner Fri, 19 Oct 2012 23:27:08 +0200 haskell-sendfile (0.7.6-2) experimental; urgency=low * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:02:00 +0200 haskell-sendfile (0.7.6-1) unstable; urgency=low * New upstream release * Does not need network-bytestring in portable mode, will make hurd maintainers happy (Closes: #662836) -- Joachim Breitner Fri, 20 Apr 2012 21:36:58 +0200 haskell-sendfile (0.7.4-2) unstable; urgency=low * Copy rules file from haskell-bindings-gpgme to cope with LFS issues. closes: #662835. -- Clint Adams Fri, 16 Mar 2012 09:58:06 -0400 haskell-sendfile (0.7.4-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.3. -- Clint Adams Wed, 29 Feb 2012 16:20:45 -0500 haskell-sendfile (0.7.2-2) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Erik de Castro Lopo ] * New upstream. * debian/control : Standars-Version 3.9.1 (no changes needed). * Remove debian/libghc-sendfile-doc.doc-base. -- Erik de Castro Lopo Sun, 17 Apr 2011 17:07:45 +1000 haskell-sendfile (0.6.1-1) unstable; urgency=low * Initial release. (closes: #583169) -- Giovanni Mascellani Tue, 01 Jun 2010 00:08:44 +0200 debian/source/0000755000000000000000000000000012036251506010466 5ustar debian/source/format0000644000000000000000000000001412036251506011674 0ustar 3.0 (quilt)