Skip to content
Commits on Source (3)
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 <nomadium@debian.org> Thu, 10 Aug 2017 19:32:59 +0100
libjsr305-java (0.1~+svn49-10) unstable; urgency=medium
......
......@@ -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
......
......@@ -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
......