> Care should be taken for packages which build java unrelated binary
> packages, and only provide java bindings, as an update to a new
> version might have more impact on other packages.

To make sure I understand, are there any of those packages included in
your list?  If so, please list them out separately.

Relevant packages which require additional care due to
reverse-(build-)dependencies seeded in main:

ant
bsh
fop
javahelper
junit4
libcommons-logging-java
libphonenumber
maven-antrun-plugin
maven-assembly-plugin
maven-compiler-plugin
maven-debian-helper
maven-jar-plugin
maven-javadoc-plugin
maven-repo-helper
maven-war-plugin
tomcat8
yui-compressor

(hand-collated a bit from:
for pkg in $(cat java-package-list.txt); do reverse-depends src:$pkg -c main -b 
|| echo "Missing: $pkg"; done | grep -v 'No reverse dependencies found')

I also looked to see if there were any other seeded packages for flavors
vs. main:

$ for pkg in $(for pkg in $(cat java-package-list.txt); do reverse-depends 
src:$pkg || echo "Missing: $pkg"; done | sed -n -e's/^\* //; s/[[:space:]]*(for 
.*)//p' | sort -u); do seeded-in-ubuntu -b $pkg; done | sed -n -e's/ is seeded 
in://p' | xargs apt-cache show | grep-dctrl -FPackage -r . -sSource:Package -n 
| sort -u
evolution-data-server
hsqldb1.8.0
libcommons-dbcp-java
libreoffice
openjdk-8
openjdk-lts
tomcat8
$

The only additional interesting ones here are hsqldb1.8.0 and libcommon-
dbcp-java, so the dependencies of those also warrant further care on
upload.


** Changed in: java-common (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791716

Title:
  FFe: sync java packages from Debian to fix OpenJDK 10/11 issues in
  Cosmic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-common/+bug/1791716/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to