View | Details | Raw Unified | Return to bug 14168
Collapse All | Expand All

(-)a/C4/Installer/PerlDependencies.pm (-1 / +1 lines)
Lines 784-790 our $PERL_DEPS = { Link Here
784
    },
784
    },
785
    'WWW::YouTube::Download' => {
785
    'WWW::YouTube::Download' => {
786
        'usage'    => 'HTML5Media streaming from YouTube',
786
        'usage'    => 'HTML5Media streaming from YouTube',
787
        'required' => '0',
787
        'required' => '1',
788
        'min_ver'  => '0.56',
788
        'min_ver'  => '0.56',
789
    },
789
    },
790
};
790
};
(-)a/debian/control (-1 / +2 lines)
Lines 121-126 Build-Depends: libalgorithm-checkdigits-perl, Link Here
121
 liburi-perl,
121
 liburi-perl,
122
 libuuid-perl,
122
 libuuid-perl,
123
 libwww-perl,
123
 libwww-perl,
124
 libwww-youtube-download-perl,
124
 libxml-dumper-perl,
125
 libxml-dumper-perl,
125
 libxml-libxml-perl,
126
 libxml-libxml-perl,
126
 libxml-libxslt-perl,
127
 libxml-libxslt-perl,
Lines 328-333 Depends: libalgorithm-checkdigits-perl, Link Here
328
 liburi-perl,
329
 liburi-perl,
329
 libuuid-perl,
330
 libuuid-perl,
330
 libwww-perl,
331
 libwww-perl,
332
 libwww-youtube-download-perl,
331
 libxml-dumper-perl,
333
 libxml-dumper-perl,
332
 libxml-libxml-perl,
334
 libxml-libxml-perl,
333
 libxml-libxslt-perl,
335
 libxml-libxslt-perl,
334
- 

Return to bug 14168