diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2dfd9fd --- /dev/null +++ b/debian/changelog @@ -0,0 +1,20 @@ +python-passfd (0.2-2) unstable; urgency=low + + * Added Homepage and Vcs-Browser. + * Acknowledge NMU. + * debian/control: Update Standards-Version, no changes required. + + -- Martín Ferrari Tue, 25 Aug 2015 03:28:44 +0000 + +python-passfd (0.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build using dh-python. Closes: #786309. + + -- Matthias Klose Tue, 18 Aug 2015 16:28:35 +0200 + +python-passfd (0.2-1) unstable; urgency=low + + * Initial release. Closes: #677000. + + -- Martín Ferrari Wed, 13 Jun 2012 02:59:01 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..591eabb --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: python-passfd +Maintainer: Martín Ferrari +Section: python +Priority: optional +Build-Depends: python-all-dev, debhelper (>= 9), dh-python +Standards-Version: 3.9.6 +Homepage: http://code.google.com/p/python-passfd/ +Vcs-Browser: http://canterville.mine.nu/wsvn/debian/trunk/python-passfd/ + +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5e06079 --- /dev/null +++ b/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'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..bcebae9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils + + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..0d63fb6 --- /dev/null +++ b/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)