diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 14:18:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 14:18:53 +0000 |
commit | 5945381473a21b70363970da542de653bde5ebe6 (patch) | |
tree | 43aaa5e78be817349b1e7085cce6784d1a87bb2d /debian/control | |
parent | Adding upstream version 6.1.0. (diff) | |
download | iproute2-5945381473a21b70363970da542de653bde5ebe6.tar.xz iproute2-5945381473a21b70363970da542de653bde5ebe6.zip |
Adding debian version 6.1.0-3.debian/6.1.0-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f3a49a8 --- /dev/null +++ b/debian/control @@ -0,0 +1,57 @@ +Source: iproute2 +Section: net +Priority: optional +Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org> +Uploaders: Luca Boccassi <bluca@debian.org> +Homepage: https://wiki.linuxfoundation.org/networking/iproute2 +Vcs-Browser: https://salsa.debian.org/kernel-team/iproute2 +Vcs-Git: https://salsa.debian.org/kernel-team/iproute2.git +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Build-Depends: bison, + debhelper-compat (= 13), + flex, + libxtables-dev, + libatm1-dev, + libbsd-dev, + libbpf-dev (>= 1:0.1.0~), + libcap-dev, + libdb-dev, + libelf-dev, + libmnl-dev, + libselinux1-dev, + linux-libc-dev, + pkg-config, + po-debconf, + zlib1g-dev, + +Package: iproute2 +Priority: important +Architecture: linux-any +Provides: arpd +Conflicts: arpd, iproute (<< 20130000-1) +Replaces: iproute +Depends: ${misc:Depends}, ${shlibs:Depends}, libcap2-bin, +Recommends: ${ipmods:Recommends} +Suggests: iproute2-doc, python3:any +Multi-Arch: foreign +Description: networking and traffic control tools + The iproute2 suite is a collection of utilities for networking and + traffic control. + . + These tools communicate with the Linux kernel via the (rt)netlink + interface, providing advanced features not available through the + legacy net-tools commands 'ifconfig' and 'route'. + +Package: iproute2-doc +Section: doc +Architecture: all +Conflicts: iproute-doc (<< 20130000-1) +Replaces: iproute-doc +Depends: ${misc:Depends} +Multi-Arch: foreign +Description: networking and traffic control tools - documentation + The iproute2 suite is a collection of utilities for networking and + traffic control. + . + This package contains the documentation for iproute. |