Markus Koschany pushed to branch master at Debian Java Maintainers / libpicocontainer-java
Commits: 4b6b7f9a by Markus Koschany at 2018-11-03T12:30:10Z Remove build-dependencies on libactivation-java again. - - - - - 2c530fa8 by Markus Koschany at 2018-11-03T12:30:55Z Update changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libpicocontainer-java (2.15-4) unstable; urgency=medium + + * Remove build-dependency on libactivation-java again. + + -- Markus Koschany <[email protected]> Sat, 03 Nov 2018 13:30:34 +0100 + libpicocontainer-java (2.15-3) unstable; urgency=medium * Switch to compat level 11. ===================================== debian/control ===================================== @@ -9,7 +9,6 @@ Build-Depends: default-jdk, default-jdk-doc, javahelper, - libactivation-java, libgeronimo-annotation-1.3-spec-java, libparanamer-java, maven-repo-helper (>= 1.6~) ===================================== debian/rules ===================================== @@ -3,7 +3,7 @@ PKD = $(abspath $(dir $(MAKEFILE_LIST))) VER ?= $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if m{^Version:\s*([\d\.]+)}') export JAVA_HOME=/usr/lib/jvm/default-java -export CLASSPATH=/usr/share/java/paranamer.jar:/usr/share/java/javax.activation.jar:/usr/share/java/geronimo-annotation-1.3-spec.jar +export CLASSPATH=/usr/share/java/paranamer.jar:/usr/share/java/geronimo-annotation-1.3-spec.jar %: dh $@ --with javahelper,jh_maven_repo_helper View it on GitLab: https://salsa.debian.org/java-team/libpicocontainer-java/compare/78ba88c13b445900d782fa6373b99c644537276f...2c530fa8c8fea4f8e870791c50a1f993654bd6fa -- View it on GitLab: https://salsa.debian.org/java-team/libpicocontainer-java/compare/78ba88c13b445900d782fa6373b99c644537276f...2c530fa8c8fea4f8e870791c50a1f993654bd6fa You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

