Re: help with plugin versions and maven-debian-helper

2023-02-07 Thread Emmanuel Bourg
Le 2023-02-08 05:47, Joe Nahmias a écrit : [ERROR] Unresolveable build extension: Error resolving version for plugin 'org.apache.felix:maven-bundle-plugin' from the repositories [local (/usr/share/maven-repo), central (https://repo.maven.apache.org/maven2)]: Plugin not found in any plugin reposi

help with plugin versions and maven-debian-helper

2023-02-07 Thread Joe Nahmias
Hello, I'm new to maven-debian-helper and am trying to package jackson-modules-java8 [0], as part of a larger project to package mssql-jdbc. [0]: https://github.com/FasterXML/jackson-modules-java8 I've got my dev env with m-d-h, along with (I believe) all the relevant java packages for the build

Re: ca-certificate-java/openjdk installation issues

2023-02-07 Thread Vladimir Petko
Hi, I tried that: - Having a dependency on java runtime brings us back to the same problem that we have now: upgrade is broken [1]. - Removing dependency, drags the Python in. If we want to keep dependencies small, maybe we can switch the package to `Architecture Any` or supersede it with

Re: ca-certificate-java/openjdk installation issues

2023-02-07 Thread Vladimir Petko
Hi, Yes, this is a very good point. I am a bit hesitant about dragging the Python in myself, though the build procedure might be interesting (building both jar and python egg). Another option is convert the package to architecture Any (if it is possible) and in this case we will have dependency

Re: ca-certificate-java/openjdk installation issues

2023-02-07 Thread Thorsten Glaser
On Wed, 8 Feb 2023, Vladimir Petko wrote: >This functionality can be implemented using the following Python packages: […] Make that an “or” dependency then, so that people who already have the JVM installed don’t need to pull tons of Python3 packages. bye, //mirabilos -- Infrastrukturexperte •

ca-certificate-java/openjdk installation issues

2023-02-07 Thread Vladimir Petko
Dear Maintainers, Would it be possible to consider a proposal to break dependency of ca-certificates-java on the installed JVM? Abstract ca-certificates-java package contains a circular dependency with Java that causes issues during openjdk installation. I am proposing switching the ca-certifica