package libswt-gtk-3.2-java tag 440690 confirmed reassign 440690 dpkg thanks
On 9/12/07, Cyril Brulebois <[EMAIL PROTECTED]> wrote: > reassign 440690 libswt-gtk-3.2-java > thanks > > Julian Casadesus <[EMAIL PROTECTED]> (07/09/2007): > > take a look: > > ls -ll /usr/share/java | grep swt.jar > > > > it's a link pointing to another link: "swt.jar -> /etc/alternatives/swt.jar" > > but if you look at that new link: > > ls -ll /etc/alternatives/ | grep swt.jar > > > > it's pointing to an inexistent file: swt-gtk-3.2.1.jar > > the correct file is "/usr/share/java/swt-gtk-3.2.2.jar" > > > > so it seems to be a bug on the swt package. > > It might be a buggy alternative handling, yes; reassigning accordingly. > Shaun, feel free to slap me around with a big trout if I'm mistaken. > > And putting the submitter back in the loop… It does appear to be a bug in the alternative handling, so I've reassigned this bug to dpkg. Please keep that fresh trout on hand if it turns out I'm using update-alternatives incorrectly in my package. I installed libswt-gtk-3.2-java 3.2.1-5, then upgraded to 3.2.2-1. Afterwards, the alternatives link still pointed to the stale swt-gtk-3.2.1.jar file. After running update-alternatives --auto, the link pointed to the correct place. A log follows. Cheers, Shaun $ sudo apt-get install libswt-gtk-3.2-java=3.2.1-5 ... $ ls -l /etc/alternatives/swt.jar lrwxrwxrwx 1 root root 33 2007-01-28 17:04 /etc/alternatives/swt.jar -> /usr/share/java/swt-gtk-3.2.1.jar $ sudo apt-get install -ttesting libswt-gtk-3.2-java=3.2.2-1 ... $ ls -l /etc/alternatives/swt.jar lrwxrwxrwx 1 root root 33 2007-10-02 12:22 /etc/alternatives/swt.jar -> /usr/share/java/swt-gtk-3.2.1.jar $ sudo update-alternatives --auto swt.jar $ ls -l /etc/alternatives/swt.jar lrwxrwxrwx 1 root root 33 2007-10-02 12:23 /etc/alternatives/swt.jar -> /usr/share/java/swt-gtk-3.2.2.jar