debian/0000755000000000000000000000000011624743712007175 5ustar debian/changelog0000644000000000000000000000330511624743712011050 0ustar fdsend (0.2.1-2) unstable; urgency=low * Convert to dh_python2. -- Fabian Knittel Tue, 23 Aug 2011 17:30:53 +0200 fdsend (0.2.1-1) unstable; urgency=low * New upstream release: + Fixes integer size mismatches on 64 bit architectures. -- Fabian Knittel Tue, 23 Aug 2011 16:40:46 +0200 fdsend (0.2.0-1) unstable; urgency=low * Initial upload. (Closes: #634173) * debian/control: set priority to optional * Set source version to 3.0 (quilt) and exclude .gbp.conf from being considered as a change to the upstream source. -- Philipp Kern Tue, 16 Aug 2011 22:54:31 +0200 fdsend (0.1-5) fsmi-lenny; urgency=low * Change build dependency from python-dev to python-all-dev, so that it correctly builds against all available Python versions. -- Fabian Knittel Tue, 18 May 2010 16:38:11 +0200 fdsend (0.1-4) fsmi-lenny; urgency=low * Use lenny's debhelper instead of a debhelper backport. * Change to source version 1.0 (from 3.0 quilt). -- Fabian Knittel Mon, 10 May 2010 13:25:14 +0200 fdsend (0.1-3) local; urgency=low * Build-depend on debhelper >= 7.4 as --buildsystem is not supported by the debhelper in Lenny. * Build-depend on python-dev to get the appropriate header files. -- Philipp Kern Wed, 05 May 2010 12:21:23 +0200 fdsend (0.1-2) local; urgency=low * Clarified license and origin of the code. -- Fabian Knittel Tue, 04 May 2010 14:45:35 +0200 fdsend (0.1-1) local; urgency=low * Initial release. -- Fabian Knittel Sun, 02 May 2010 13:49:45 +0200 debian/copyright0000644000000000000000000000421311624743712011130 0ustar This package was debianized by Fabian Knittel on Sun, 02 May 2010 23:22:19 +0200. It was not downloaded from http://pilcrow.madison.wi.us/sw/fdsend-0.1.tar.gz, because the URL was no longer available. Instead, the source was extracted and repackaged from update-manager's bazaar repository (revision 457): http://bazaar.launchpad.net/~ubuntu-core-dev/update-manager/main The software is: * Copyright (C) 2004 Michael J. Pomraning * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Portions of this file -- preliminary defines and socketpair() routine -- * are derived from scgi version 1.2, which is is Copyright (c) 2004 * Corporation for National Research Initiatives; All Rights Reserved. The Debian packaging is Copyright (c) 2010 Fabian Knittel This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems the full text of the GNU General Public License is available in `/usr/share/common-licenses/GPL'. debian/rules0000755000000000000000000000015511624743712010256 0ustar #!/usr/bin/make -f %: dh --with python2 $@ override_dh_auto_build: dh_auto_build python ./setup.py test debian/compat0000644000000000000000000000000211624743712010373 0ustar 7 debian/control0000644000000000000000000000161611624743712010604 0ustar Source: fdsend Section: python Priority: optional Maintainer: Fabian Knittel Uploaders: Philipp Kern Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.2 Homepage: https://gitorious.org/python-fdsend Vcs-Browser: https://gitorious.org/python-fdsend/debian Vcs-Git: git://gitorious.org/python-fdsend/debian.git Package: python-fdsend Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Description: Provides an abstraction for file descriptor passing via sockets fdsend is yet another file descriptor passing abstraction, specifically for Python. This package offers a few conveniences not commonly found together in other abstractions: sending multiple files at once, sending arbitrary data, and working with both files and file descriptors. debian/source/0000755000000000000000000000000011624743712010475 5ustar debian/source/options0000644000000000000000000000004311624743712012110 0ustar extend-diff-ignore = "^.gbp.conf$" debian/source/format0000644000000000000000000000001411624743712011703 0ustar 3.0 (quilt)