Bugzilla – Attachment 121243 Details for
Bug 28302
Koha does not work with CGI::Compile 0.24
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28302: Update packages to ignore CGI::Compile 0.24 (2)
Bug-28302-Update-packages-to-ignore-CGICompile-024.patch (text/plain), 1.09 KB, created by
Mason James
on 2021-05-20 14:54:30 UTC
(
hide
)
Description:
Bug 28302: Update packages to ignore CGI::Compile 0.24 (2)
Filename:
MIME Type:
Creator:
Mason James
Created:
2021-05-20 14:54:30 UTC
Size:
1.09 KB
patch
obsolete
>From 03414106694f8a954962dbcb9dd790bd13207e33 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Fri, 21 May 2021 02:50:58 +1200 >Subject: [PATCH] Bug 28302: Update packages to ignore CGI::Compile 0.24 (2) >Content-Type: text/plain; charset="utf-8" > >to test... > 1/ build package > 2/ install package on focal > 3/ check that libcgi-compile-perl 0.24 is not installed >--- > debian/list-deps | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/list-deps b/debian/list-deps >index 312359b..86b7178 100755 >--- a/debian/list-deps >+++ b/debian/list-deps >@@ -34,7 +34,7 @@ my %overrides = ( > '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', >- 'CGI::Compile' => 'libcgi-compile-perl (>> 0.24) | libcgi-compile-perl (<< 0.24)' >+ 'CGI::Compile' => 'libcgi-compile-perl (>= 0.25) | libcgi-compile-perl (<< 0.24)' > ); > > # 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 28302
:
120704
|
120952
|
120976
|
121183
| 121243 |
121465