diff --git a/debian/changelog b/debian/changelog index 05d7123..88fa881 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 23 Aug 2013 21:13:07 +0200 diff --git a/debian/control b/debian/control index a3b09df..fab6fe3 100644 --- a/debian/control +++ b/debian/control @@ -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,