--- python-passfd-0.2.orig/debian/watch +++ python-passfd-0.2/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/python-passfd/downloads/list?can=1 \ + .*/python-passfd-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) --- python-passfd-0.2.orig/debian/rules +++ python-passfd-0.2/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils + + --- python-passfd-0.2.orig/debian/copyright +++ python-passfd-0.2/debian/copyright @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: python-passfd +Upstream-Contact: Martín Ferrari +Source: http://code.google.com/p/python-passfd/ + +Files: * +Copyright: © 2010-2012 Martín Ferrari +License: GPL-2+ + +Files: debian/* +Copyright: © 2012 Martín Ferrari +License: GPL-2+ + +License: GPL-2+ + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. --- python-passfd-0.2.orig/debian/compat +++ python-passfd-0.2/debian/compat @@ -0,0 +1 @@ +9 --- python-passfd-0.2.orig/debian/control +++ python-passfd-0.2/debian/control @@ -0,0 +1,22 @@ +Source: python-passfd +Maintainer: Martín Ferrari +Section: python +Priority: optional +Build-Depends: python-all-dev, debhelper (>= 9), python-support (>= 0.8.4) +Standards-Version: 3.9.3 + +Package: python-passfd +Architecture: any +Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +XB-Python-Version: ${python:Versions} +Provides: ${python:Provides} +Description: Python functions to pass file descriptors across UNIX domain + This simple extension provides two functions to pass and receive file + descriptors across UNIX domain sockets, using the BSD-4.3+ sendmsg() and + recvmsg() interfaces. + . + Direct bindings to sendmsg and recvmsg are not provided, as the API does + not map nicely into Python. + . + Please note that this only supports BSD-4.3+ style file descriptor + passing, and was only tested on Linux. --- python-passfd-0.2.orig/debian/changelog +++ python-passfd-0.2/debian/changelog @@ -0,0 +1,5 @@ +python-passfd (0.2-1) unstable; urgency=low + + * Initial release. Closes: #677000. + + -- Martín Ferrari Wed, 13 Jun 2012 02:59:01 +0000 --- python-passfd-0.2.orig/debian/source/format +++ python-passfd-0.2/debian/source/format @@ -0,0 +1 @@ +1.0