Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Disable Javadoc since it’s currently broken
· 5a1803c5
Andrej Shadura
authored
Feb 20, 2019
5a1803c5
Standards-Version: 4.3.0
· 34f97db7
Andrej Shadura
authored
Feb 20, 2019
34f97db7
Update the changelog
· 348aad6d
Andrej Shadura
authored
Feb 20, 2019
348aad6d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
348aad6d
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
...
...
debian/control
View file @
348aad6d
...
...
@@ -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
View file @
348aad6d
...
...
@@ -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
...
...