[Git][java-team/zip4j][master] 3 commits: Removing all dependencies of tests as they are not being executed during the build.
Andrius Merkys
gitlab at salsa.debian.org
Mon Aug 19 06:49:17 BST 2019
Andrius Merkys pushed to branch master at Debian Java Maintainers / zip4j
Commits:
85ec81ec by Andrius Merkys at 2019-08-19T05:35:51Z
Removing all dependencies of tests as they are not being executed during the build.
- - - - -
b6ac0807 by Andrius Merkys at 2019-08-19T05:36:53Z
New changelog entry.
- - - - -
fbf498df by Andrius Merkys at 2019-08-19T05:44:51Z
Ignoring mockito-core.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/maven.ignoreRules
- debian/maven.rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+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 at 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
=====================================
@@ -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
=====================================
@@ -1,7 +1,11 @@
+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
=====================================
@@ -1,3 +1,2 @@
-junit junit jar s/.*/3.x/ * *
net.lingala.zip4j zip4j jar s/.*/debian/ * *
View it on GitLab: https://salsa.debian.org/java-team/zip4j/compare/92321939fb29e18f27d7469049642c1545da3aef...fbf498df69657271845c05ddd8e4c7bac0b22d30
--
View it on GitLab: https://salsa.debian.org/java-team/zip4j/compare/92321939fb29e18f27d7469049642c1545da3aef...fbf498df69657271845c05ddd8e4c7bac0b22d30
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190819/6970a6b7/attachment.html>
More information about the pkg-java-commits
mailing list