Bug 31675: Remove packages from debian/control that are no longer used
As far as I can tell, we are no longer using CGI::Session::Serialize::YAML or YAML::Syck, but they are still marked dependencies for the Debian package.
Signed-off-by: Danyon Sewell <danyonsewell@catalyst.net.nz>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
(cherry picked from commit 56ecfc55fc
)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
21d01baebc
commit
114fa96a06
1 changed files with 0 additions and 4 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -27,7 +27,6 @@ Build-Depends: libalgorithm-checkdigits-perl,
|
|||
libcgi-pm-perl,
|
||||
libcgi-session-driver-memcached-perl,
|
||||
libcgi-session-perl,
|
||||
libcgi-session-serialize-yaml-perl,
|
||||
libclass-accessor-perl,
|
||||
libclass-factory-util-perl,
|
||||
libclass-inspector-perl,
|
||||
|
@ -163,7 +162,6 @@ Build-Depends: libalgorithm-checkdigits-perl,
|
|||
libxml-simple-perl,
|
||||
libxml-writer-perl,
|
||||
libyaml-perl,
|
||||
libyaml-syck-perl,
|
||||
debhelper (>= 7.0.50), gettext, xsltproc, docbook-xsl, fonts-dejavu | ttf-dejavu,
|
||||
libxml2-utils, bash-completion, perl-modules-5.26 | libtest-simple-perl (>= 1.302073)
|
||||
|
||||
|
@ -263,7 +261,6 @@ Depends: libalgorithm-checkdigits-perl,
|
|||
libcgi-pm-perl,
|
||||
libcgi-session-driver-memcached-perl,
|
||||
libcgi-session-perl,
|
||||
libcgi-session-serialize-yaml-perl,
|
||||
libclass-accessor-perl,
|
||||
libclass-factory-util-perl,
|
||||
libclass-inspector-perl,
|
||||
|
@ -399,7 +396,6 @@ Depends: libalgorithm-checkdigits-perl,
|
|||
libxml-simple-perl,
|
||||
libxml-writer-perl,
|
||||
libyaml-perl,
|
||||
libyaml-syck-perl
|
||||
Architecture: all
|
||||
Description: Perl dep. for koha
|
||||
Koha is an Integrated Library Management system for real-world libraries
|
||||
|
|
Loading…
Reference in a new issue