Le 19/02/2019 à 16:07, Andreas Tille a écrit : > I realised that libmilib-java is not installable[1] since ${maven:Depends}[2] > is resolved into libredberry-pipe-java (>= 1.0.0-alpha0) rather than the > existing > libredberry-pipe-java (>= 1.0.0~alpha0) (see difference between '-' and '~' > before 'alpha0'). How can I make sure that the correct version string is > injected > into the package Depends?
Hi Andreas, Remove --has-package-version in redberry-pipe: https://salsa.debian.org/java-team/redberry-pipe/blob/master/debian/libredberry-pipe-java.poms#L28 The flag must only be used when the package version matches exactly the version in pom.xml. Emmanuel Bourg