Bugzilla – Attachment 105310 Details for
Bug 25591
Update list-deps for Debian 10 and Ubuntu 20.04
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
update list-deps
update-list-deps.patch (text/plain), 2.46 KB, created by
Mason James
on 2020-05-24 03:02:44 UTC
(
hide
)
Description:
update list-deps
Filename:
MIME Type:
Creator:
Mason James
Created:
2020-05-24 03:02:44 UTC
Size:
2.46 KB
patch
obsolete
>From f3efca9e360e15b19106ff52a3827bcdd46ea839 Mon Sep 17 00:00:00 2001 >From: Your Name <you@example.com> >Date: Sun, 24 May 2020 14:36:24 +1200 >Subject: [PATCH] update list-deps >Content-Type: text/plain; charset="utf-8" > >https://bugs.koha-community.org/show_bug.cgi?id=25591 >--- > debian/list-deps | 13 +++++++++---- > 1 file changed, 9 insertions(+), 4 deletions(-) > >diff --git a/debian/list-deps b/debian/list-deps >index c9868d2..0e622ad 100755 >--- a/debian/list-deps >+++ b/debian/list-deps >@@ -27,7 +27,7 @@ use C4::Installer::PerlModules; > my %overrides = ( > 'LWP::Protocol::https' => 'liblwp-protocol-https-perl|libwww-perl (<<6.02), libio-socket-ssl-perl', > 'HTTP::OAI' => 'libhttp-oai-perl (>= 3.2) | libhttp-oai-3.27-perl, libhttp-oai-perl (<< 4.0) | libhttp-oai-3.27-perl', >- 'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | perl-modules-5.22 | perl-modules-5.24 | libio-socket-ip-perl', >+ 'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | libio-socket-ip-perl', > 'Swagger2' => 'libswagger2-perl (>= 0.59)', > 'Mojolicious' => 'libmojolicious-perl (>= 6.0)', > ); >@@ -57,11 +57,16 @@ foreach my $phase ($prereqs->phases) { > # Remove packages that are required/essential and always installed on > # a Debian system. Debian packages should not have unversioned > # dependencies on such packages. >+ >+ >+ # skip perl-base and problematic version specific libperl* and >+ # perl-module* packages (they get installed as deps. anyway) > foreach my $line (@temp) { >- if ( $line ne "perl-base" ) { >+ if ( $line ne "perl-base" and $line !~ /^libperl5\./ and $line !~ /^perl-modules-5\./ ) { > @lines = ( @lines, $line ); > } > } >+ > if ( exists $overrides{$module} ) { > print "$overrides{$module}\n"; > } >@@ -73,8 +78,8 @@ foreach my $phase ($prereqs->phases) { > foreach my $pkg (@lines) { > print " | " if ( $pkg ne $lines[0] ); > print "$pkg"; >- print " | $pkg" . "-5.22" if ( $pkg eq "perl-modules" ); >- print " | $pkg" . "-5.24" if ( $pkg eq "perl-modules" ); >+# print " | $pkg" . "-5.22" if ( $pkg eq "perl-modules" ); >+# print " | $pkg" . "-5.24" if ( $pkg eq "perl-modules" ); > } > print "\n"; > } >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25591
:
105280
|
105282
|
105310
|
105311
|
105312
|
105326
|
105334
|
105335
|
105336
|
105337
|
105338
|
105339
|
105340
|
105397
|
105408
|
105450