summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control58
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.