/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

  • Committer: Teddy Hogeborn
  • Date: 2024-11-17 18:43:11 UTC
  • Revision ID: teddy@recompile.se-20241117184311-ox25kvngy62h209g
Debian package: Avoid suggesting a C compiler unnecessarily

The list of suggested packages, meant to enable the "mandos" program
to find the correct value of SO_BINDTODEVICE by using a C compiler,
are not necessary when Python 3.3 or later is used, since it has the
SO_BINDTODEVICE constant defined in the "socket" module.  Also, Python
2.6 or older has the same constant in the old "IN" module.  Therefore,
we should suggest these Python versions as alternatives to a C
compiler, so that a C compiler is not installed unnecessarily.

debian/control (Package: mandos/Suggests): Add "python3 (>= 3.3)" and
"python (<= 2.6)" as alternatives to "libc6-dev | libc-dev" and
"c-compiler".
Filename Latest Rev Last Changed Committer Comment Size
..
File bridge 923 6 years ago Teddy Hogeborn Update copyright year to 2018 * DBUS-API: Update 2 KB Diff Download File
bridge.conf 535.1.8 12 years ago teddy at recompile * network-hooks.s/bridge: Don't use interface name 189 bytes Diff Download File
File openvpn 923 6 years ago Teddy Hogeborn Update copyright year to 2018 * DBUS-API: Update 1.4 KB Diff Download File
openvpn.conf 505.3.26 12 years ago teddy at bsnet * network-hooks.d/openvpn: Tolerate relative MANDO 291 bytes Diff Download File
File wireless 923 6 years ago Teddy Hogeborn Update copyright year to 2018 * DBUS-API: Update 4 KB Diff Download File
wireless.conf 535.1.8 12 years ago teddy at recompile * network-hooks.s/bridge: Don't use interface name 611 bytes Diff Download File