aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager-debian.test.testscript
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-01-31 07:13:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-01-31 07:14:25 +0200
commitd137d3b52c0374d11561ffb9f1f5bae20ae01f98 (patch)
treee11bab84deaa673dd78e08c48bb4e6e465ad5548 /bpkg/system-package-manager-debian.test.testscript
parent2903ad8d65a76e9ae6da9a8c4ac13591aeb879d8 (diff)
Improve Debian diagnostics
Diffstat (limited to 'bpkg/system-package-manager-debian.test.testscript')
-rw-r--r--bpkg/system-package-manager-debian.test.testscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/system-package-manager-debian.test.testscript b/bpkg/system-package-manager-debian.test.testscript
index 1a3b8b2..6d3094c 100644
--- a/bpkg/system-package-manager-debian.test.testscript
+++ b/bpkg/system-package-manager-debian.test.testscript
@@ -870,8 +870,8 @@
LC_ALL=C apt-cache policy --quiet libcurl4 libcurl4-openssl-dev <libcurl4+libcurl4-openssl-dev.policy
LC_ALL=C apt-cache policy --quiet libcurl3-gnutls libcurl4-gnutls-dev <libcurl3-gnutls+libcurl4-gnutls-dev.policy
error: multiple available debian packages for libcurl
- info: first package: libcurl4 7.87.0-2
- info: second package: libcurl3-gnutls 7.87.0-2
+ info: candidate: libcurl4 7.87.0-2
+ info: candidate: libcurl3-gnutls 7.87.0-2
info: consider installing the desired package manually and retrying the bpkg command
EOE
@@ -923,8 +923,8 @@
LC_ALL=C apt-cache policy --quiet libcurl4 libcurl4-openssl-dev <libcurl4+libcurl4-openssl-dev.policy
LC_ALL=C apt-cache policy --quiet libcurl3-gnutls libcurl4-gnutls-dev <libcurl3-gnutls+libcurl4-gnutls-dev.policy
error: multiple partially installed debian packages for libcurl
- info: first package: libcurl4 7.87.0-2
- info: second package: libcurl3-gnutls 7.87.0-2
+ info: candidate: libcurl4 7.87.0-2, missing components: libcurl4-openssl-dev
+ info: candidate: libcurl3-gnutls 7.87.0-2, missing components: libcurl4-gnutls-dev
info: consider fully installing the desired package manually and retrying the bpkg command
EOE
}