Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Remove powermock from B-D.
· d76635b2
Markus Koschany
authored
Feb 22, 2019
d76635b2
Add libmockito-java to B-D.
· 3051f355
Markus Koschany
authored
Feb 22, 2019
3051f355
Declare compliance with Debian Policy 4.3.0.
· 8c090e0a
Markus Koschany
authored
Mar 01, 2019
8c090e0a
Skip all the tests.
· 533f39df
Markus Koschany
authored
Mar 01, 2019
533f39df
Update changelog
· 9c3bf618
Markus Koschany
authored
Mar 01, 2019
9c3bf618
Remove libmockito-java from B-D again.
· 2574b12b
Markus Koschany
authored
Mar 01, 2019
2574b12b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2574b12b
libcommons-compress-java (1.18-2) unstable; urgency=medium
* Team upload.
* Remove powermock from B-D. See #875358.
* Declare compliance with Debian Policy 4.3.0.
* Skip all the tests.
-- Markus Koschany <apo@debian.org> Fri, 01 Mar 2019 23:27:13 +0100
libcommons-compress-java (1.18-1) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
2574b12b
...
...
@@ -15,10 +15,9 @@ Build-Depends:
libmaven-antrun-plugin-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libpowermock-java,
libxz-java (>= 1.5),
maven-debian-helper
Standards-Version: 4.
2
.0
Standards-Version: 4.
3
.0
Vcs-Git: https://salsa.debian.org/java-team/libcommons-compress-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libcommons-compress-java
Homepage: https://commons.apache.org/proper/commons-compress/
...
...
debian/maven.ignoreRules
View file @
2574b12b
...
...
@@ -11,3 +11,4 @@ org.codehaus.mojo findbugs-maven-plugin * * * *
org.eluder.coveralls coveralls-maven-plugin * * * *
org.ops4j.pax.exam * * * * *
com.github.siom79.japicmp japicmp-maven-plugin * * * *
org.powermock * * * * *
debian/maven.properties
View file @
2574b12b
...
...
@@ -4,5 +4,5 @@
project.build.sourceEncoding
=
UTF-8
maven.test.
failure.ignore
=
true
maven.test.
skip
=
true
maven.compiler.release
=
8