Added Debian/Ubuntu packaging - thanks to James Page.

This commit is contained in:
Bob Lantz
2012-07-01 19:16:41 -07:00
parent e04c207c3c
commit cb859243a5
6 changed files with 39 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
mininet (2.0.0d1) precise; urgency=low
* Initial release
-- Bob Lantz <rlantz@cs.stanford.edu> Sun, 01 Jul 2012 23:19:54 +0000
+1
View File
@@ -0,0 +1 @@
7
+23
View File
@@ -0,0 +1,23 @@
Source: mininet
Section: net
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Standards-Version: 3.9.3
Build-Depends:
debhelper (>= 7),
python-dev,
python-pkg-resources,
python-setuptools
Package: mininet
Architecture: any
Depends:
openvswitch-switch,
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Description: Process-based network emulator
Mininet is a network emulator which uses lightweight
virtualization to create virtual networks for rapid
prototyping of Software-Defined Network (SDN) designs
using OpenFlow. http://openflow.org/mininet
View File
Vendored Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/make -f
%:
dh $@ --buildsystem=python_distutils --with=python2
override_dh_auto_build:
make mnexec && cp mnexec bin/
dh_auto_build
+1
View File
@@ -0,0 +1 @@
3.0 (native)