Sync with packaging on launchpad.
This commit is contained in:
Vendored
+9
-3
@@ -1,6 +1,12 @@
|
|||||||
mininet (2.0.0d2-0ubuntu1) quantal; urgency=low
|
mininet (2.0.0~rc1-0ubuntu1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
* Update copyright to match upstream release
|
||||||
|
|
||||||
|
-- Bob Lantz <rlantz@cs.stanford.edu> Sat, 17 Nov 2012 22:07:49 -0800
|
||||||
|
|
||||||
|
mininet (2.0.0~d4-0ubuntu1) quantal; urgency=low
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
-- Bob Lantz <rlantz@cs.stanford.edu> Sun, 01 Jul 2012 23:19:54 +0000
|
-- Bob Lantz <rlantz@cs.stanford.edu> Tue, 07 Aug 2012 14:11:27 -0700
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1 +1 @@
|
|||||||
7
|
9
|
||||||
|
|||||||
Vendored
+4
-3
@@ -5,23 +5,24 @@ Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
|
|||||||
XSBC-Original-Maintainer: Bob Lantz <rlantz@cs.stanford.edu>
|
XSBC-Original-Maintainer: Bob Lantz <rlantz@cs.stanford.edu>
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper (>= 7.0.50~),
|
debhelper (>= 9~),
|
||||||
help2man,
|
help2man,
|
||||||
python-dev,
|
python-dev,
|
||||||
python-pkg-resources,
|
python-pkg-resources,
|
||||||
python-setuptools
|
python-setuptools,
|
||||||
|
python-networkx
|
||||||
Homepage: http://openflow.org/mininet
|
Homepage: http://openflow.org/mininet
|
||||||
|
|
||||||
Package: mininet
|
Package: mininet
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends:
|
||||||
openvswitch-controller,
|
|
||||||
openvswitch-switch,
|
openvswitch-switch,
|
||||||
python-networkx,
|
python-networkx,
|
||||||
telnet,
|
telnet,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python:Depends},
|
${python:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
|
Recommends: iperf, openvswitch-controller
|
||||||
Description: Process-based network emulator
|
Description: Process-based network emulator
|
||||||
Mininet is a network emulator which uses lightweight
|
Mininet is a network emulator which uses lightweight
|
||||||
virtualization to create virtual networks for rapid
|
virtualization to create virtual networks for rapid
|
||||||
|
|||||||
Vendored
+3
@@ -7,3 +7,6 @@ override_dh_auto_build:
|
|||||||
make man
|
make man
|
||||||
make mnexec
|
make mnexec
|
||||||
dh_auto_build
|
dh_auto_build
|
||||||
|
|
||||||
|
get-orig-source:
|
||||||
|
uscan --force-download --rename
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,3 +1,3 @@
|
|||||||
version=3
|
version=3
|
||||||
opts=filenamemangle=s/.*tarball\/(.*)/$1\.tar\.gz/ \
|
opts=filenamemangle=s/(.*)\/archive/$1/,uversionmangle=s/([abdr].*)\.tar\.gz/~$1/ \
|
||||||
https://github.com/mininet/mininet/tags .*/tarball/(\d[\d\.abd]+)
|
https://github.com/mininet/mininet/tags .*/archive\/(\d.*\.tar\.gz)
|
||||||
|
|||||||
Reference in New Issue
Block a user