Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libquartz-java
Commits: 6a8d7cb8 by Emmanuel Bourg at 2018-10-16T21:56:17Z Fixed the build failure with Java 11 (Closes: #911182) - - - - - c7491bb8 by Emmanuel Bourg at 2018-10-16T21:56:27Z Standards-Version updated to 4.2.1 - - - - - 5fd63aa5 by Emmanuel Bourg at 2018-10-16T21:56:30Z Switch to debhelper level 11 - - - - - 46b48be0 by Emmanuel Bourg at 2018-10-16T21:56:35Z Use salsa.debian.org Vcs-* URLs - - - - - 4e677ba0 by Emmanuel Bourg at 2018-10-16T21:57:36Z Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/compat - debian/control - − debian/maven.cleanIgnoreRules - debian/maven.properties - − debian/maven.publishedRules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +libquartz-java (1:1.8.6-6) unstable; urgency=medium + + * Team upload. + * Fixed the build failure with Java 11 (Closes: #911182) + * Standards-Version updated to 4.2.1 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Tue, 16 Oct 2018 23:57:28 +0200 + libquartz-java (1:1.8.6-5) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -7,7 +7,7 @@ Uploaders: Torsten Werner <[email protected]>, tony mancill <[email protected]> Build-Depends: - debhelper (>= 10), + debhelper (>= 11), default-jdk, javahelper, junit, @@ -22,9 +22,9 @@ Build-Depends: libmail-java, libservlet3.1-java, maven-debian-helper (>= 1.4) -Standards-Version: 4.1.2 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/libquartz-java.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libquartz-java.git +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/java-team/libquartz-java.git +Vcs-Browser: https://salsa.debian.org/java-team/libquartz-java Homepage: http://quartz-scheduler.org Package: libquartz-java ===================================== debian/maven.cleanIgnoreRules deleted ===================================== @@ -1,17 +0,0 @@ -# Maven clean ignore rules - ignore some Maven dependencies and plugins -# during the clean phase of a Maven build -# Format of this file is: -# [group] [artifact] [type] [version] [classifier] [scope] -# where each element can be either -# - the exact string, for example org.apache for the group, or 3.1 -# for the version. In this case, the element is simply matched -# and left as it is -# - * (the star character, alone). In this case, anything will -# match and be left as it is. For example, using * on the -# position of the artifact field will match any artifact id -# All elements much match before a rule can be applied -# Example rule: match jar with groupid= junit, artifactid= junit -# and version starting with 3., this dependency is then removed -# from the POM before mvn clean is called -# junit junit jar s/3\..*/3.x/ - ===================================== debian/maven.properties ===================================== @@ -2,3 +2,4 @@ # For example: # maven.test.skip=true +maven.compiler.release=8 ===================================== debian/maven.publishedRules deleted ===================================== @@ -1,19 +0,0 @@ -# Maven published rules - additional rules to publish, to help -# the packaging work of Debian maintainers using mh_make -# Format of this file is: -# [group] [artifact] [type] [version] [classifier] [scope] -# where each element can be either -# - the exact string, for example org.apache for the group, or 3.1 -# for the version. In this case, the element is simply matched -# and left as it is -# - * (the star character, alone). In this case, anything will -# match and be left as it is. For example, using * on the -# position of the artifact field will match any artifact id -# - a regular expression of the form s/match/replace/ -# in this case, elements that match are transformed using -# the regex rule. -# All elements much match before a rule can be applied -# Example rule: match jar with groupid= junit, artifactid= junit -# and version starting with 3., replacing the version with 3.x -# junit junit jar s/3\..*/3.x/ - View it on GitLab: https://salsa.debian.org/java-team/libquartz-java/compare/92bc89f4f93d7a7033122dfb5e1dbd0c63e077f7...4e677ba026899da697c3fa2b5b416bcc41686fef -- View it on GitLab: https://salsa.debian.org/java-team/libquartz-java/compare/92bc89f4f93d7a7033122dfb5e1dbd0c63e077f7...4e677ba026899da697c3fa2b5b416bcc41686fef 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

