[Git][java-team/libpicocontainer-java][master] 3 commits: Standards-Version updated to 4.7.3

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Mon Mar 23 12:34:51 GMT 2026



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libpicocontainer-java


Commits:
8eca0b13 by Emmanuel Bourg at 2026-03-23T13:19:24+01:00
Standards-Version updated to 4.7.3

- - - - -
0002120d by Emmanuel Bourg at 2026-03-23T13:31:31+01:00
Removed the libpicocontainer-java-doc package (Closes: #1108580)

- - - - -
c64f5f05 by Emmanuel Bourg at 2026-03-23T13:34:29+01:00
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/control
- − debian/libpicocontainer-java-doc.doc-base
- − debian/libpicocontainer-java-doc.install
- − debian/patches/remove-inheritdoc.patch
- − debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,10 @@
-libpicocontainer-java (2.15+repack-4) UNRELEASED; urgency=medium
+libpicocontainer-java (2.15+repack-4) unstable; urgency=medium
 
-  * d/p/remove-inheritdoc: Remove inheritDoc tag to resolve
-    Java 25 ftbfs (Closes: #1108580).
+  * Team upload.
+  * Removed the libpicocontainer-java-doc package (Closes: #1108580)
+  * Standards-Version updated to 4.7.3
 
- -- Vladimir Petko <vladimir.petko at canonical.com>  Wed, 04 Feb 2026 10:59:35 +1300
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 23 Mar 2026 13:31:43 +0100
 
 libpicocontainer-java (2.15+repack-3) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -7,13 +7,11 @@ Uploaders:
 Build-Depends:
  debhelper-compat (= 13),
  default-jdk,
- default-jdk-doc,
  libgeronimo-annotation-1.3-spec-java,
- libmaven-javadoc-plugin-java,
  libmaven-shade-plugin-java,
  libparanamer-java,
  maven-debian-helper (>= 2.0)
-Standards-Version: 4.6.0
+Standards-Version: 4.7.3
 Vcs-Git: https://salsa.debian.org/java-team/libpicocontainer-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libpicocontainer-java
 Homepage: http://picocontainer.com
@@ -21,7 +19,6 @@ Homepage: http://picocontainer.com
 Package: libpicocontainer-java
 Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
-Suggests: libpicocontainer-java-doc, ${maven:OptionalDepends}
 Description: Java library implementing the Dependency Injection pattern
  PicoContainer is a highly embeddable full service Inversion of Control (IoC)
  container for components that honour the Dependency Injection pattern. It can
@@ -31,14 +28,3 @@ Description: Java library implementing the Dependency Injection pattern
  Despite it being very compact in size, PicoContainer supports different
  dependency injection types (Constructor, Setter, Annotated Field and Method)
  and offers multiple lifecycle and monitoring strategies.
-
-Package: libpicocontainer-java-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Recommends: default-jdk-doc, ${maven:DocOptionalDepends}
-Description: Java library implementing the Dependency Injection pattern -- docs
- PicoContainer is a highly embeddable full service Inversion of Control (IoC)
- container for components that honour the Dependency Injection pattern.
- .
- This package contains the Javadoc API documentation for libpicocontainer-java.


=====================================
debian/libpicocontainer-java-doc.doc-base deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libpicocontainer-java-doc
-Title: API Javadoc for picontainer
-Author: picocontainer developers
-Abstract: This is the API Javadoc provided by the picocontainer library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libpicocontainer-java/api/index.html
-Files: /usr/share/doc/libpicocontainer-java/api/*
-


=====================================
debian/libpicocontainer-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/apidocs/* /usr/share/doc/libpicocontainer-java/api/


=====================================
debian/patches/remove-inheritdoc.patch deleted
=====================================
@@ -1,24 +0,0 @@
-Description: Remove inheritDoc tag
- In Java 21 the constructor's Javadoc was causing a warning:
- warning: @inheritDoc used but PropertyApplicator(ComponentAdapter<T>)
- does not override or implement any method.
- Java 25 generates an internal error. Remove inheritDoc tag.
- Upstream sources for 2.x no longer exist, the patch is not relevant
- for picocontainer 3.x[1]
- https://github.com/picocontainer/picocontainer/
-Author: Vladimir Petko <vladimir.petko at canonical.com>
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108580
-Forwarded: not-needed
-Last-Update: 2026-02-04
-
---- a/src/java/org/picocontainer/behaviors/PropertyApplicator.java
-+++ b/src/java/org/picocontainer/behaviors/PropertyApplicator.java
-@@ -59,7 +59,7 @@
-      * Construct a PropertyApplicator.
-      *
-      * @param delegate the wrapped {@link ComponentAdapter}
--     * @throws PicoCompositionException {@inheritDoc}
-+     * @throws PicoCompositionException
-      */
-     public PropertyApplicator(ComponentAdapter<T> delegate) throws PicoCompositionException {
-         super(delegate);


=====================================
debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-remove-inheritdoc.patch



View it on GitLab: https://salsa.debian.org/java-team/libpicocontainer-java/-/compare/556c3422bdb2b1d64a894285ce7e9e9e8df88d05...c64f5f05b63bce658a58acabc2ffe76c70b41bad

-- 
View it on GitLab: https://salsa.debian.org/java-team/libpicocontainer-java/-/compare/556c3422bdb2b1d64a894285ce7e9e9e8df88d05...c64f5f05b63bce658a58acabc2ffe76c70b41bad
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/20260323/9fbbc099/attachment.htm>


More information about the pkg-java-commits mailing list