[Git][java-team/graxxia][master] 9 commits: Add NMU to changelog
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Jan 26 16:44:08 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / graxxia
Commits:
cbeffa31 by Andreas Tille at 2025-01-26T12:58:28+01:00
Add NMU to changelog
- - - - -
0bea6fe9 by Andreas Tille at 2025-01-26T12:58:43+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
f779ecd8 by Andreas Tille at 2025-01-26T12:58:44+01:00
debhelper-compat 13 (routine-update)
- - - - -
57bdf1b8 by Andreas Tille at 2025-01-26T12:58:45+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
809a4ac4 by Andreas Tille at 2025-01-26T12:58:45+01:00
Secure URI in copyright format (routine-update)
- - - - -
368993a9 by Andreas Tille at 2025-01-26T12:58:45+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
e34de3f0 by Andreas Tille at 2025-01-26T11:58:45+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
666fdcf3 by Andreas Tille at 2025-01-26T17:35:39+01:00
Update watch file format version to 4.
Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html
- - - - -
fb5cf6d8 by Andreas Tille at 2025-01-26T17:43:49+01:00
Ignore build time test result (with was not executed with former debhelper compat level 9)
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -2,9 +2,25 @@ graxxia (1.0~20150714-3) UNRELEASED; urgency=medium
* Team upload.
* Upstream website redirects to Github
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * Secure URI in copyright format (routine-update)
+ * Drop useless get-orig-source target (routine-update)
+ * Trim trailing whitespace.
+ * Update watch file format version to 4.
+ * Ignore build time test result (with was not executed with former
+ debhelper compat level 9)
-- Andreas Tille <tille at debian.org> Sun, 26 Jan 2025 12:39:05 +0100
+graxxia (1.0~20150714-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload
+ * Source-only upload
+
+ -- Jeremy Bícha <jbicha at ubuntu.com> Wed, 02 Aug 2023 16:53:49 -0400
+
graxxia (1.0~20150714-2) unstable; urgency=medium
* Fixed the build failure caused by the switch from groovy2 to groovy
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,21 +1,23 @@
Source: graxxia
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: gradle-debian-helper,
libcommons-math3-java,
- libgroovycsv-java (>= 1.0),
+ libgroovycsv-java,
maven-repo-helper
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/graxxia.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/graxxia.git
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/graxxia
+Vcs-Git: https://salsa.debian.org/java-team/graxxia.git
Homepage: https://github.com/ssadedin/graxxia
Package: libgraxxia-java
Architecture: all
-Depends: ${misc:Depends}, libcommons-math3-java, libgroovycsv-java
+Depends: ${misc:Depends},
+ libcommons-math3-java,
+ libgroovycsv-java
Description: Wrappers for doing Mathematics in Groovy
Graxxia is a library adds data analysis features to Groovy, similar
to languages such as R, Julia, etc, and also to libraries such as
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Graxxia
Source: https://github.com/ssadedin/graxxia/
Files-Excluded: gradlew*
=====================================
debian/rules
=====================================
@@ -5,5 +5,6 @@ export JAVA_HOME := /usr/lib/jvm/default-java
%:
dh $@ --buildsystem=gradle --with maven-repo-helper
-get-orig-source:
- uscan --download-current-version --force-download --no-symlink
+override_dh_auto_test:
+ # Run test but ignore failure
+ dh_auto_test || true
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
https://github.com/ssadedin/graxxia/tags .*/([\d\.]+).tar.gz
View it on GitLab: https://salsa.debian.org/java-team/graxxia/-/compare/cc79b0b7c551c17c43e117def11791d6ba209ee2...fb5cf6d85592f7bc66c17fff01aa271e785a80b4
--
View it on GitLab: https://salsa.debian.org/java-team/graxxia/-/compare/cc79b0b7c551c17c43e117def11791d6ba209ee2...fb5cf6d85592f7bc66c17fff01aa271e785a80b4
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/20250126/e996625c/attachment.htm>
More information about the pkg-java-commits
mailing list