Codebase list python-unshare / 9b9e1a0
Import Debian patch 0.1-3 Martín Ferrari 7 years ago
7 changed file(s) with 94 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-unshare (0.1-3) unstable; urgency=low
1
2 * Acknowledge NMU.
3 * Added Homepage and Vcs-Browser.
4 * debian/control: Update Standards-Version, no changes required.
5
6 -- Martín Ferrari <tincho@debian.org> Tue, 25 Aug 2015 05:29:09 +0000
7
8 python-unshare (0.1-2.1) unstable; urgency=medium
9
10 * Non-maintainer upload.
11 * Build using dh-python. Closes: #786299.
12
13 -- Matthias Klose <doko@debian.org> Tue, 18 Aug 2015 18:45:55 +0200
14
15 python-unshare (0.1-2) unstable; urgency=low
16
17 * debian/control: Set Architecture to linux-any, as this will obviously not
18 work on kfreebsd or hurd.
19
20 -- Martín Ferrari <tincho@debian.org> Sat, 30 Jun 2012 00:55:22 +0100
21
22 python-unshare (0.1-1) unstable; urgency=low
23
24 * Initial release. Closes: #676969.
25
26 -- Martín Ferrari <tincho@debian.org> Mon, 11 Jun 2012 04:15:06 +0100
0 Source: python-unshare
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-unshare/
7 Vcs-Browser: http://canterville.mine.nu/wsvn/debian/trunk/python-unshare/
8
9 Package: python-unshare
10 Architecture: linux-any
11 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
12 XB-Python-Version: ${python:Versions}
13 Provides: ${python:Provides}
14 Description: Python bindings for the Linux unshare() syscall
15 This simple extension provides bindings to the Linux unshare() syscall, added
16 in kernel version 2.6.16.
17 .
18 By using unshare(), new and interesting features of the Linux kernel can be
19 exploited, such as:
20 .
21 * Creating a new network name space (CLONE_NEWNET)
22 * Creating a new file system mount name space (CLONE_NEWNS)
23 * Reverting other features shared from clone()
24 .
25 This library provides an equivalent of the util-linux command-line program
26 unshare.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: python-unshare
2 Upstream-Contact: Martín Ferrari <martin.ferrari@gmail.com>
3 Source: http://code.google.com/p/python-unshare/
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
4
0 version=3
1 http://code.google.com/p/python-unshare/downloads/list?can=1 \
2 .*/python-unshare-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)