[Git][java-team/libidw-java][master] 11 commits: Build-Depends: s/default-jdk/default-jdk-headless/
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Feb 4 17:52:44 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / libidw-java
Commits:
2eb3e3a7 by Andreas Tille at 2025-02-04T18:41:58+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
43fcef14 by Andreas Tille at 2025-02-04T18:42:43+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
93a7f98b by Andreas Tille at 2025-02-04T18:42:43+01:00
debhelper-compat 13 (routine-update)
- - - - -
b219480a by Andreas Tille at 2025-02-04T18:49:21+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
50c64a33 by Andreas Tille at 2025-02-04T18:49:21+01:00
Secure URI in copyright format (routine-update)
- - - - -
75399a7f by Andreas Tille at 2025-02-04T18:49:21+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
4f51bfe6 by Andreas Tille at 2025-02-04T18:49:21+01:00
Remove trailing whitespace in debian/copyright (routine-update)
- - - - -
f4dcf3e1 by Andreas Tille at 2025-02-04T17:49:22+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
19244e12 by Andreas Tille at 2025-02-04T17:49:25+00:00
Fix field name case in debian/copyright (Upstream-contact ⇒ Upstream-Contact).
Changes-By: lintian-brush
- - - - -
4f65ef9c by Andreas Tille at 2025-02-04T18:49:28+01:00
watch file standard 4 (routine-update)
- - - - -
c65255a9 by Andreas Tille at 2025-02-04T18:50:08+01:00
routine-update: Ready to upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,19 @@
-libidw-java (1.6.1-2) UNRELEASED; urgency=medium
+libidw-java (1.6.1-2) unstable; urgency=medium
* Team upload.
* Fix Homepage
-
- -- Andreas Tille <tille at debian.org> Tue, 04 Feb 2025 18:33:29 +0100
+ * 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)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ Trim trailing whitespace.
+ Fix field name case in debian/copyright (Upstream-contact ⇒ Upstream-Contact).
+ * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Tue, 04 Feb 2025 18:49:28 +0100
libidw-java (1.6.1-1.1) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-8
=====================================
debian/control
=====================================
@@ -1,28 +1,30 @@
Source: libidw-java
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Felix Natter <fnatter at gmx.net>
-Build-Depends: debhelper (>= 8), default-jdk, javahelper (>= 0.43)
-Standards-Version: 3.9.5
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ default-jdk-headless,
+ javahelper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/libidw-java
+Vcs-Git: https://salsa.debian.org/java-team/libidw-java.git
Homepage: https://sourceforge.net/projects/infonode/
-Vcs-Git: git://anonscm.debian.org/pkg-java/libidw-java.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libidw-java.git
-
Package: libidw-java
Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
+Depends: ${java:Depends},
+ ${misc:Depends}
Recommends: ${java:Recommends}
Description: InfoNode Docking Windows (similar to JInternalFrames)
A library that allows one to create "docking windows", i.e. windows
like JInternalFrames but not restricted to a parent window.
-
Package: libidw-java-doc
Architecture: all
Section: doc
-Depends: ${java:Depends}, ${misc:Depends}
+Depends: ${java:Depends},
+ ${misc:Depends}
Recommends: ${java:Recommends}
Description: InfoNode Docking Windows (javadoc)
A library that allows one to create "docking windows", i.e. windows
=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
-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: InfoNode Docking Windows
-Upstream-contact: NNL Technology AB in Sweden <info at nnl.se>
Source: http://www.infonode.net/index.html?idw
+Upstream-Contact: NNL Technology AB in Sweden <info at nnl.se>
Files: *
Copyright: Copyright 1998-2009 NNL Technology AB in Sweden <info at nnl.se>
@@ -18,7 +18,7 @@ License: GPL-2+ or commercial
.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Files: debian/*
Copyright: Copyright 2013 Felix Natter <fnatter at gmx.net>
=====================================
debian/rules
=====================================
@@ -7,6 +7,3 @@ export JAVA_HOME=/usr/lib/jvm/default-java
%:
dh $@ --with javahelper
-
-get-orig-source:
- uscan --force-download --repack
\ No newline at end of file
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
http://sf.net/infonode/idw-gpl-(.+)-src\.zip
View it on GitLab: https://salsa.debian.org/java-team/libidw-java/-/compare/1f8021c38e132805909792fdf0d6c729d2c959be...c65255a9b042f91a83746c05b098f7f3134ef500
--
View it on GitLab: https://salsa.debian.org/java-team/libidw-java/-/compare/1f8021c38e132805909792fdf0d6c729d2c959be...c65255a9b042f91a83746c05b098f7f3134ef500
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/20250204/8a754ac0/attachment.htm>
More information about the pkg-java-commits
mailing list