From 2839b383acd5ce22af427e522c45322ce3a7170c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 31 Jan 2023 13:07:58 +0200 Subject: Update manual --- bpkg/system-package-manager-debian.hxx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (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 8783b51..9fb93c7 100644 --- a/bpkg/system-package-manager-debian.hxx +++ b/bpkg/system-package-manager-debian.hxx @@ -16,6 +16,8 @@ namespace bpkg // The system package manager implementation for Debian and alike (Ubuntu, // etc) using the APT frontend. // + // NOTE: the below description is also reproduced in the bpkg manual. + // // For background, a library in Debian is normally split up into several // packages: the shared library package (e.g., libfoo1 where 1 is the ABI // version), the development files package (e.g., libfoo-dev), the @@ -73,11 +75,11 @@ namespace bpkg // group (see parse_name_value() for details). // // The Debian package version has the [:][-] form - // (see deb-version(5) for details). If no explicit mapping to bpkg version - // is specified with the debian-to-downstream-version manifest values (or - // alike), then we fallback to using the part as bpkg version. If - // explicit mapping is specified, then we match it against the - // [:] parts ignoring . + // (see deb-version(5) for details). If no explicit mapping to the bpkg + // version is specified with the debian-to-downstream-version (or alike) + // manifest values or none match, then we fallback to using the + // part as the bpkg version. If explicit mapping is specified, then we match + // it against the [:] parts ignoring . // struct system_package_status_debian: system_package_status { -- cgit v1.1