[Git][java-team/jas][master] 5 commits: Secure URI in Homepage
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Jan 28 13:34:41 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / jas
Commits:
d5194b00 by Andreas Tille at 2025-01-28T14:19:15+01:00
Secure URI in Homepage
- - - - -
3ae77a84 by Andreas Tille at 2025-01-28T14:22:35+01:00
Found a changelog entry dealing with watch file as well. While it was not fixed in Git it is now and I'll leave the entry of Gio in d/changelog
- - - - -
2080e5dd by Andreas Tille at 2025-01-28T14:26:25+01:00
Add NMU changelog entry
- - - - -
f2c21e1a by Andreas Tille at 2025-01-28T14:29:19+01:00
d/copyright: Fix Source URL
- - - - -
1df4de73 by Andreas Tille at 2025-01-28T14:34:31+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,23 @@
jas (2.5.4408-2) UNRELEASED; urgency=medium
- * Update debian/watch.
+ * Team upload.
+
+ [ Giovanni Mascellani ]
+ * Fix watch file
+
+ [ Andreas Tille ]
+ * Secure URI in Homepage
+ * d/copyright: Fix Source URL
+ * Build-Depends: s/default-jdk/default-jdk-headless/
+
+ -- Andreas Tille <tille at debian.org> Tue, 28 Jan 2025 14:18:58 +0100
+
+jas (2.5.4408-1.1) unstable; urgency=medium
+
+ * Non maintainer upload by the Reproducible Builds team.
+ * No source change upload to rebuild on buildd with .buildinfo files.
- -- Giovanni Mascellani <gio at debian.org> Thu, 28 Apr 2016 19:02:58 +0200
+ -- Holger Levsen <holger at debian.org> Fri, 01 Jan 2021 15:59:36 +0100
jas (2.5.4408-1) unstable; urgency=low
=====================================
debian/control
=====================================
@@ -3,10 +3,10 @@ Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio at debian.org>
-Build-Depends: debhelper (>= 8.0.0), default-jdk, javahelper (>= 0.43), liblog4j1.2-java,
+Build-Depends: debhelper (>= 8.0.0), default-jdk-headless, javahelper (>= 0.43), liblog4j1.2-java,
junit4
Standards-Version: 3.9.4
-Homepage: http://krum.rz.uni-mannheim.de/jas/
+Homepage: https://krum.rz.uni-mannheim.de/jas/
Vcs-Git: git://anonscm.debian.org/pkg-java/jas.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jas.git;a=summary
=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: jas
-Source: http://krum.rz.uni-mannheim.de/jas/
+Source: https://github.com/kredel/java-algebra-system
Files: *
Copyright: © 2000-2013, Heinz Kredel <kredel at rz.uni-mannheim.de>
=====================================
debian/watch
=====================================
@@ -1,4 +1,5 @@
-version=3
-http://krum.rz.uni-mannheim.de/jas/doc/download.html \
- ../jas-([0-9\.]+)-src.zip
+version=4
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/kredel/java-algebra-system/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/jas/-/compare/eff8c2e11a5f4567e6ee9b56151bc8015c23ec82...1df4de73f7e742bd6f70c6bcc482d69857ce3819
--
View it on GitLab: https://salsa.debian.org/java-team/jas/-/compare/eff8c2e11a5f4567e6ee9b56151bc8015c23ec82...1df4de73f7e742bd6f70c6bcc482d69857ce3819
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/8087c305/attachment.htm>
More information about the pkg-java-commits
mailing list