Bugzilla – Attachment 106496 Details for
Bug 25920
Add liblocale-codes-perl package to fix ubuntu-stable (focal)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25920: Add liblocale-codes-perl package to fix ubuntu-stable (focal)
Bug-25920-Add-liblocale-codes-perl-package-to-fix-.patch (text/plain), 2.47 KB, created by
Mason James
on 2020-07-03 11:55:59 UTC
(
hide
)
Description:
Bug 25920: Add liblocale-codes-perl package to fix ubuntu-stable (focal)
Filename:
MIME Type:
Creator:
Mason James
Created:
2020-07-03 11:55:59 UTC
Size:
2.47 KB
patch
obsolete
>From 4ed82d25b464db771556ab615a99c5e7f2fd9721 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Fri, 3 Jul 2020 23:42:02 +1200 >Subject: [PATCH] Bug 25920: Add liblocale-codes-perl package to fix > ubuntu-stable (focal) >Content-Type: text/plain; charset="utf-8" > >to test on ubuntu-20... > >1/ install koha-common pkg > $ sudo apt install koha-common > >2/ confirm liblocale-codes-perl pkg is not installed :( > $ apt-cache policy liblocale-codes-perl | grep Installed > Installed: (none) > >3/ apply patch > >4/ build and install new koha-common pkg > >5/ confirm liblocale-codes-perl pkg is now installed :) > $ apt-cache policy liblocale-codes-perl | grep Installed > Installed: 3.62-1 >--- > debian/control | 2 ++ > debian/list-deps | 3 ++- > 2 files changed, 4 insertions(+), 1 deletion(-) > >diff --git a/debian/control b/debian/control >index c42a69b..ee1b8cb 100644 >--- a/debian/control >+++ b/debian/control >@@ -77,6 +77,7 @@ Build-Depends: libalgorithm-checkdigits-perl, > liblingua-stem-snowball-perl, > liblist-moreutils-perl, > liblocale-currency-format-perl, >+ liblocale-codes-perl, > liblocale-po-perl, > liblog-log4perl-perl, > liblwp-protocol-https-perl|libwww-perl (<<6.02), libio-socket-ssl-perl, >@@ -310,6 +311,7 @@ Depends: libalgorithm-checkdigits-perl, > liblingua-stem-perl, > liblingua-stem-snowball-perl, > liblist-moreutils-perl, >+ liblocale-codes-perl, > liblocale-currency-format-perl, > liblocale-po-perl, > liblog-log4perl-perl, >diff --git a/debian/list-deps b/debian/list-deps >index 4bf9367..5dde656 100755 >--- a/debian/list-deps >+++ b/debian/list-deps >@@ -25,12 +25,13 @@ use C4::Installer::PerlModules; > # apt-file can find, e.g. in the Koha repo rather than the regular > # debian one. > my %overrides = ( >- 'LWP::Protocol::https' => 'liblwp-protocol-https-perl|libwww-perl (<<6.02), libio-socket-ssl-perl', >+ '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) | libio-socket-ip-perl', > 'Swagger2' => 'libswagger2-perl (>= 0.59)', > 'Mojolicious' => 'libmojolicious-perl (>= 6.0)', > 'CPAN::Meta' => 'libcpan-meta-perl (>= 2.150010) | perl-modules-5.28 | perl-modules-5.30 | perl-modules (>= 5.20.2)' >+ 'Locale::Language' => 'liblocale-codes-perl' > ); > > # These are packages we're going to ignore >-- >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 25920
:
106496
|
106497
|
106672
|
107171
|
107480
|
121343