[Git][java-team/ddogleg][master] 2 commits: Enabling test suite.

Andrius Merkys gitlab at salsa.debian.org
Wed Nov 13 14:39:59 GMT 2019



Andrius Merkys pushed to branch master at Debian Java Maintainers / ddogleg


Commits:
fdd27eef by Andrius Merkys at 2019-11-13T14:18:04Z
Enabling test suite.

- - - - -
4bd04856 by Andrius Merkys at 2019-11-13T14:22:51Z
Preparing for release.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+ddogleg (0.17+ds-2) unstable; urgency=medium
+
+  * Enabling test suite.
+
+ -- Andrius Merkys <merkys at debian.org>  Wed, 13 Nov 2019 09:22:39 -0500
+
 ddogleg (0.17+ds-1) unstable; urgency=medium
 
   * Initial release (Closes: #944639)


=====================================
debian/control
=====================================
@@ -9,6 +9,7 @@ Build-Depends:
  gradle-debian-helper,
  libejml-java (>= 0.38),
  maven-repo-helper,
+ junit5 <!nocheck>,
 Standards-Version: 4.4.1
 Homepage: http://ddogleg.org
 Vcs-Browser: https://salsa.debian.org/java-team/ddogleg


=====================================
debian/rules
=====================================
@@ -2,3 +2,8 @@
 
 %:
 	dh $@ --with maven-repo-helper
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	dh_auto_build -- test
+endif



View it on GitLab: https://salsa.debian.org/java-team/ddogleg/compare/9338b1e5b22e45019daa536a39185c32b71a2ea8...4bd0485628ae1567885aef62b8f58a87b69ce51a

-- 
View it on GitLab: https://salsa.debian.org/java-team/ddogleg/compare/9338b1e5b22e45019daa536a39185c32b71a2ea8...4bd0485628ae1567885aef62b8f58a87b69ce51a
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/20191113/275ff110/attachment.html>


More information about the pkg-java-commits mailing list