[Git][java-team/freehep-swing][master] 10 commits: Team upload.

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Jan 16 11:17:32 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / freehep-swing


Commits:
59bd5814 by Andreas Tille at 2025-01-16T12:02:20+01:00
Team upload.

- - - - -
7f6f2a03 by Andreas Tille at 2025-01-16T12:02:20+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
7072ff34 by Andreas Tille at 2025-01-16T12:02:20+01:00
debhelper-compat 13 (routine-update)

- - - - -
f63e9718 by Andreas Tille at 2025-01-16T12:03:36+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
6dc47d7e by Andreas Tille at 2025-01-16T12:03:36+01:00
Secure URI in copyright format (routine-update)

- - - - -
2bdb65d0 by Andreas Tille at 2025-01-16T11:03:42+00:00
Use secure URI in debian/watch.

Changes-By: lintian-brush

- - - - -
3fd5883a by Andreas Tille at 2025-01-16T11:03:44+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

- - - - -
923e9276 by Andreas Tille at 2025-01-16T12:03:55+01:00
watch file standard 4 (routine-update)

- - - - -
a1fbbcb2 by Andreas Tille at 2025-01-16T12:10:38+01:00
d/copyright: review (thanks to lrc)

- - - - -
ddd22de5 by Andreas Tille at 2025-01-16T12:12:55+01:00
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+freehep-swing (2.0.3-6) unstable; urgency=medium
+
+  * Team upload.
+  * Packaging update
+  * 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)
+  * Use secure URI in debian/watch.
+  * Use secure URI in Homepage field.
+  * watch file standard 4 (routine-update)
+  * d/copyright: review (thanks to lrc)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 16 Jan 2025 12:10:41 +0100
+
 freehep-swing (2.0.3-5) unstable; urgency=medium
 
   [ tony mancill ]


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10


=====================================
debian/control
=====================================
@@ -1,25 +1,23 @@
 Source: freehep-swing
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at debian.org>
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Giovanni Mascellani <gio at debian.org>
-Build-Depends:
- debhelper (>= 10),
- default-jdk,
- maven-debian-helper
-Build-Depends-Indep:
- junit,
- libfreehep-util-java (>= 2.0.2-2),
- libsurefire-java
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-swing.git
-Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/freehep-swing.git
-Homepage: http://java.freehep.org/
+Build-Depends: debhelper-compat (= 13),
+               default-jdk,
+               maven-debian-helper
+Build-Depends-Indep: junit,
+                     libfreehep-util-java,
+                     libsurefire-java
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/freehep-swing
+Vcs-Git: https://salsa.debian.org/java-team/freehep-swing.git
+Homepage: https://java.freehep.org/
 
 Package: libfreehep-swing-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+         ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Description: FreeHEP swing extensions
  This library contains a collection of utility classes built on top


=====================================
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: FreeHEP Swing Extensions
 Upstream-Contact: The FreeHEP team <developers at freehep.org>
 Source: http://java.freehep.org/
@@ -15,6 +15,41 @@ License: LGPL-2.1+
   <http://java.freehep.org/svn/repos/freehep/show/freehep/trunk/vectorgraphics/LICENSE.txt>
   and adopted license at <http://java.freehep.org/license.html>
 
+Files: src/main/java/org/freehep/swing/layout/FlowScrollLayout.java
+Copyright: 2000 Regents of the University of California.
+License: BSD-4-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. All advertising materials mentioning features or use of this software
+    must display the following acknowledgement:
+ .
+      This product includes software developed by the Group for User
+      Interface Research at the University of California at Berkeley.
+ .
+ 4. The name of the University may not be used to endorse or promote products
+    derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
+
 Files: debian/*
 Copyright: 2009-2016, Giovanni Mascellani <gio at debian.org>
            2009-2010, Gabriele Giacone <1o5g4r8o at gmail.com>


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=3
+version=4
 opts="uversionmangle=s/^.*-SNAPSHOT/~$1/,dversionmangle=s/\+dfsg[0-9]*//" \
-  http://java.freehep.org/maven2/org/freehep/freehep-swing/ \
+  https://java.freehep.org/maven2/org/freehep/freehep-swing/ \
   (\d.*)/ debian debian/orig-tar.sh



View it on GitLab: https://salsa.debian.org/java-team/freehep-swing/-/compare/fdfa7cb0829b443b93d52aa2e508a0c1825fe5b0...ddd22de52e12ca06b32701b285eb9a28084004cf

-- 
View it on GitLab: https://salsa.debian.org/java-team/freehep-swing/-/compare/fdfa7cb0829b443b93d52aa2e508a0c1825fe5b0...ddd22de52e12ca06b32701b285eb9a28084004cf
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/20250116/78b4da1a/attachment.htm>


More information about the pkg-java-commits mailing list