[Git][java-team/libspin-java][master] 5 commits: Standards-Version updated to 4.7.0
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Thu Oct 31 09:36:28 GMT 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libspin-java
Commits:
efb4fbe0 by Emmanuel Bourg at 2024-10-31T10:25:16+01:00
Standards-Version updated to 4.7.0
- - - - -
d0953218 by Emmanuel Bourg at 2024-10-31T10:30:48+01:00
Removed the -java-doc package
- - - - -
95e8a970 by Emmanuel Bourg at 2024-10-31T10:31:20+01:00
Wrap and sort
- - - - -
78d915b6 by Emmanuel Bourg at 2024-10-31T10:31:37+01:00
Switch to debhelper level 13
- - - - -
0a73a55b by Emmanuel Bourg at 2024-10-31T10:31:50+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libspin-java-doc.install
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libspin-java (1.5+dfsg-10) unstable; urgency=medium
+
+ * Team upload.
+ * Removed the -java-doc package
+ * Standards-Version updated to 4.7.0
+ * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 31 Oct 2024 10:31:43 +0100
+
libspin-java (1.5+dfsg-9) unstable; urgency=medium
[ gregor herrmann ]
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,25 +1,25 @@
Source: libspin-java
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: tony mancill <tmancill at debian.org>
Section: java
Priority: optional
-Build-Depends: debhelper (>= 9),
- maven-debian-helper,
- libmaven-javadoc-plugin-java,
- xvfb,
- xauth
-Build-Depends-Indep: default-jdk,
- junit,
- libcglib-nodep-java
-Standards-Version: 3.9.8
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: tony mancill <tmancill at debian.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ maven-debian-helper,
+ xauth,
+ xvfb
+Build-Depends-Indep:
+ default-jdk,
+ junit,
+ libcglib-nodep-java
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/libspin-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libspin-java
Homepage: http://spin.sourceforge.net
Package: libspin-java
Architecture: all
-Depends: ${misc:Depends},
- ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: transparent threading solution for non-freezing Swing applications
Swing is the standard component architecture for developing Java desktop
@@ -30,26 +30,6 @@ Description: transparent threading solution for non-freezing Swing applications
"freeze". This annoying behaviour is experienced by users every time the
application performs extensive calculations or blocks for network or disk
I/O.
- .
- Spin offers a revolutionary new approach. It offers transparent thread
- handling with minimal impact on your application code.
-
-Package: libspin-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libspin-java
-Description: transparent threading solution for non-freezing Swing applications (docs)
- Swing is the standard component architecture for developing Java desktop
- applications. Its exhaustive collection of widgets is the foundation for
- easy development of rich graphical user interfaces (GUI).
.
- Alas every non trivial GUI sooner or later encounters the problem of
- "freeze". This annoying behaviour is experienced by users every time the
- application performs extensive calculations or blocks for network or disk
- I/O.
- .
Spin offers a revolutionary new approach. It offers transparent thread
handling with minimal impact on your application code.
- .
- This package contains the documentation files.
=====================================
debian/copyright
=====================================
@@ -10,7 +10,7 @@ Copyright: 2002, Sven Meier
License: LGPL-2.1+
Files: debian/*
-Copyright:
+Copyright:
2006-2012, gregor herrmann <gregoa at debian.org>
2007-2022, tony mancill <tmancill at debian.org>
2014-2016 Emmanuel Bourg <ebourg at apache.org>
=====================================
debian/libspin-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/site/apidocs/* /usr/share/doc/libspin-java/api/
=====================================
debian/rules
=====================================
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven
+ dh $@
override_dh_auto_test:
xvfb-run dh_auto_test
View it on GitLab: https://salsa.debian.org/java-team/libspin-java/-/compare/524d686c772449bf17e9314495ea0f0be8d15059...0a73a55bfe20354e41019bec69da46bf4f99e2ed
--
View it on GitLab: https://salsa.debian.org/java-team/libspin-java/-/compare/524d686c772449bf17e9314495ea0f0be8d15059...0a73a55bfe20354e41019bec69da46bf4f99e2ed
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/20241031/5e29176d/attachment.htm>
More information about the pkg-java-commits
mailing list