Bug#1028166: commons-configuration: Build-depends on NBS package about to FTBFS

2023-01-07 Thread tony mancill
On Sat, Jan 07, 2023 at 05:24:30PM -0800, tony mancill wrote:
> $ reverse-depends -b -l libcommons-vfs-java
> commons-configuration
> commons-configuration2
> ivy
> mondrian
> sbt-ivy

Bah, this should have been:

$ reverse-depends -l -b libcommons-vfs-java-doc
commons-configuration
commons-configuration2

So even less to fix-up than I initially thought.



Bug#1028166: commons-configuration: Build-depends on NBS package about to FTBFS

2023-01-07 Thread tony mancill
Hi Scott,

On Sat, Jan 07, 2023 at 07:08:10PM -0500, Scott Kitterman wrote:
> Source: commons-configuration
> Version: 1.10-5
> Severity: serious
> Tags: ftbfs
> Justification: fails to build from source
> 
> 
> * source package commons-vfs version 2.1-4 no longer builds
>   binary package(s): libcommons-vfs-java-doc
>   on all
>   - broken Build-Depends:
> commons-configuration: libcommons-vfs-java-doc
> 
> Once libcommons-vfs-java-doc is decrufted, this package will not longer
> build.

Thank you for filing these bugs.  I will take care of them, as this is
some left-over work from my upload of commons-vfs in response to its
FTBFS when libcommons-net-java-doc was dropped.

Assuming I've caught them all (below), the transitive dependency graph
doesn't have too many nodes, and we should be able to remove these Java
-doc packages fairly quickly.

For context, cleaning up these -doc packages is something that members
of the Java Team have proposed in the past.  Now is the time...

Thanks,
tony


$ reverse-depends -b -l libcommons-vfs-java
commons-configuration
commons-configuration2
ivy
mondrian
sbt-ivy

$ reverse-depends -b -l libcommons-configuration-java-doc
doxia
libowasp-esapi-java

$ reverse-depends -b -l libcommons-configuration2-java-doc
(null)

$ reverse-depends -b -l ivy-doc   
(null)

$ reverse-depends -b -l libowasp-esapi-java-doc
(null)

There is no libmondrian-java-doc package.

And on the doxia side:

$ reverse-depends -b -l libdoxia-java-doc
doxia-sitetools
maven-doxia-tools
maven-reporting-impl

$ reverse-depends -b -l libdoxia-sitetools-java-doc
(null)

$ reverse-depends -b -l libmaven-doxia-tools-java-doc
(null)

$ reverse-depends -b -l libmaven-reporting-impl-java-doc
(null)


signature.asc
Description: PGP signature


Bug#1028166: commons-configuration: Build-depends on NBS package about to FTBFS

2023-01-07 Thread Scott Kitterman
Source: commons-configuration
Version: 1.10-5
Severity: serious
Tags: ftbfs
Justification: fails to build from source


* source package commons-vfs version 2.1-4 no longer builds
  binary package(s): libcommons-vfs-java-doc
  on all
  - broken Build-Depends:
commons-configuration: libcommons-vfs-java-doc

Once libcommons-vfs-java-doc is decrufted, this package will not longer
build.

Scott K