https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20800 Narcis Garcia <informatica@actiu.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- CC| |informatica@actiu.net Status|CLOSED |REOPENED --- Comment #5 from Narcis Garcia <informatica@actiu.net> --- If depending ONLY on libhttp-oai-3.27-perl for Debian 9 is not possible, then take into account that the order of specified dependencies in package matters: Instead of*: libhttp-oai-perl (>= 3.2) | libhttp-oai-3.27-perl, libhttp-oai-perl (< 4.0) | libhttp-oai-3.27-perl These dependencies should be written as: libhttp-oai3-koha (< 4.0) | libhttp-oai-3.27-perl And a "libhttp-oai3-koha" metapackage with dependencies: libhttp-oai-perl (>= 3.2), libhttp-oai-perl (< 4.0) + In the meanwhile, a bug to Debian Perl Group for libhttp-oai-perl package could be filed. (*) The problem is that first case matches with libhttp-oai-perl=4.03 and dependency is satisfied with this proken package. -- You are receiving this mail because: You are watching all bug changes.