--- python-unshare-0.2.orig/debian/changelog +++ python-unshare-0.2/debian/changelog @@ -0,0 +1,37 @@ +python-unshare (0.2-1) unstable; urgency=medium + + * New upstream release. + * Update Standards-Version (no changes). + * Update Vcs-* fields and Homepage. + * Update watch file. + * Add README.md. + + -- Martín Ferrari Mon, 24 Oct 2016 05:03:11 +0000 + +python-unshare (0.1-3) unstable; urgency=low + + * Acknowledge NMU. + * Added Homepage and Vcs-Browser. + * debian/control: Update Standards-Version, no changes required. + + -- Martín Ferrari Tue, 25 Aug 2015 05:29:09 +0000 + +python-unshare (0.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build using dh-python. Closes: #786299. + + -- Matthias Klose Tue, 18 Aug 2015 18:45:55 +0200 + +python-unshare (0.1-2) unstable; urgency=low + + * debian/control: Set Architecture to linux-any, as this will obviously not + work on kfreebsd or hurd. + + -- Martín Ferrari Sat, 30 Jun 2012 00:55:22 +0100 + +python-unshare (0.1-1) unstable; urgency=low + + * Initial release. Closes: #676969. + + -- Martín Ferrari Mon, 11 Jun 2012 04:15:06 +0100 --- python-unshare-0.2.orig/debian/compat +++ python-unshare-0.2/debian/compat @@ -0,0 +1 @@ +9 --- python-unshare-0.2.orig/debian/control +++ python-unshare-0.2/debian/control @@ -0,0 +1,28 @@ +Source: python-unshare +Maintainer: Martín Ferrari +Section: python +Priority: optional +Build-Depends: python-all-dev, debhelper (>= 9), dh-python +Standards-Version: 3.9.8 +Homepage: https://github.com/TheTincho/python-unshare/ +Vcs-Browser: https://anonscm.debian.org/cgit/users/tincho/python-unshare.git +Vcs-Git: https://anonscm.debian.org/git/users/tincho/python-unshare.git + +Package: python-unshare +Architecture: linux-any +Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +XB-Python-Version: ${python:Versions} +Provides: ${python:Provides} +Description: Python bindings for the Linux unshare() syscall + This simple extension provides bindings to the Linux unshare() syscall, added + in kernel version 2.6.16. + . + By using unshare(), new and interesting features of the Linux kernel can be + exploited, such as: + . + * Creating a new network name space (CLONE_NEWNET) + * Creating a new file system mount name space (CLONE_NEWNS) + * Reverting other features shared from clone() + . + This library provides an equivalent of the util-linux command-line program + unshare. --- python-unshare-0.2.orig/debian/copyright +++ python-unshare-0.2/debian/copyright @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: python-unshare +Upstream-Contact: Martín Ferrari +Source: https://github.com/TheTincho/python-unshare/ + +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-unshare-0.2.orig/debian/docs +++ python-unshare-0.2/debian/docs @@ -0,0 +1 @@ +README.md --- python-unshare-0.2.orig/debian/rules +++ python-unshare-0.2/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 + --- python-unshare-0.2.orig/debian/source/format +++ python-unshare-0.2/debian/source/format @@ -0,0 +1 @@ +1.0 --- python-unshare-0.2.orig/debian/watch +++ python-unshare-0.2/debian/watch @@ -0,0 +1,5 @@ +version=3 + +opts="filenamemangle=s/(?:.*\/)?v?(\d[\d\.]*)\.tar\.gz/python-unshare-$1.tar.gz/" \ + https://github.com/TheTincho/python-unshare/tags \ + (?:.*/)?v?(\d[\d\.]*)\.tar\.gz