diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:04:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:04:34 +0000 |
commit | fe0fc6703411d27c9732f0495f8bdc13ea9cc281 (patch) | |
tree | 5d12d2703d030e358a0c8ea39f3b562b144a5ab5 /debian/control | |
parent | Adding upstream version 1.2.6. (diff) | |
download | libnftnl-fe0fc6703411d27c9732f0495f8bdc13ea9cc281.tar.xz libnftnl-fe0fc6703411d27c9732f0495f8bdc13ea9cc281.zip |
Adding debian version 1.2.6-2.debian/1.2.6-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f174b31 --- /dev/null +++ b/debian/control @@ -0,0 +1,58 @@ +Source: libnftnl +Priority: optional +Maintainer: Debian Netfilter Packaging Team <team+pkg-netfilter-team@tracker.debian.org> +Uploaders: Arturo Borrero Gonzalez <arturo@debian.org>, + Jeremy Sowden <jeremy@azazel.net> +Build-Depends: debhelper-compat (= 13), libmnl-dev, libtool, pkg-config +Build-Depends-Indep: doxygen <!nodoc>, graphviz <!nodoc> +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Section: libs +Homepage: https://git.netfilter.org/libnftnl +Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-libnftnl.git +Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-libnftnl + +Package: libnftnl11 +Architecture: linux-any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Netfilter nftables userspace API library + libnftnl is the low-level library for Netfilter 4th generation + framework nftables. + . + Is the user-space library for low-level interaction with + nftables Netlink's API over libmnl. + +Package: libnftnl-dev +Section: libdevel +Architecture: linux-any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: libnftnl11 (= ${binary:Version}), pkg-config, ${misc:Depends} +Suggests: libnftnl-dev-doc +Description: Development files for libnftnl + libnftnl is the low-level library for Netfilter 4th generation + framework nftables. + . + Is the user-space library for low-level interaction with + nftables Netlink's API over libmnl. + . + This package provides development files and static libraries. + +Package: libnftnl-dev-doc +Section: doc +Architecture: all +Build-Profiles: <!nodoc> +Multi-Arch: foreign +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends} +Description: Doxygen-generated documentation for libnftnl-dev + libnftnl is the low-level library for Netfilter 4th generation + framework nftables. + . + Is the user-space library for low-level interaction with + nftables Netlink's API over libmnl. + . + This package provides additional doxygen-generated documentation for the + libnftnl-dev package. |