Commit 957751c4 authored by Julien Muchembled's avatar Julien Muchembled

babeld with new control socket is required

parent e9583e12
...@@ -50,13 +50,13 @@ Requirements ...@@ -50,13 +50,13 @@ Requirements
- Python 2.6 or 2.7 - Python 2.6 or 2.7
- OpenSSL binary and development libraries - OpenSSL binary and development libraries
- OpenVPN - OpenVPN
- Babel_ - Babel_ (with Nexedi patches)
- python-miniupnpc for UPnP support (optional) - python-miniupnpc for UPnP support (optional)
- for the demo: miniupnpd_, Graphviz, Screen, Nemu_ - for the demo: miniupnpd_, Graphviz, Screen, Nemu_
See also `setup.py` for Python dependencies. See also `setup.py` for Python dependencies.
.. _Babel: http://www.pps.univ-paris-diderot.fr/~jch/software/babel/ .. _Babel: http://git.erp5.org/gitweb/babeld.git
.. _Nemu: http://code.google.com/p/nemu/ .. _Nemu: http://code.google.com/p/nemu/
.. _miniupnpd: http://miniupnp.free.fr/ .. _miniupnpd: http://miniupnp.free.fr/
......
...@@ -7,7 +7,7 @@ Standards-Version: 3.9.1 ...@@ -7,7 +7,7 @@ Standards-Version: 3.9.1
Package: re6stnet Package: re6stnet
Architecture: all Architecture: all
Depends: ${misc:Depends}, python (>= 2.6.6-3), python (<< 2.8), python-argparse, python-openssl (>= 0.13), openvpn (>= 2.1.3), babeld (= 1.5.1-nxd1), iproute2 | iproute, openssl Depends: ${misc:Depends}, python (>= 2.6.6-3), python (<< 2.8), python-argparse, python-openssl (>= 0.13), openvpn (>= 2.1.3), babeld (= 1.5.1-nxd2), iproute2 | iproute, openssl
Recommends: ${python:Recommends} Recommends: ${python:Recommends}
Suggests: ndisc6 Suggests: ndisc6
Description: resilient, scalable, IPv6 network application Description: resilient, scalable, IPv6 network application
...@@ -8,7 +8,7 @@ Release: %(set %ver; echo ${1#*-}) ...@@ -8,7 +8,7 @@ Release: %(set %ver; echo ${1#*-})
License: GPLv2+ License: GPLv2+
Group: Applications/Internet Group: Applications/Internet
BuildArch: noarch BuildArch: noarch
Requires: babeld = 1.5.0-nxd1 Requires: babeld = 1.5.0-nxd2
Requires: iproute Requires: iproute
Requires: openssl Requires: openssl
Requires: openvpn Requires: openvpn
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment