diff --git a/debian/changelog b/debian/changelog index d87ee8c..a8a4a4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xen-tools (4.4~rc2-1) UNRELEASED; urgency=low * Run t/gitignore.t only if git is installed and .git present. + * Also add build-dependency on "libterm-ui-perl | perl (<< 5.17.0)". -- Axel Beckert Tue, 29 Oct 2013 00:01:53 +0100 diff --git a/debian/control b/debian/control index 756bfc4..53df554 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9~), libdata-validate-uri-perl, libfile-slurp-perl, libfile-which-perl, + libterm-ui-perl | perl (<< 5.17.0), libtest-notabs-perl, libtest-pod-coverage-perl, libtest-pod-perl,