@@ -, +, @@ required --- C4/Installer/PerlDependencies.pm | 2 +- debian/control | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) --- a/C4/Installer/PerlDependencies.pm +++ a/C4/Installer/PerlDependencies.pm @@ -784,7 +784,7 @@ our $PERL_DEPS = { }, 'WWW::YouTube::Download' => { 'usage' => 'HTML5Media streaming from YouTube', - 'required' => '0', + 'required' => '1', 'min_ver' => '0.56', }, }; --- a/debian/control +++ a/debian/control @@ -121,6 +121,7 @@ Build-Depends: libalgorithm-checkdigits-perl, liburi-perl, libuuid-perl, libwww-perl, + libwww-youtube-download-perl, libxml-dumper-perl, libxml-libxml-perl, libxml-libxslt-perl, @@ -328,6 +329,7 @@ Depends: libalgorithm-checkdigits-perl, liburi-perl, libuuid-perl, libwww-perl, + libwww-youtube-download-perl, libxml-dumper-perl, libxml-libxml-perl, libxml-libxslt-perl, --