[Git][java-team/surefire][master] 4 commits: Enabled the junit-jupiter module
Emmanuel Bourg
gitlab at salsa.debian.org
Sat Apr 25 13:53:28 BST 2020
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / surefire
Commits:
71bdd375 by Emmanuel Bourg at 2020-04-25T14:45:42+02:00
Enabled the junit-jupiter module
- - - - -
0d3fcd4d by Emmanuel Bourg at 2020-04-25T14:45:47+02:00
Standards-Version updated to 4.5.0
- - - - -
5745e4b9 by Emmanuel Bourg at 2020-04-25T14:45:53+02:00
Switch to debhelper level 12
- - - - -
2cad8174 by Emmanuel Bourg at 2020-04-25T14:46:31+02:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/clean
- − debian/compat
- debian/control
- debian/libsurefire-java.poms
- debian/maven.properties
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+surefire (2.22.2-2) unstable; urgency=medium
+
+ * Team upload.
+ * Enabled the junit-jupiter module
+ * Standards-Version updated to 4.5.0
+ * Switch to debhelper level 12
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 25 Apr 2020 14:46:24 +0200
+
surefire (2.22.2-1) unstable; urgency=medium
* Team upload.
=====================================
debian/clean
=====================================
@@ -5,5 +5,6 @@ surefire-providers/common-java5/dependency-reduced-pom.xml
surefire-providers/surefire-junit3/dependency-reduced-pom.xml
surefire-providers/surefire-junit4/dependency-reduced-pom.xml
surefire-providers/surefire-junit47/dependency-reduced-pom.xml
+surefire-providers/surefire-junit-platform/dependency-reduced-pom.xml
surefire-providers/surefire-testng-utils/dependency-reduced-pom.xml
surefire-report-parser/dependency-reduced-pom.xml
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,11 +4,13 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>
Build-Depends:
- debhelper (>= 11~),
+ debhelper-compat (= 12),
default-jdk,
javacc,
junit,
junit4,
+ junit5,
+ libassertj-core-java,
libbuild-helper-maven-plugin-java,
libcommons-io-java,
libcommons-lang3-java (>= 3.7),
@@ -31,7 +33,7 @@ Build-Depends:
maven-debian-helper (>= 2.3.2~),
testng,
velocity
-Standards-Version: 4.2.1
+Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/surefire.git
Vcs-Browser: https://salsa.debian.org/java-team/surefire
Homepage: http://maven.apache.org/surefire/
=====================================
debian/libsurefire-java.poms
=====================================
@@ -38,7 +38,7 @@ surefire-providers/common-junit48/pom.xml --has-package-version
surefire-providers/surefire-junit3/pom.xml --has-package-version
surefire-providers/surefire-junit4/pom.xml --has-package-version
surefire-providers/surefire-junit47/pom.xml --has-package-version
-surefire-providers/surefire-junit-platform/pom.xml --ignore
+surefire-providers/surefire-junit-platform/pom.xml --has-package-version
surefire-providers/surefire-testng/pom.xml --has-package-version
surefire-providers/surefire-testng-utils/pom.xml --has-package-version
surefire-report-parser/pom.xml --has-package-version
=====================================
debian/maven.properties
=====================================
@@ -4,7 +4,7 @@
maven.test.skip=true
-maven.compiler.source=1.6
-maven.compiler.target=1.6
+maven.compiler.source=8
+maven.compiler.target=8
project.build.sourceEncoding=UTF-8
View it on GitLab: https://salsa.debian.org/java-team/surefire/-/compare/7967457c0f6b9bb4aaee76069b8350334c99f35f...2cad81743d8c63c62b142a0825daeeeeb6e00302
--
View it on GitLab: https://salsa.debian.org/java-team/surefire/-/compare/7967457c0f6b9bb4aaee76069b8350334c99f35f...2cad81743d8c63c62b142a0825daeeeeb6e00302
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/20200425/6f6168f4/attachment.html>
More information about the pkg-java-commits
mailing list