Emmanuel Bourg pushed to branch master at Debian Java Maintainers / gentlyweb-utils
Commits: 17247022 by Emmanuel Bourg at 2018-11-29T12:13:45Z Wrap and sort - - - - - 5469d472 by Emmanuel Bourg at 2018-11-29T12:14:08Z Standards-Version updated to 4.2.1 - - - - - 6cdd636a by Emmanuel Bourg at 2018-11-29T12:14:14Z Switch to debhelper level 11 - - - - - 4c21a4cf by Emmanuel Bourg at 2018-11-29T12:14:21Z Use salsa.debian.org Vcs-* URLs - - - - - 33b24094 by Emmanuel Bourg at 2018-11-29T12:16:41Z Fixed the build failure with Java 11 (Closes: #912240) - - - - - 47fde766 by Emmanuel Bourg at 2018-11-29T12:23:31Z Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +gentlyweb-utils (1.5-2) unstable; urgency=medium + + * Team upload. + * Fixed the build failure with Java 11 (Closes: #912240) + * Standards-Version updated to 4.2.1 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Thu, 29 Nov 2018 13:16:46 +0100 + gentlyweb-utils (1.5-1) unstable; urgency=low * Initial release (Closes: #631016). ===================================== debian/compat ===================================== @@ -1 +1 @@ -7 +11 ===================================== debian/control ===================================== @@ -3,16 +3,22 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), default-jdk, maven-repo-helper (>= 1.5), javahelper (>= 0.20), libjdom1-java -Build-Depends-Indep: default-jdk-doc -Standards-Version: 3.9.2 -Vcs-Git: git://git.debian.org/pkg-java/gentlyweb-utils.git -Vcs-Browser: http://git.debian.org/?p=pkg-java/gentlyweb-utils.git -Homepage: http://josql.sourceforge.net/ +Build-Depends: + debhelper (>= 11), + default-jdk, + default-jdk-doc, + javahelper (>= 0.20), + libactivation-java, + libjdom1-java, + maven-repo-helper (>= 1.5) +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/java-team/gentlyweb-utils.git +Vcs-Browser: https://salsa.debian.org/java-team/gentlyweb-utils +Homepage: http://josql.sourceforge.net/ Package: libgentlyweb-utils-java Architecture: all -Depends: ${misc:Depends}, +Depends: ${misc:Depends} Suggests: libgentlyweb-utils-java-doc Description: java utility library used by josql Simple java utility library used mainly by JoSQL (libjosql-java) for I/O. @@ -21,7 +27,7 @@ Package: libgentlyweb-utils-java-doc Architecture: all Section: doc Depends: ${misc:Depends} -Recommends: default-jdk-doc +Recommends: default-jdk-doc Suggests: libgentlyweb-utils-java Description: Documentation - java utility library used by josql Simple java utility library used mainly by JoSQL (libjosql-java) for I/O. ===================================== debian/copyright ===================================== @@ -14,5 +14,3 @@ License: Apache-2.0 License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0' - - ===================================== debian/rules ===================================== @@ -8,13 +8,10 @@ PACKAGE := $(shell dpkg-parsechangelog | grep '^Source:' | cut -f 2 -d ' ') VERSION := $(shell dpkg-parsechangelog | grep '^Version:' | cut -f 2 -d ' ' | sed 's/-[^-]*$$//') export JAVA_HOME=/usr/lib/jvm/default-java -export CLASSPATH=/usr/share/java/jdom1.jar +export CLASSPATH=/usr/share/java/jdom1.jar:/usr/share/java/javax.activation.jar %: dh $@ --with javahelper --with maven_repo_helper -get-orig-source: - uscan --download-version $(VERSION) --force-download --rename - get-orig-pom: wget -O debian/pom.xml ${MAVEN_REPO}/${GROUP_ID}/${ARTIFACT_ID}/${VERSION}/${ARTIFACT_ID}-${VERSION}.pom View it on GitLab: https://salsa.debian.org/java-team/gentlyweb-utils/compare/c8dcb09b70f0d401c616c29337d870d2e8525508...47fde76671861ade070163351cb6d679a7a74e9c -- View it on GitLab: https://salsa.debian.org/java-team/gentlyweb-utils/compare/c8dcb09b70f0d401c616c29337d870d2e8525508...47fde76671861ade070163351cb6d679a7a74e9c 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

