Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Removing all dependencies of tests as they are not being executed during the build.
· 85ec81ec
Andrius Merkys
authored
Aug 19, 2019
85ec81ec
New changelog entry.
· b6ac0807
Andrius Merkys
authored
Aug 19, 2019
b6ac0807
Ignoring mockito-core.
· fbf498df
Andrius Merkys
authored
Aug 19, 2019
fbf498df
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fbf498df
zip4j (2.1.2-2) unstable; urgency=medium
* Removing all dependencies of tests as they are not being executed during
the build.
-- Andrius Merkys <merkys@debian.org> Mon, 19 Aug 2019 01:36:25 -0400
zip4j (2.1.2-1) unstable; urgency=medium
* New upstream version 2.1.2
...
...
debian/control
View file @
fbf498df
...
...
@@ -7,9 +7,6 @@ Uploaders:
Build-Depends:
debhelper (>= 12),
default-jdk,
junit,
libassertj-core-java,
libpowermock-java,
maven-debian-helper (>= 2.1),
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/zip4j.git
...
...
debian/maven.ignoreRules
View file @
fbf498df
junit junit * * * *
org.apache.maven.plugins maven-failsafe-plugin * * * *
org.apache.maven.plugins maven-gpg-plugin * * * *
org.apache.maven.plugins maven-javadoc-plugin * * * *
org.apache.maven.plugins maven-source-plugin * * * *
org.assertj assertj-core * * * *
org.mockito mockito-core * * * *
org.powermock powermock-api-mockito2 * * * *
org.powermock powermock-module-junit4 * * * *
org.sonatype.plugins nexus-staging-maven-plugin * * * *
debian/maven.rules
View file @
fbf498df
junit junit jar s/.*/3.x/ * *
net.lingala.zip4j zip4j jar s/.*/debian/ * *