Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Remove powermock from B-D.
· d6a7cc72
Markus Koschany
authored
Feb 22, 2019
d6a7cc72
Declare compliance with Debian Policy 4.3.0.
· a172e0ff
Markus Koschany
authored
Mar 01, 2019
a172e0ff
Update changelog
· fb9a2053
Markus Koschany
authored
Mar 01, 2019
fb9a2053
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fb9a2053
dnssecjava (1.1.3-3) unstable; urgency=medium
* Team upload.
* Remove powermock from B-D. See #875358.
* Declare compliance with Debian Policy 4.3.0.
-- Markus Koschany <apo@debian.org> Fri, 01 Mar 2019 22:26:20 +0100
dnssecjava (1.1.3-2) unstable; urgency=medium
* Disable tests to build on Java 9 (Closes: #893185)
...
...
debian/control
View file @
fb9a2053
...
...
@@ -12,10 +12,9 @@ Build-Depends:
libjoda-time-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libpowermock-java,
libslf4j-java,
maven-debian-helper (>= 2.0)
Standards-Version: 4.
1.3
Standards-Version: 4.
3.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/dnssecjava.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/dnssecjava.git
Homepage: https://github.com/ibauersachs/dnssecjava
...
...
debian/maven.ignoreRules
View file @
fb9a2053
...
...
@@ -3,3 +3,4 @@ org.apache.maven.plugins maven-checkstyle-plugin * * * *
org.apache.maven.plugins maven-release-plugin * * * *
org.eluder.coveralls coveralls-maven-plugin * * * *
org.jacoco jacoco-maven-plugin * * * *
org.powermock * * * * *