[Git][java-team/triplea][master] 2 commits: Since for debhelper compat level 13 automated build time testing is switched...
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Jan 28 12:28:45 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / triplea
Commits:
5d38b3cd by Andreas Tille at 2025-01-28T13:24:59+01:00
Since for debhelper compat level 13 automated build time testing is switched on but the test is failing the error is ignored but at least the test log is printed
- - - - -
7ee8b922 by Andreas Tille at 2025-01-28T13:28:07+01:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-triplea (1.9.0.0.7062-3) UNRELEASED; urgency=medium
+triplea (1.9.0.0.7062-3) unstable; urgency=medium
* Team upload.
* Secure URI in Homepage
@@ -9,8 +9,11 @@ triplea (1.9.0.0.7062-3) UNRELEASED; urgency=medium
* Reorder sequence of d/control fields by cme (routine-update)
* Drop useless get-orig-source target (routine-update)
* Trim trailing whitespace.
+ * Since for debhelper compat level 13 automated build time testing
+ is switched on but the test is failing the error is ignored but
+ at least the test log is printed
- -- Andreas Tille <tille at debian.org> Mon, 27 Jan 2025 22:07:56 +0100
+ -- Andreas Tille <tille at debian.org> Tue, 28 Jan 2025 13:25:06 +0100
triplea (1.9.0.0.7062-2) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -6,3 +6,8 @@
override_dh_auto_build:
dh_auto_build
mv build/libs/triplea-*.jar build/libs/triplea.jar
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ dh_auto_test || true
+endif
View it on GitLab: https://salsa.debian.org/java-team/triplea/-/compare/68fb186e96fd714f504be55334a8cd545804c7ab...7ee8b92296d5d860d462780a5cb78b230d33f28c
--
View it on GitLab: https://salsa.debian.org/java-team/triplea/-/compare/68fb186e96fd714f504be55334a8cd545804c7ab...7ee8b92296d5d860d462780a5cb78b230d33f28c
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/20250128/fc5ded60/attachment.htm>
More information about the pkg-java-commits
mailing list