[Git][java-team/libbeam-java][master] 4 commits: Running tests.

Andrius Merkys gitlab at salsa.debian.org
Tue Sep 1 15:51:17 BST 2020



Andrius Merkys pushed to branch master at Debian Java Maintainers / libbeam-java


Commits:
0471f94c by Andrius Merkys at 2020-09-01T09:19:18-04:00
Running tests.

- - - - -
ce354f82 by Andrius Merkys at 2020-09-01T09:37:20-04:00
Adding missing newline to debian/rules.

- - - - -
f0c9b969 by Andrius Merkys at 2020-09-01T09:37:45-04:00
Bumping debhelper-compat (no changes).

- - - - -
45c3156e by Andrius Merkys at 2020-09-01T09:56:58-04:00
Update changelog for 1.3.3-3 release

- - - - -


6 changed files:

- debian/changelog
- debian/control
- − debian/maven.ignoreRules
- debian/maven.properties
- debian/maven.rules
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libbeam-java (1.3.3-3) unstable; urgency=medium
+
+  * Executing build time tests.
+  * Adding missing newline to debian/rules.
+  * Bumping debhelper-compat (no changes).
+
+ -- Andrius Merkys <merkys at debian.org>  Tue, 01 Sep 2020 09:56:38 -0400
+
 libbeam-java (1.3.3-2) unstable; urgency=medium
 
   * Adding 'Rules-Requires-Root: no'.


=====================================
debian/control
=====================================
@@ -5,9 +5,12 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders:
  Andrius Merkys <merkys at debian.org>,
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  default-jdk,
+ junit4,
  libjoptsimple-java,
+ libhamcrest-java,
+ libmockito-java,
  maven-debian-helper (>= 2.1),
 Standards-Version: 4.4.1
 Rules-Requires-Root: no


=====================================
debian/maven.ignoreRules deleted
=====================================
@@ -1,4 +0,0 @@
-
-junit junit * * * *
-org.hamcrest hamcrest-all * * * *
-org.mockito mockito-all * * * *


=====================================
debian/maven.properties
=====================================
@@ -2,5 +2,3 @@
 # For example:
 # maven.test.skip=true
 # project.build.sourceEncoding=UTF-8
-
-maven.test.skip=true


=====================================
debian/maven.rules
=====================================
@@ -1,4 +1,5 @@
 
+junit junit jar s/.*/4.x/ * *
 uk.ac.ebi.beam beam-core jar s/.*/debian/ * *
 uk.ac.ebi.beam beam-exec jar s/.*/debian/ * *
 uk.ac.ebi.beam beam-func jar s/.*/debian/ * *


=====================================
debian/rules
=====================================
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
\ No newline at end of file
+	dh $@



View it on GitLab: https://salsa.debian.org/java-team/libbeam-java/-/compare/fef27829d10f006548b59ade2bdc874c899e8610...45c3156ee797ceab8818c1c28b80730db77eb729

-- 
View it on GitLab: https://salsa.debian.org/java-team/libbeam-java/-/compare/fef27829d10f006548b59ade2bdc874c899e8610...45c3156ee797ceab8818c1c28b80730db77eb729
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/20200901/962652b2/attachment.html>


More information about the pkg-java-commits mailing list