Bugzilla – Attachment 131974 Details for
Bug 26685
Move Starman out of debian/control.in and into cpanfile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26685: Move starman out of debian/control.in and into cpanfile
Bug-26685-Move-starman-out-of-debiancontrolin-and-.patch (text/plain), 1.96 KB, created by
Jonathan Druart
on 2022-03-21 14:43:01 UTC
(
hide
)
Description:
Bug 26685: Move starman out of debian/control.in and into cpanfile
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-03-21 14:43:01 UTC
Size:
1.96 KB
patch
obsolete
>From 0933452fafa40429400c0aac3ab7eba2cc1342f2 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 15 Oct 2020 02:06:44 +0000 >Subject: [PATCH] Bug 26685: Move starman out of debian/control.in and into > cpanfile > >to test... > - apply patch > - build and install new package > - confirm starman package displays correctly in about.pl page > >Signed-off-by: Mason James <mtj@kohaaloha.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > cpanfile | 1 + > debian/control.in | 2 -- > debian/list-deps | 1 + > 3 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/cpanfile b/cpanfile >index d86c2484396..1cc10fa49f9 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -96,6 +96,7 @@ requires 'Schedule::At', '1.06'; > requires 'Search::Elasticsearch', '5.01'; > requires 'Sereal::Decoder', '3.0'; > requires 'Sereal::Encoder', '3.0'; >+requires 'Starman', '0.4014'; > requires 'Storable', '2.20'; > requires 'String::Random', '0.22'; > requires 'Template', '>= 2.22, != 3.008'; >diff --git a/debian/control.in b/debian/control.in >index a6cbf7d7c1a..e1efe67d3a1 100644 >--- a/debian/control.in >+++ b/debian/control.in >@@ -28,7 +28,6 @@ Depends: ${misc:Depends}, ${koha:Depends}, > perl-doc, > pwgen, > rabbitmq-server, >- starman, > sudo, > fonts-dejavu | ttf-dejavu, > unzip, >@@ -76,7 +75,6 @@ Depends: ${misc:Depends}, > perl-doc, > pwgen, > rabbitmq-server, >- starman, > sudo, > fonts-dejavu | ttf-dejavu, > unzip, >diff --git a/debian/list-deps b/debian/list-deps >index 877e4a5f8b4..687fb26a72e 100755 >--- a/debian/list-deps >+++ b/debian/list-deps >@@ -35,6 +35,7 @@ my %overrides = ( > 'CPAN::Meta' => 'libcpan-meta-perl (>= 2.150010) | perl-modules-5.28 | perl-modules-5.30 | perl-modules (>= 5.20.2)', > 'CGI::Compile' => 'libcgi-compile-perl (>= 0.25) | libcgi-compile-perl (<< 0.24)', > 'DBD::SQLite' => 'libdbd-sqlite3-perl', >+ 'Starman' => 'starman', > ); > > # These are packages we're going to ignore >-- >2.25.1
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 26685
:
111675
|
131226
|
131227
|
131228
|
131229
| 131974 |
131975