[Git][java-team/sqlline][master] 7 commits: Secure URL in watch file
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jan 27 20:47:35 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / sqlline
Commits:
c4c5a1bf by Andreas Tille at 2025-01-27T21:32:58+01:00
Secure URL in watch file
- - - - -
509bba06 by Andreas Tille at 2025-01-27T21:33:09+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
75772818 by Andreas Tille at 2025-01-27T21:33:09+01:00
debhelper-compat 13 (routine-update)
- - - - -
eda9ddd1 by Andreas Tille at 2025-01-27T21:33:28+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
98a5f5ac by Andreas Tille at 2025-01-27T21:43:29+01: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
- - - - -
c4ec0ed4 by Andreas Tille at 2025-01-27T21:45:50+01:00
Specify full text of BSD-3-clause
- - - - -
de4e97be by Andreas Tille at 2025-01-27T21:46:46+01:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,11 +1,16 @@
-sqlline (1.0.2-9) UNRELEASED; urgency=medium
+sqlline (1.0.2-9) unstable; urgency=medium
* Team upload.
* Remove redundant debian/README.source
* Build-Depends: s/default-jdk/default-jdk-headless/
* d/copyright: DEP5
+ * Secure URL in watch file
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * Use secure URI in Homepage field.
- -- Andreas Tille <tille at debian.org> Mon, 27 Jan 2025 21:20:03 +0100
+ -- Andreas Tille <tille at debian.org> Mon, 27 Jan 2025 21:46:18 +0100
sqlline (1.0.2-8) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -1,25 +1,23 @@
Source: sqlline
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends:
- ant,
- debhelper (>= 11),
- default-jdk-headless,
- libjline-java
-Standards-Version: 4.2.1
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sqlline.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/sqlline.git
-Homepage: http://sqlline.sourceforge.net
+Section: java
+Priority: optional
+Build-Depends: ant,
+ debhelper-compat (= 13),
+ default-jdk-headless,
+ libjline-java
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/sqlline
+Vcs-Git: https://salsa.debian.org/java-team/sqlline.git
+Homepage: https://sqlline.sourceforge.net
Package: sqlline
Architecture: all
-Depends:
- default-jre-headless | java2-runtime-headless,
- java-wrappers,
- libjline-java,
- ${misc:Depends}
+Depends: default-jre-headless | java2-runtime-headless,
+ java-wrappers,
+ libjline-java,
+ ${misc:Depends}
Recommends: libhsqldb-java | libmariadb-java | libpostgresql-jdbc-java | libjtds-java
Description: JDBC command-line utility for issuing SQL
SQLLine is a pure-Java console based utility for connecting to
=====================================
debian/copyright
=====================================
@@ -11,8 +11,36 @@ Copyright: 2008-2009 Damien Raude-Morvan <drazzib at debian.org>
License: BSD-3-clause
License: BSD-3-clause
- On Debian systems, the complete text of the BSD License
- can be found in `/usr/share/common-licenses/BSD'.
+ Redistribution and use in source and binary forms,
+ with or without modification, are permitted provided
+ that the following conditions are met:
+ .
+ Redistributions of source code must retain the above
+ copyright notice, this list of conditions and the following
+ disclaimer.
+ Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials
+ provided with the distribution.
+ Neither the name of the <ORGANIZATION> nor the names
+ of its contributors may be used to endorse or promote
+ products derived from this software without specific
+ prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
+ AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Note:
The upstream orig.tar.gz file of sqlline contains an outdated LICENCE file
as stated by upstream author "Marc Prud'hommeaux":
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
opts="uversionmangle=s/_/./g" \
-http://sf.net/sqlline/sqlline-src-(.*)\.jar
+https://sf.net/sqlline/sqlline-src-(.*)\.jar
View it on GitLab: https://salsa.debian.org/java-team/sqlline/-/compare/ccc27b5442a23186ec206976c7a302127c008915...de4e97befd593e880b1960693c93432c7662b8bf
--
View it on GitLab: https://salsa.debian.org/java-team/sqlline/-/compare/ccc27b5442a23186ec206976c7a302127c008915...de4e97befd593e880b1960693c93432c7662b8bf
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/20250127/884f21a0/attachment.htm>
More information about the pkg-java-commits
mailing list