debian/0000775000000000000000000000000012323007346007170 5ustar debian/copyright0000664000000000000000000000321411775031251011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pysendfile Source: http://code.google.com/p/pysendfile/ Files: * Copyright: 2005-2008 Ben Woolley 2008-2009 Niklas Edmundsson 2009-2012 Giampaolo Rodola' License: MIT License: MIT This software is distributed under the MIT license reproduced below: . Original author: Copyright (C) 2005-2008 Ben Woolley . AIX support code by: Copyright (C) 2008-2009 Niklas Edmundsson . Rewritten from scratch and maintained by: Copyright (C) 2009-2012 Giampaolo Rodola' . Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Giampaolo Rodola' not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. . Ben Woolley, Niklas Edmundsson and Giampaolo Rodola' DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT Giampaolo Rodola' BE LIABLE FOR ANY SPECIAL, 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/rules0000775000000000000000000000005511723626254010260 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/compat0000664000000000000000000000000211723625171010373 0ustar 7 debian/changelog0000664000000000000000000000245012323007340011035 0ustar pysendfile (2.0.0-6ubuntu1) trusty; urgency=medium * Update dependency from python-support to dh-python. -- Dimitri John Ledkov Mon, 14 Apr 2014 17:37:52 +0100 pysendfile (2.0.0-6) unstable; urgency=low * Added python-sendfile-dbg (Closes: #664059) * Fixed typo in copyright URL (Closes: #662668) -- Ghe Rivero Wed, 04 Jul 2012 14:37:00 +0200 pysendfile (2.0.0-5) unstable; urgency=low * Change binary package name from pysendfile to python-sendfile -- Ghe Rivero Wed, 07 Mar 2012 13:01:58 +0100 pysendfile (2.0.0-4) unstable; urgency=low * Fixed typo in copyright URL (Closes: 662668) - Also updated to new approved format. -- Ghe Rivero Mon, 05 Mar 2012 16:45:42 +0100 pysendfile (2.0.0-3) unstable; urgency=low * Conflicts with python-sendfile (Closes: #662644) -- Ghe Rivero Mon, 05 Mar 2012 16:30:24 +0100 pysendfile (2.0.0-2) unstable; urgency=low * Replaces python-sendfile (Closes: #662120) * Build-depends on python-all-dev (Closes: #662096) * Depends on python (Closes: #662135) -- Ghe Rivero Mon, 05 Mar 2012 08:11:29 +0100 pysendfile (2.0.0-1) unstable; urgency=low * Initial Release. -- Ghe Rivero Thu, 01 Mar 2012 08:52:44 +0100debian/source/0000775000000000000000000000000011723625172010476 5ustar debian/source/format0000664000000000000000000000001311723625172011703 0ustar 3.0 (quilt)debian/control0000664000000000000000000000303412323007353010571 0ustar Source: pysendfile Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Ghe Rivero Standards-Version: 3.9.3 Build-Depends: debhelper (>= 8.1.0~), python-all-dev (>=2.6.6~3), python-all-dbg, dh-python Package: python-sendfile Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: Python interface to sendfile(2) Python library which provides a "zero-copy" way of copying data from one file descriptor to another (a socket). The phrase "zero-copy" refers to the fact that all of the copying of data between the two descriptors is done entirely by the kernel, with no copying of data into userspace buffers. This is particularly useful when sending a file over a socket (e.g. FTP). Package: python-sendfile-dbg Priority: extra Section: debug Architecture: any Depends: python-sendfile (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Recommends: python-dbg Provides: ${python:Provides} Description: Python interface to sendfile(2) (debug) Python library which provides a "zero-copy" way of copying data from one file descriptor to another (a socket). The phrase "zero-copy" refers to the fact that all of the copying of data between the two descriptors is done entirely by the kernel, with no copying of data into userspace buffers. This is particularly useful when sending a file over a socket (e.g. FTP). . This package contains the extension built for the Python debug interpreter. debian/python-sendfile-dbg.install0000664000000000000000000000006311775032614014427 0ustar debian/tmp/usr/lib/python*/*-packages/sendfile_d.sodebian/python-sendfile.install0000664000000000000000000000006111775032530013670 0ustar debian/tmp/usr/lib/python*/*-packages/sendfile.so