Andrej Shadura pushed to branch master at Debian Java Maintainers / libjsr305-java
Commits: 5a1803c5 by Andrej Shadura at 2019-02-20T08:53:40Z Disable Javadoc since it’s currently broken - - - - - 34f97db7 by Andrej Shadura at 2019-02-20T08:54:13Z Standards-Version: 4.3.0 - - - - - 348aad6d by Andrej Shadura at 2019-02-20T08:55:35Z Update the changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,14 +1,18 @@ -libjsr305-java (0.1~+svn49-11) UNRELEASED; urgency=medium +libjsr305-java (0.1~+svn49-11) unstable; urgency=medium + [ Miguel Landaeta ] * Team upload. * Remove myself from uploaders list. (Closes: #871874) * Bump DH compat level to 10. - * Bump Standards-Version to 3.9.8. No changes were required. + * Bump Standards-Version to 4.3.0. No changes were required. * Wrap and sort dependencies lists. * Update Homepage field. * Simplify d/rules. * Update copyright info. + [ Andrej Shadura ] + * Disable Javadoc since it’s currently broken. + -- Miguel Landaeta <[email protected]> Thu, 10 Aug 2017 19:32:59 +0100 libjsr305-java (0.1~+svn49-10) unstable; urgency=medium ===================================== debian/control ===================================== @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10~), default-jdk-doc, javahelper (>= 0.32~), maven-repo-helper -Standards-Version: 3.9.8 +Standards-Version: 4.3.0 Homepage: https://code.google.com/archive/p/jsr-305/ Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjsr305-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjsr305-java.git ===================================== debian/rules ===================================== @@ -6,10 +6,10 @@ PACKAGE := $(DEB_SOURCE) JAR_NAME := jsr305 %: - dh $@ --with javahelper + dh $@ --with javahelper -Nlibjsr305-java-doc override_jh_build: - jh_build jsr305.jar ri/src + jh_build --no-javadoc jsr305.jar ri/src override_dh_auto_clean: dh_auto_clean View it on GitLab: https://salsa.debian.org/java-team/libjsr305-java/compare/d49499ee766569f5aafc96474e1d96fa59c5d80c...348aad6ddda5c76c4d9564ab6d71951fb2b6f473 -- View it on GitLab: https://salsa.debian.org/java-team/libjsr305-java/compare/d49499ee766569f5aafc96474e1d96fa59c5d80c...348aad6ddda5c76c4d9564ab6d71951fb2b6f473 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

