summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-09 13:14:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-09 13:14:36 +0000
commit5e7a022920dd5834e3645bbf7e1ba5752ba633a1 (patch)
treecd44616fa76ffd61f590243fba3e370d5a7056f6 /debian/control
parentAdding upstream version 6.8.0. (diff)
downloadiproute2-5e7a022920dd5834e3645bbf7e1ba5752ba633a1.tar.xz
iproute2-5e7a022920dd5834e3645bbf7e1ba5752ba633a1.zip
Adding debian version 6.8.0-1.debian/6.8.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control47
1 files changed, 47 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..03da4b7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,47 @@
+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),
+ dh-package-notes,
+ dh-sequence-movetousr,
+ flex,
+ libxtables-dev,
+ libatm1-dev,
+ libbsd-dev,
+ libbpf-dev (>= 1:0.1.0~),
+ libcap-dev,
+ libdb-dev,
+ libelf-dev,
+ libmnl-dev,
+ libnsl-dev,
+ libselinux1-dev,
+ linux-libc-dev,
+ pkgconf,
+ po-debconf,
+ zlib1g-dev,
+
+Package: iproute2
+Priority: important
+Architecture: linux-any
+Provides: arpd
+Conflicts: arpd
+Breaks: iproute2-doc
+Replaces: iproute2-doc
+Depends: ${misc:Depends}, ${shlibs:Depends}, libcap2-bin,
+Suggests: 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'.