From: Jakub Ružička Date: Fri, 24 May 2024 12:01:17 +0000 (+0200) Subject: distro/pkg/deb: add -dev package X-Git-Tag: v6.0.8~16^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8faceb783f0e61c6487463fb49ad3cc00b09190;p=thirdparty%2Fknot-resolver.git distro/pkg/deb: add -dev package --- diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 7a2406825..19d958347 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -78,6 +78,16 @@ Description: caching, DNSSEC-validating DNS resolver - core binaries resolver processes while ensuring zero-downtime reconfiguration with YAML/JSON declarative configuration and an optional HTTP API for dynamic changes. +Package: knot-resolver6-dev +Architecture: any +Depends: + knot-resolver6 (= ${binary:Version}), + ${misc:Depends} + ${shlibs:Depends}, +Section: libdevel +Description: Knot Resolver development files + This package provides the development headers for Knot Resolver. + Package: knot-resolver6-dbg Architecture: any Depends: diff --git a/distro/pkg/deb/knot-resolver6-dev.install b/distro/pkg/deb/knot-resolver6-dev.install new file mode 100644 index 000000000..d565b3868 --- /dev/null +++ b/distro/pkg/deb/knot-resolver6-dev.install @@ -0,0 +1,3 @@ +usr/include/libkres/*.h +usr/lib/*.so +usr/lib/pkgconfig/libkres.pc diff --git a/distro/pkg/deb/not-installed b/distro/pkg/deb/not-installed index ceb8f20dd..e653609ec 100644 --- a/distro/pkg/deb/not-installed +++ b/distro/pkg/deb/not-installed @@ -1,6 +1,3 @@ usr/lib/knot-resolver/kres_modules/http/LICENSE usr/lib/knot-resolver/kres_modules/etcd.lua -usr/include/libkres/*.h -usr/lib/*.so -usr/lib/pkgconfig/libkres.pc usr/lib/sysusers.d/knot-resolver.conf