[Git][java-team/libj2ssh-java][master] 12 commits: Build-Depends: s/default-jdk/default-jdk-headless/
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Feb 5 20:57:42 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / libj2ssh-java
Commits:
640f9fbd by Andreas Tille at 2025-02-05T21:35:59+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
d083748b by Andreas Tille at 2025-02-05T21:36:29+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
08cff8ed by Andreas Tille at 2025-02-05T21:36:29+01:00
debhelper-compat 13 (routine-update)
- - - - -
a24b45fc by Andreas Tille at 2025-02-05T21:36:52+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
c0187436 by Andreas Tille at 2025-02-05T21:36:53+01:00
Secure URI in copyright format (routine-update)
- - - - -
06da2df3 by Andreas Tille at 2025-02-05T21:36:53+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
e868a0c1 by Andreas Tille at 2025-02-05T21:36:53+01:00
No tab in license text (routine-update)
- - - - -
e0988b9f by Andreas Tille at 2025-02-05T20:36:53+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
d3f8d89d by Andreas Tille at 2025-02-05T20:36:57+00:00
Use secure URI in Homepage field.
Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
- - - - -
9685eb54 by Andreas Tille at 2025-02-05T21:37:08+01:00
watch file standard 4 (routine-update)
- - - - -
bb1cd61c by Andreas Tille at 2025-02-05T21:55:41+01:00
d/copyright: review
- - - - -
4be82416 by Andreas Tille at 2025-02-05T21:56:46+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,20 @@
+libj2ssh-java (0.2.9-6) unstable; urgency=medium
+
+ * Team upload.
+ * 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)
+ * Drop useless get-orig-source target (routine-update)
+ * No tab in license text (routine-update)
+ * Trim trailing whitespace.
+ * Use secure URI in Homepage field.
+ * watch file standard 4 (routine-update)
+ * d/copyright: review
+
+ -- Andreas Tille <tille at debian.org> Wed, 05 Feb 2025 21:55:55 +0100
+
libj2ssh-java (0.2.9-5) unstable; urgency=medium
[ Kumar Appaiah ]
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,25 +1,24 @@
Source: libj2ssh-java
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Varun Hiremath <varunhiremath at gmail.com>,
+ Emmanuel Bourg <ebourg at apache.org>
Section: java
Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Varun Hiremath <varunhiremath at gmail.com>,
- Emmanuel Bourg <ebourg at apache.org>
-Build-Depends:
- ant,
- debhelper (>= 10),
- default-jdk,
- javahelper,
- libcommons-logging-java,
- maven-repo-helper
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libj2ssh-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libj2ssh-java.git
-Homepage: http://sshtools.sourceforge.net
+Build-Depends: ant,
+ debhelper-compat (= 13),
+ default-jdk-headless,
+ javahelper,
+ libcommons-logging-java,
+ maven-repo-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/libj2ssh-java
+Vcs-Git: https://salsa.debian.org/java-team/libj2ssh-java.git
+Homepage: https://sshtools.sourceforge.net
Package: libj2ssh-java
Architecture: all
-Depends: libcommons-logging-java, ${misc:Depends}
+Depends: libcommons-logging-java,
+ ${misc:Depends}
Description: Java library for the SSH protocol
J2SSH is an object-orientated Java library implementation of the SSH
version 2 protocol. It provides a rich, powerful, and extensible SSH
@@ -34,8 +33,8 @@ Description: Java library for the SSH protocol
protocol.
Package: libj2ssh-java-doc
-Section: doc
Architecture: all
+Section: doc
Depends: ${misc:Depends}
Description: Java library for the SSH protocol - documentation and examples
J2SSH is an object-orientated Java library implementation of the SSH
=====================================
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: SSHTools
Upstream-Contact: Lee David Painter
Source: http://sshtools.sourceforge.net
@@ -11,14 +11,23 @@ Comment:
Files: *
Copyright: 2002-2003, Lee David Painter and Contributors.
- 2000, Dieter Wimberger
- 2002, by Manfred Duchrow. All rights reserved.
-License: GPL-2
+ 2000, Dieter Wimberger
+ 2002, by Manfred Duchrow. All rights reserved.
+License: GPL-2+
+
+Files: src/com/sshtools/daemon/terminal/*
+Copyright: 2002-2003 Lee David Painter and Contributors.
+License: GPL-2+ and/or LGPL-2.1
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
Files: debian/*
Copyright: 2007, Varun Hiremath <varunhiremath at gmail.com> and Kumar Appaiah <akumar at ee.iitm.ac.in>
-License: GPL-2
+License: GPL-2+
-License: GPL-2
+License: GPL-2+
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.
=====================================
debian/rules
=====================================
@@ -9,6 +9,3 @@ export CLASSPATH=/usr/share/java/commons-logging.jar
override_dh_auto_build:
dh_auto_build -- javadoc
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
http://sf.net/sshtools/j2ssh-(.*)-src\.tar\.gz debian debian/orig-tar.sh
View it on GitLab: https://salsa.debian.org/java-team/libj2ssh-java/-/compare/3391a72383fd61b900f1e0710741f8a5f5855a39...4be824168b3614d05c9ecf5b0e78d99e1b9fe62f
--
View it on GitLab: https://salsa.debian.org/java-team/libj2ssh-java/-/compare/3391a72383fd61b900f1e0710741f8a5f5855a39...4be824168b3614d05c9ecf5b0e78d99e1b9fe62f
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/20250205/da58f619/attachment.htm>
More information about the pkg-java-commits
mailing list