Codebase list python-passfd / 701f407
Import Debian patch 0.2-2 Martín Ferrari 7 years ago
7 changed file(s) with 85 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-passfd (0.2-2) unstable; urgency=low
1
2 * Added Homepage and Vcs-Browser.
3 * Acknowledge NMU.
4 * debian/control: Update Standards-Version, no changes required.
5
6 -- Martín Ferrari <tincho@debian.org> Tue, 25 Aug 2015 03:28:44 +0000
7
8 python-passfd (0.2-1.1) unstable; urgency=medium
9
10 * Non-maintainer upload.
11 * Build using dh-python. Closes: #786309.
12
13 -- Matthias Klose <doko@debian.org> Tue, 18 Aug 2015 16:28:35 +0200
14
15 python-passfd (0.2-1) unstable; urgency=low
16
17 * Initial release. Closes: #677000.
18
19 -- Martín Ferrari <tincho@debian.org> Wed, 13 Jun 2012 02:59:01 +0000
0 Source: python-passfd
1 Maintainer: Martín Ferrari <tincho@debian.org>
2 Section: python
3 Priority: optional
4 Build-Depends: python-all-dev, debhelper (>= 9), dh-python
5 Standards-Version: 3.9.6
6 Homepage: http://code.google.com/p/python-passfd/
7 Vcs-Browser: http://canterville.mine.nu/wsvn/debian/trunk/python-passfd/
8
9 Package: python-passfd
10 Architecture: any
11 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
12 XB-Python-Version: ${python:Versions}
13 Provides: ${python:Provides}
14 Description: Python functions to pass file descriptors across UNIX domain
15 This simple extension provides two functions to pass and receive file
16 descriptors across UNIX domain sockets, using the BSD-4.3+ sendmsg() and
17 recvmsg() interfaces.
18 .
19 Direct bindings to sendmsg and recvmsg are not provided, as the API does
20 not map nicely into Python.
21 .
22 Please note that this only supports BSD-4.3+ style file descriptor
23 passing, and was only tested on Linux.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: python-passfd
2 Upstream-Contact: Martín Ferrari <martin.ferrari@gmail.com>
3 Source: http://code.google.com/p/python-passfd/
4
5 Files: *
6 Copyright: © 2010-2012 Martín Ferrari <martin.ferrari@gmail.com>
7 License: GPL-2+
8
9 Files: debian/*
10 Copyright: © 2012 Martín Ferrari <tincho@debian.org>
11 License: GPL-2+
12
13 License: GPL-2+
14 This package is free software; you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation; either version 2 of the License, or
17 (at your option) any later version.
18 .
19 This package is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
23 .
24 You should have received a copy of the GNU General Public License
25 along with this package; if not, write to the Free Software
26 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27 .
28 On Debian systems, the complete text of the GNU General
29 Public License can be found in `/usr/share/common-licenses/GPL-2'.
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --with python2 --buildsystem=python_distutils
4
5
0 version=3
1 http://code.google.com/p/python-passfd/downloads/list?can=1 \
2 .*/python-passfd-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)