Bug 26109 - Update list-deps for Koha 19.05.x to support Debian 8 and 10
Summary: Update list-deps for Koha 19.05.x to support Debian 8 and 10
Status: RESOLVED DUPLICATE of bug 25591
Alias: None
Product: Koha
Classification: Unclassified
Component: Packaging (show other bugs)
Version: 19.05
Hardware: All All
: P1 - high blocker
Assignee: Mason James
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-31 08:20 UTC by Mason James
Modified: 2020-10-08 17:19 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 26109: Update list-deps for Koha 19.05.x to support Debian 8 and 10 (3.62 KB, patch)
2020-07-31 08:38 UTC, Mason James
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Mason James 2020-07-31 08:20:45 UTC
This patch updates the debian/control file for Koha 19.05 on Debian 8 and 10
Comment 1 Mason James 2020-07-31 08:38:50 UTC
Created attachment 107620 [details] [review]
Bug 26109: Update list-deps for Koha 19.05.x to support Debian 8 and 10

to test...

1/ build and install 19.05.x package on deb8 and 10

2/ confirm failure
    $ apt-get -q -y -s install koha-common
    Reading package lists...
    Building dependency tree...
    Reading state information...
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    The following packages have unmet dependencies:
     koha-common : Depends: libperl5.24 but it is not installable
                   Depends: perl-modules-5.24 but it is not installable
    E: Unable to correct problems, you have held broken packages.
    ERROR: Job failed: exit code 1 <<<<<<<<<<

3/ apply patch

4/ build and install 19.05.x package on deb8 and 10

5/ confirm success
    $ apt-get -q -y -s install koha-common
    $ apt-cache policy koha-common
    koha-common:
      Installed: 19.05.13-1  <<<<<<<<<<
      Candidate: 19.05.13-1
Comment 2 Victor Grousset/tuxayo 2020-07-31 21:32:27 UTC
I'm out of the loop about this. So 19.05.x will be able to support Debian 10 now? :D

About Debian 8 the support has been dropped, should this be tested even though not advertised?
Should it be done for the existing installs that might break (if a bug goes undetected)
Comment 3 Mason James 2020-08-03 02:51:49 UTC
(In reply to Victor Grousset/tuxayo from comment #2)
> I'm out of the loop about this. So 19.05.x will be able to support Debian 10
> now? :D

hi, yes, the patch should allow 19.05 to be installed on deb10

> About Debian 8 the support has been dropped, should this be tested even
> though not advertised?

yes, i think so. its a quick job to test 'apt install koha-common' on deb8 with docker

> Should it be done for the existing installs that might break (if a bug goes
> undetected)

i think we can skip that test - if the package installs ok, it will upgrade ok too
Comment 4 Jonathan Druart 2020-09-29 08:37:30 UTC
Has this been fixed by bug 25591?
Comment 5 Martin Renvoize (ashimema) 2020-10-06 06:50:23 UTC
I'm confused.. what's the status of this one.. does it actually need signoff still?
Comment 6 Mason James 2020-10-06 07:33:42 UTC
(In reply to Martin Renvoize from comment #5)
> I'm confused.. what's the status of this one.. does it actually need signoff
> still?

hi Martin, this got resolved in BZ 25591, closing :)
Comment 7 Mason James 2020-10-06 07:34:16 UTC

*** This bug has been marked as a duplicate of bug 25591 ***
Comment 8 Victor Grousset/tuxayo 2020-10-08 17:19:00 UTC
Thanks, I had lost track of this one.