TT#53701 Remove unused perl dependencies

There is no code using these modules anymore.

Change-Id: Ie09f49bcb80142fe316e5cef9d9f3b8000acfbbb
changes/71/27871/4
Guillem Jover 6 years ago
parent 5493c2945d
commit 9928555f81

@ -12,7 +12,6 @@ my $builder = Module::Build->new(
dist_version_from => 'lib/NGCP/Schema.pm',
share_dir => 'share',
requires => {
'aliased' => 0,
'DateTime' => 0,
'DateTime::Format::MySQL' => 0, #required by DBIx::Class
'DBD::mysql' => 0,
@ -28,7 +27,6 @@ my $builder = Module::Build->new(
'Regexp::IPv6' => 0,
'Scalar::Util' => 0,
'Sipwise::Base' => '1.002',
'Throwable::Error' => 0,
'XML::Simple' => 0,
},
test_requires => {

27
debian/control vendored

@ -4,31 +4,18 @@ Priority: optional
Maintainer: Sipwise Development Team <support@sipwise.com>
Build-Depends:
debhelper (>= 10),
libaliased-perl,
libcarp-fix-1-25-perl,
libdata-serializer-perl,
libdatetime-format-mysql-perl,
libdbd-mysql-perl,
libdbix-class-encodedcolumn-perl,
libdbix-class-helpers-perl,
libdbix-class-schema-loader-perl,
libfile-path-expand-perl,
libfile-path-tiny-perl,
libfile-sharedir-perl,
libgetopt-long-descriptive-perl,
libhash-storediterator-perl,
libmodule-build-perl,
libquantum-superpositions-perl,
libregexp-common-email-address-perl,
libregexp-common-net-cidr-perl,
libregexp-common-perl,
libregexp-common-time-perl,
libregexp-ipv6-perl,
libsipwise-base-perl (>= 1.004),
libtemplate-plugin-xml-perl,
libtest-fatal-perl,
libtest-xml-simple-perl,
libxml-libxml-simple-perl,
libxml-simple-perl,
perl-doc,
Standards-Version: 3.9.8
@ -37,31 +24,17 @@ Homepage: https://www.sipwise.com/
Package: ngcp-schema
Architecture: all
Depends:
libaliased-perl,
libcarp-fix-1-25-perl,
libdata-serializer-perl,
libdatetime-format-mysql-perl,
libdbd-mysql-perl,
libdbix-class-encodedcolumn-perl,
libdbix-class-helpers-perl (>= 2.018003),
libdbix-class-schema-loader-perl,
libfile-path-expand-perl,
libfile-path-tiny-perl,
libfile-sharedir-perl,
libgetopt-long-descriptive-perl,
libhash-storediterator-perl,
libparse-debianchangelog-perl,
libquantum-superpositions-perl,
libregexp-common-email-address-perl,
libregexp-common-net-cidr-perl,
libregexp-common-perl,
libregexp-common-time-perl,
libregexp-ipv6-perl,
libsipwise-base-perl (>= 1.004),
libtemplate-plugin-xml-perl,
libtest-fatal-perl,
libtest-xml-simple-perl,
libxml-libxml-simple-perl,
libxml-simple-perl,
perl-doc,
${misc:Depends},

Loading…
Cancel
Save