Pierre Gruet pushed to branch master at Debian Med / libgoby-java
Commits: 55a1b60e by Pierre Gruet at 2021-11-24T17:44:57+01:00 Adding missing dependency on libjaxb-api-java in d/control and in the pom - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/jaxb_dependency.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libgoby-java (3.3.1+dfsg2-4) UNRELEASED; urgency=medium + + * Adding missing dependency libjaxb-api-java, both in d/control and in + the POM file + + -- Pierre Gruet <[email protected]> Tue, 23 Nov 2021 14:13:37 +0100 + libgoby-java (3.3.1+dfsg2-3) unstable; urgency=medium * Adding default-jdk in the Depends of the 2nd autopkgtest ===================================== debian/control ===================================== @@ -22,6 +22,7 @@ Build-Depends: debhelper-compat (= 13), libdistlib-java, liblog4j1.2-java, libexec-maven-plugin-java, + libjaxb-api-java, libmaven-assembly-plugin-java, libmaven-antrun-plugin-java, libbuild-helper-maven-plugin-java, ===================================== debian/patches/jaxb_dependency.patch ===================================== @@ -0,0 +1,18 @@ +Description: adding missing jaxb-api dependency in pom +Author: Pierre Gruet <[email protected]> +Forwarded: no +Last-Update: 2021-11-23 + +--- a/goby-distribution/pom.xml ++++ b/goby-distribution/pom.xml +@@ -389,5 +389,10 @@ + <artifactId>distlib</artifactId> + <version>debian</version> + </dependency> ++ <dependency> ++ <groupId>javax.xml.bind</groupId> ++ <artifactId>jaxb-api</artifactId> ++ <version>debian</version> ++ </dependency> + </dependencies> + </project> ===================================== debian/patches/series ===================================== @@ -11,3 +11,4 @@ computing_fisher_pvalue_hypergeom.patch exclude_not_runnable_tests.patch goby_script.patch path_of_goby_jar_for_Debian.patch +jaxb_dependency.patch View it on GitLab: https://salsa.debian.org/med-team/libgoby-java/-/commit/55a1b60ecf7bc72625645368f6b980dad72554db -- View it on GitLab: https://salsa.debian.org/med-team/libgoby-java/-/commit/55a1b60ecf7bc72625645368f6b980dad72554db You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
