From bbd21369cfffc41d501f99413a9292acee9a1a17 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 29 Jan 2023 21:57:57 +0100 Subject: [PATCH] Depend and Build-Depend on non-(build-)essential package mount Closes: #1027383 Thanks to Santiago Vila for the bug report. Actually the build-dependency is not strictly necessary as mount is not really used at build or test time. But there's one test checking the environment for a typical make, make test, make install workflow to abort if not all required run-time dependencies can be found. Then again, for the same reason as given in the bug report, a run-time dependency on mount was missing, too. --- debian/changelog | 2 ++ debian/control | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2a523ee..f0a3ef0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ xen-tools (4.9.2-1) UNRELEASED; urgency=medium + Update list of Ubuntu and Debian releases. + Fix bashism in release testing target "tidy". * Update upstream signing key to update its expiry date. + * Depend and Build-Depend on non-(build-)essential package + mount. (Closes: #1027383) -- Axel Beckert Mon, 09 Jan 2023 04:42:57 +0100 diff --git a/debian/control b/debian/control index 4033446..8876347 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,8 @@ Build-Depends: debhelper-compat (= 13), libtest-notabs-perl, libtest-pod-coverage-perl, libtest-pod-perl, - libtext-template-perl + libtext-template-perl, + mount Standards-Version: 4.6.0 Homepage: https://xen-tools.org/software/xen-tools Vcs-Browser: https://github.com/xen-tools/xen-tools @@ -36,6 +37,7 @@ Depends: debootstrap | cdebootstrap, libsort-versions-perl, libterm-ui-perl | perl (<< 5.17.0), libtext-template-perl, + mount, openssh-client, perl, ${misc:Depends},