[Git][java-team/jas][master] 8 commits: Standards-Version: 4.7.0 (routine-update)
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Jan 28 14:05:02 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / jas
Commits:
0316758a by Andreas Tille at 2025-01-28T14:34:50+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
579733f3 by Andreas Tille at 2025-01-28T14:34:50+01:00
debhelper-compat 13 (routine-update)
- - - - -
04ebe302 by Andreas Tille at 2025-01-28T14:54:05+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
8217e21d by Andreas Tille at 2025-01-28T14:54:05+01:00
Secure URI in copyright format (routine-update)
- - - - -
10c60f91 by Andreas Tille at 2025-01-28T14:54:05+01:00
Remove trailing whitespace in debian/changelog (routine-update)
- - - - -
3ddf611e by Andreas Tille at 2025-01-28T14:54:48+01:00
Add missing build dependency on javahelper for addon javahelper.
Changes-By: lintian-brush
Fixes: lintian: missing-build-dependency-for-dh-addon
See-also: https://lintian.debian.org/tags/missing-build-dependency-for-dh-addon.html
- - - - -
2e7f8b81 by Andreas Tille at 2025-01-28T15:03:17+01:00
Prevent potential privacy breach
- - - - -
71b2bd5a by Andreas Tille at 2025-01-28T15:04:25+01:00
Rename debian/TODO.Debian to debian/TODO
- - - - -
7 changed files:
- debian/TODO.Debian → debian/TODO
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/patches/privacy-breach.patch
- + debian/patches/series
Changes:
=====================================
debian/TODO.Debian → debian/TODO
=====================================
=====================================
debian/changelog
=====================================
@@ -1,7 +1,7 @@
jas (2.5.4408-2) UNRELEASED; urgency=medium
* Team upload.
-
+
[ Giovanni Mascellani ]
* Fix watch file
@@ -9,6 +9,14 @@ jas (2.5.4408-2) UNRELEASED; urgency=medium
* Secure URI in Homepage
* d/copyright: Fix Source URL
* Build-Depends: s/default-jdk/default-jdk-headless/
+ * 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)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * Add missing build dependency on javahelper for addon javahelper.
+ * Prevent potential privacy breach
+ * Rename debian/TODO.Debian to debian/TODO
-- Andreas Tille <tille at debian.org> Tue, 28 Jan 2025 14:18:58 +0100
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-8
=====================================
debian/control
=====================================
@@ -1,18 +1,23 @@
Source: jas
-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-headless, javahelper (>= 0.43), liblog4j1.2-java,
- junit4
-Standards-Version: 3.9.4
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ default-jdk-headless,
+ liblog4j1.2-java,
+ junit4,
+ javahelper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/jas
+Vcs-Git: https://salsa.debian.org/java-team/jas.git
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
Package: libjas-java
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${java:Depends}
Description: Java object-oriented type-safe Algebra System
Java Algebra System (JAS) is an object-oriented, type-safe and
multi-threaded library using generic types for algebraic
=====================================
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: jas
Source: https://github.com/kredel/java-algebra-system
=====================================
debian/patches/privacy-breach.patch
=====================================
@@ -0,0 +1,36 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: 2025-01-28
+Description: We support the No-Software-Patents-idea but we do not support potential privacy breaches via included images
+
+--- a/navigate.html
++++ b/navigate.html
+@@ -53,9 +53,7 @@
+ <!--hr width="50%" /-->
+ <p style="text-align: center;">
+ <a href="http://www.nosoftwarepatents.com/" target="nsp"
+- ><img src="http://www.nosoftwarepatents.com/banners/nswpat80x15.gif"
+- alt="www.nosoftwarepatents.com"
+- /></a>
++ >No Software Patents</a>
+ </p>
+
+ <p style="line-height: 1.4em; text-align: center;">
+--- a/intro.html
++++ b/intro.html
+@@ -548,16 +548,5 @@ Last modified: Tue Apr 30 00:24:21 CEST
+ $Id: intro.html 4403 2013-04-29 22:25:54Z kredel $
+ </p-->
+
+-<p>
+-<a href="http://validator.w3.org/check?uri=referer" target="w3c"
+- ><img src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88"
+- alt="Valid XHTML 1.0!" /></a>
+-
+- <a href="http://jigsaw.w3.org/css-validator/" target="w3c"
+- ><img src="http://www.w3.org/Icons/valid-css"
+- alt="Valid CSS!" height="31" width="88"
+- /></a>
+-</p>
+-
+ </body>
+ </html>
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+privacy-breach.patch
View it on GitLab: https://salsa.debian.org/java-team/jas/-/compare/1df4de73f7e742bd6f70c6bcc482d69857ce3819...71b2bd5a2d561d41de9643659b23a0067fa36f75
--
View it on GitLab: https://salsa.debian.org/java-team/jas/-/compare/1df4de73f7e742bd6f70c6bcc482d69857ce3819...71b2bd5a2d561d41de9643659b23a0067fa36f75
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/0d2ca862/attachment.htm>
More information about the pkg-java-commits
mailing list