[Git][java-team/groovycsv][master] 5 commits: Disable tests; see #1120895 (Closes: #1120229)

Tony Mancill (@tmancill) gitlab at salsa.debian.org
Tue Nov 18 17:41:42 GMT 2025



Tony Mancill pushed to branch master at Debian Java Maintainers / groovycsv


Commits:
5c08fd4a by tony mancill at 2025-11-18T08:58:17-08:00
Disable tests; see #1120895 (Closes: #1120229)

- - - - -
1bdb1fdf by tony mancill at 2025-11-18T08:58:22-08:00
Freshen years in debian/copyright

- - - - -
f7db497e by tony mancill at 2025-11-18T08:58:22-08:00
Update debian/watch to version 5

- - - - -
48cb138d by tony mancill at 2025-11-18T08:58:22-08:00
Bump Standards-Version to 4.7.2

- - - - -
9e83711f by tony mancill at 2025-11-18T08:58:22-08:00
Prepare changelog for upload

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+groovycsv (1.3-4) unstable; urgency=medium
+
+  * Team upload.
+  * Disable tests until updates/porting for libspock-java 1.0
+    See #1120895. (Closes: #1120229)
+  * Freshen years in debian/copyright
+  * Update debian/watch to version 5
+  * Bump Standards-Version to 4.7.2
+
+ -- tony mancill <tmancill at debian.org>  Tue, 18 Nov 2025 08:54:24 -0800
+
 groovycsv (1.3-3) unstable; urgency=medium
 
   * Fixed the build failure with Java 17 (Closes: #1012102)


=====================================
debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
  libopencsv-java,
  libspock-java <!nocheck>,
  maven-repo-helper,
-Standards-Version: 4.6.2
+Standards-Version: 4.7.2
 Vcs-Git: https://salsa.debian.org/java-team/groovycsv.git
 Vcs-Browser: https://salsa.debian.org/java-team/groovycsv
 Homepage: https://github.com/xlson/groovycsv


=====================================
debian/copyright
=====================================
@@ -9,7 +9,8 @@ Copyright: 2010-2015, Leonard Axelsson <leonard.axelsson at gmail.com>
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2015, Emmanuel Bourg <ebourg at apache.org>
+Copyright: 2015-2025, Emmanuel Bourg <ebourg at apache.org>
+           2025, tony mancill <tmancill at debian.org>
 License: Apache-2.0
 
 License: Apache-2.0


=====================================
debian/rules
=====================================
@@ -8,6 +8,7 @@ export JAVA_HOME := /usr/lib/jvm/default-java
 # Quick-and-dirty way to execute build time tests using gradle-debian-helper.
 # See #934729 for the description.
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	dh_auto_build -- test
-endif
+# Disabling tests.  See #1120229 and #1120895
+#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+#	dh_auto_build -- test
+#endif


=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=3
-https://github.com/xlson/groovycsv/tags .*/([\d\.]+).tar.gz
+Version: 5
+
+Source: https://github.com/xlson/groovycsv/tags
+Matching-Pattern: .*/([\d\.]+).tar.gz



View it on GitLab: https://salsa.debian.org/java-team/groovycsv/-/compare/0b05a6e04418422d8055a9254e308cebd02bbdf0...9e83711fac7ebace8fef0a065dbb94d5035e1535

-- 
View it on GitLab: https://salsa.debian.org/java-team/groovycsv/-/compare/0b05a6e04418422d8055a9254e308cebd02bbdf0...9e83711fac7ebace8fef0a065dbb94d5035e1535
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/20251118/f9096567/attachment.htm>


More information about the pkg-java-commits mailing list