[Pkg-protobuf-devel] Bug#835358: libprotobuf-java: artifactid should be protobuf-java not protobuf-parent
Markus Koschany
apo at debian.org
Wed Aug 24 17:05:14 UTC 2016
Package: libprotobuf-java
Version: 3.0.0-3
Severity: serious
Hi,
the recent upload of libprotobuf-java 3.0.0 breaks its
reverse-dependencies [1].
This was caused by changing the artifactid in java/pom.xml from
protobuf-java to protobuf-parent or in other words java/pom.xml
represents the parent pom now but we need java/core/pom.xml instead.
The easiest way to fix this issue is to update
debian/libprotobuf-java.poms and change
java/pom.xml --artifact=java/core/target/protobuf.jar --java-lib
--no-parent --usj-name=protobuf
to
java/core/pom.xml --artifact=java/core/target/protobuf.jar --java-lib
--no-parent --usj-name=protobuf
[1] e.g. https://bugs.debian.org/835227
Regards,
Markus
More information about the Pkg-protobuf-devel
mailing list