--- python-nemu-0.2.orig/debian/changelog +++ python-nemu-0.2/debian/changelog @@ -0,0 +1,23 @@ +python-nemu (0.2-2) unstable; urgency=medium + + * debian/control: depend on iproute2 instead of iproute. Closes: #753703. + * debian/control: Replace python-support with dh-python in Build-Depends. + Thanks to Andrey Rahmatullin for the patch. + Closes: #786067. + * debian/watch: Fix broken watchfile. + + -- Martín Ferrari Tue, 25 Aug 2015 02:43:20 +0000 + +python-nemu (0.2-1) unstable; urgency=high + + * Update homepage, VCS location, and watchfile. + * Update Standards-Version to 3.9.5, no changes needed. + * New upstream release. Closes: #725344 (Raising urgency as it is an RC bug). + + -- Martín Ferrari Sun, 03 Nov 2013 18:09:11 -0300 + +python-nemu (0.1-1) unstable; urgency=low + + * Initial release. Closes: #680572. + + -- Martín Ferrari Fri, 06 Jul 2012 21:40:28 +0000 --- python-nemu-0.2.orig/debian/compat +++ python-nemu-0.2/debian/compat @@ -0,0 +1 @@ +9 --- python-nemu-0.2.orig/debian/control +++ python-nemu-0.2/debian/control @@ -0,0 +1,36 @@ +Source: python-nemu +Maintainer: Martín Ferrari +Section: python +Priority: optional +Build-Depends: debhelper (>= 9), dh-python, python-all +Standards-Version: 3.9.6 +Homepage: https://github.com/TheTincho/nemu/wiki +Vcs-Browser: http://tincho.org/wsvn/debian/browse/trunk/python-nemu + +Package: python-nemu +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-unshare, python-passfd, + iproute2, bridge-utils, procps +Suggests: xauth +XB-Python-Version: ${python:Versions} +Provides: ${python:Provides} +Description: lightweight network emulator embedded in a small python library + Nemu (Netwok EMUlator) is a small Python library to create emulated networks + and run and test programs in them. + . + Different programs, or copies of the same program, can run in different + emulated nodes, using only the emulated network to communicate, without ever + noticing they all run in the same computer. + . + Nemu provides a very simple interface to create nodes, connect them arbitrarily + with virtual interfaces, configure IPv4 and IPv6 addresses and routes, and + start programs in the nodes. The virtual interfaces also support emulation of + delays, loss, and reordering of packets, and bandwidth limitations. + . + More advanced configurations, like setting up netfilter (iptables) rules, + starting VPN tunnels, routing daemons, etc, are simply supported by executing + the appropriate commands in the emulated nodes, exactly as if they were + executed in real machines in a real network. + . + You can even start interactive sessions by opening xterms on different nodes, + Nemu has special support for forwarding X sessions to the emulated nodes. --- python-nemu-0.2.orig/debian/copyright +++ python-nemu-0.2/debian/copyright @@ -0,0 +1,31 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: python-nemu +Upstream-Contact: Martín Ferrari +Source: http://code.google.com/p/nemu/ + +Files: * +Copyright: © 2010-2011 INRIA + © 2010-2012 Martín Ferrari , + © 2011-2012 Alina Quereilhac +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 version 2, as published + by the Free Software Foundation. + . + 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-nemu-0.2.orig/debian/rules +++ python-nemu-0.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils --- python-nemu-0.2.orig/debian/source/format +++ python-nemu-0.2/debian/source/format @@ -0,0 +1 @@ +1.0 --- python-nemu-0.2.orig/debian/watch +++ python-nemu-0.2/debian/watch @@ -0,0 +1,5 @@ +version=3 + +opts="filenamemangle=s/(?:.*\/)?(?:v|nemu-)?(\d[\d\.]*)\.tar\.gz/nemu-$1.tar.gz/" \ + https://github.com/TheTincho/nemu/tags \ + (?:.*/)?(?:v|nemu-)?(\d[\d\.]*)\.tar\.gz