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:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -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
4
debian/control
vendored
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user