Comment 2 for bug 259242

Revision history for this message
James Westby (james-w) wrote :

Hi David,

Part of this change removes a conffile on upgrade. However, this
needs to be tweaked for Ubuntu as the diff has:

+ if dpkg --compare-versions "$2" le "20051019-2"; then
+ rm_conffile joystick "/etc/init.d/joystick"
+ update-rc.d joystick remove
+ fi;;

when the current Ubuntu version is greater than that
so those who have followed Intrepid development won't have
the file removed.

Also, I think this will now need a FFe due to the changes
from

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=444142

and

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419342

do you agree?

I'm un-subscribing the sponsors, please re-subscribe them when
ready.

Thanks,

James