1
0
mirror of synced 2026-01-18 08:52:38 +00:00

Dependency on Term::UI needed for Perl >= 5.17

This commit is contained in:
Axel Beckert 2013-09-10 17:53:51 +02:00
parent 70bf0607db
commit cc4e170357
2 changed files with 3 additions and 2 deletions

4
debian/changelog vendored
View File

@ -5,8 +5,8 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
logging. Makes --passwd usable again. Thanks to Christian Herzog for
the bug report.
* Loop around calling "passwd" to get a second chance to change the
password. Needs Term::UI (part of perl-modules, no new dependencies)
(Closes: #703159)
password. (Closes: #703159)
+ Add dependency on "libterm-ui-perl | perl (<< 5.17.0)"
-- Axel Beckert <abe@debian.org> Fri, 23 Aug 2013 21:13:07 +0200

1
debian/control vendored
View File

@ -28,6 +28,7 @@ Depends: debootstrap | cdebootstrap,
libdata-validate-uri-perl,
libfile-slurp-perl,
libfile-which-perl,
libterm-ui-perl | perl (<< 5.17.0),
libtext-template-perl,
openssh-client,
perl-modules,