1
0
mirror of synced 2026-04-07 13:33:02 +00:00

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.
This commit is contained in:
Axel Beckert
2023-01-29 21:57:57 +01:00
parent 2527e25beb
commit bbd21369cf
2 changed files with 5 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -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 <abe@debian.org> Mon, 09 Jan 2023 04:42:57 +0100

4
debian/control vendored
View File

@@ -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},