MT#55886 Add dependencies on libdata-page-perl + libio-string-perl

Fixes:

| spce ngcp_panel_fastcgi.pl[43411]: Can't locate Data/Page.pm in @INC (you may need to install the Data::Page module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/NGCP/Panel/Utils/RedisLocationResultSet.pm line 10.

Fixup for git rev 7177959, this went unnoticed, because
libdbix-class-perl used to depend on libdata-page-perl, while it no
longer does (as of version 0.082843-1, as present in Debian/bookworm):

| root@spce:~# aptitude why libdata-page-perl
| i   ngcp-ngcp-ce       Depends ngcp-services-ce
| i A ngcp-services-ce   Depends ngcp-upgrade-ce
| i A ngcp-upgrade-ce    Depends libdbix-class-perl
| i A libdbix-class-perl Depends libdata-page-perl

Fixes:

| spce ngcp_panel_fastcgi.pl[43663]: Can't locate IO/String.pm in @INC (you may need to install the IO::String module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/NGCP/Panel/Utils/Device.pm line 7.

Fixup for git revs 4562fbf8 + e00e46eba, this went unnoticed, because
libppi-perl used to depend on libio-string-perl, while it no longer does
so (as of version 1.276-1, as present in Debian/bookworm):

| root@spce:~# aptitude why libio-string-perl
| i   ngcp-ngcp-ce                    Depends ngcp-services-ce
| i A ngcp-services-ce                Depends ngcp-panel
| i A ngcp-panel                      Depends libtrycatch-perl
| i A libtrycatch-perl                Depends libparse-method-signatures-perl
| i A libparse-method-signatures-perl Depends libppi-perl
| i A libppi-perl                     Depends libio-string-perl

Change-Id: I957b8df093753bab19b4d15c405411429a77eb46
mr11.2
Michael Prokop 2 years ago
parent 507d088586
commit 846b60ad97

2
debian/control vendored

@ -44,6 +44,7 @@ Depends:
libdata-entropy-perl,
libdata-hal-perl,
libdata-ical-perl,
libdata-page-perl,
libdata-printer-perl,
libdata-serializer-perl,
libdata-structure-util-perl,
@ -74,6 +75,7 @@ Depends:
libhttp-message-perl,
libio-compress-lzma-perl,
libio-socket-ip-perl,
libio-string-perl,
libipc-run3-perl,
libipc-system-simple-perl,
libje-perl,

Loading…
Cancel
Save