Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libquartz2-java
Commits: fa0bb71a by Emmanuel Bourg at 2018-10-05T11:46:39Z Fixed the missing dependencies on the binary package - - - - - 86932ca4 by Emmanuel Bourg at 2018-10-05T11:46:46Z Standards-Version updated to 4.2.1 - - - - - 2a801469 by Emmanuel Bourg at 2018-10-05T11:47:50Z Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +libquartz2-java (2.3.0-2) unstable; urgency=medium + + * Team upload. + * Fixed the missing dependencies on the binary package + * Standards-Version updated to 4.2.1 + + -- Emmanuel Bourg <[email protected]> Fri, 05 Oct 2018 13:47:32 +0200 + libquartz2-java (2.3.0-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -28,7 +28,7 @@ Build-Depends: libmaven-shade-plugin-java, libservlet3.1-java, maven-debian-helper (>= 1.4) -Standards-Version: 4.1.5 +Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/java-team/libquartz2-java.git Vcs-Browser: https://salsa.debian.org/java-team/libquartz2-java Homepage: http://quartz-scheduler.org ===================================== debian/rules ===================================== @@ -4,5 +4,10 @@ dh $@ --with javahelper override_dh_auto_install: + dh_auto_install + + # Install only the all in one jar + rm -Rf debian/libquartz2-java/usr/share/java/ + rm -Rf debian/libquartz2-java/usr/share/maven-repo/ mh_installpom -plibquartz2-java --no-parent -e2.3.0 quartz/target/dependency-reduced-pom.xml mh_installjar -plibquartz2-java --java-lib -e2.3.0 --usj-name=quartz2 quartz/target/dependency-reduced-pom.xml quartz/target/quartz-2.3.0-SNAPSHOT.jar View it on GitLab: https://salsa.debian.org/java-team/libquartz2-java/compare/42301a155bd2f6c1fcab3c3515a78f81c5881e77...2a801469be44c4e92af6bfc0e01008184322cbd3 -- View it on GitLab: https://salsa.debian.org/java-team/libquartz2-java/compare/42301a155bd2f6c1fcab3c3515a78f81c5881e77...2a801469be44c4e92af6bfc0e01008184322cbd3 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

