From ceb8d922d6cadefd835278d20184348b1b1dbf98 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 20 Mar 2023 21:50:15 +0300 Subject: Don't generate main binary package for header-only libraries on Debian and Fedora --- bpkg/system-package-manager-debian.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bpkg/system-package-manager-debian.hxx') diff --git a/bpkg/system-package-manager-debian.hxx b/bpkg/system-package-manager-debian.hxx index 08a2d02..eb8b214 100644 --- a/bpkg/system-package-manager-debian.hxx +++ b/bpkg/system-package-manager-debian.hxx @@ -37,7 +37,9 @@ namespace bpkg // libcurl3-gnutls libcurl4-gnutls-dev libcurl4-doc (yes, 3 and 4) // // Note that while most library package names in Debian start with lib (per - // the policy), there are exceptions (e.g., zlib1g zlib1g-dev). + // the policy), there are exceptions (e.g., zlib1g zlib1g-dev). The + // header-only library package names may or may not start with lib and end + // with -dev (e.g., libeigen3-dev, rapidjson-dev, catch2). // // Also note that manual -dbg packages are obsolete in favor of automatic // -dbgsym packages from Debian 9. So while we support -dbg for consumption, -- cgit v1.1