From 749c265897cde410eca1765c6c8457b84327cfb8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 09:10:00 +0200 Subject: Adding debian version 1.3.1-1. Signed-off-by: Daniel Baumann --- debian/control | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3809472 --- /dev/null +++ b/debian/control @@ -0,0 +1,57 @@ +Source: xdp-tools +Section: devel +Priority: optional +Maintainer: Luca Boccassi +Rules-Requires-Root: no +Build-Depends: bpftool, + clang, + debhelper-compat (= 13), + libbpf-dev, + libelf-dev, + libpcap-dev, + llvm, + pkg-config, + zlib1g-dev, +Standards-Version: 4.6.2 +Homepage: https://github.com/xdp-project/xdp-tools +Vcs-Browser: https://salsa.debian.org/debian/xdp-tools +Vcs-Git: https://salsa.debian.org/debian/xdp-tools.git + +Package: libxdp1 +Section: libs +Architecture: linux-any +Multi-Arch: same +Depends: ${misc:Depends}, ${shlibs:Depends}, +Pre-Depends: ${misc:Pre-Depends} +Description: library and utilities for use with XDP - shared library + Library for working with the eXpress Data Path facility of the Linux kernel, + and a collection of utilities and example code that uses the library. + +Package: libxdp-dev +Section: libdevel +Architecture: linux-any +Multi-Arch: same +Depends: libxdp1 (= ${binary:Version}), ${misc:Depends}, libbpf-dev, +Description: library and utilities for use with XDP - development files + Library for working with the eXpress Data Path facility of the Linux kernel, + and a collection of utilities and example code that uses the library. + . + This package provides the development files for libxdp1. + +Package: xdp-tools +Architecture: linux-any +Depends: libxdp1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, +Description: library and utilities for use with XDP + Library for working with the eXpress Data Path facility of the Linux kernel, + and a collection of utilities and example code that uses the library. + . + This package provides tools for the xdp ecosystem. + +Package: xdp-tests +Architecture: linux-any +Depends: xdp-tools (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, +Description: library and utilities for use with XDP - test scripts and programs + Library for working with the eXpress Data Path facility of the Linux kernel, + and a collection of utilities and example code that uses the library. + . + This package provides tests for the xdp tools. -- cgit v1.2.3