Hi Arnaud, I grabbed the source for 2.2.2-1 on incoming. Unfortunately it doesnt build from source: some mv instruction in the rules file use a wrong path.
The attached patch fixes this problem. Then I've still the problem of gnome-powe-manager not seeing the UPS after the upgrade. Regards JEan-Luc Le 15.06.2008 12:24:11, Debian Bug Tracking System a écrit : > >This is an automatic notification regarding your Bug report >which was filed against the nut-hal-drivers package: > >#471828: nut-hal-drivers stops working after hal/libhal upgrade to >0.5.11-rc2 > >It has been closed by Arnaud Quette <[EMAIL PROTECTED]>. > >Their explanation is attached below along with your original report. >If this explanation is unsatisfactory and you have not received a >better one in a separate message then please contact Arnaud Quette ><[EMAIL PROTECTED]> by >replying to this email. > > >-- >471828: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471828 >Debian Bug Tracking System >Contact [EMAIL PROTECTED] with problems > ======texte cité message de Arnaud Quette <[EMAIL PROTECTED]>, sujet « fixed in nut 2.2.2-1 »====== >Source: nut >Source-Version: 2.2.2-1 > >We believe that the bug you reported is fixed in the latest version of >nut, which is due to be installed in the Debian FTP archive: >
--- nut-2.2.2.orig/debian/rules 2008-06-15 14:22:53.000000000 +0200 +++ nut-2.2.2/debian/rules 2008-06-15 13:13:29.039384293 +0200 @@ -109,8 +109,8 @@ mkdir -p $(CURDIR)/debian/nut-hal-drivers/usr/lib/hal \ $(CURDIR)/debian/nut-hal-drivers/usr/share/hal/fdi/information/20thirdparty/ \ $(CURDIR)/debian/nut-hal-drivers/etc/udev/rules.d - mv $(CURDIR)/debian/nut/hald-addon-* $(CURDIR)/debian/nut-hal-drivers/usr/lib/hal - mv $(CURDIR)/debian/nut/20-ups-nut-device.fdi $(CURDIR)/debian/nut-hal-drivers/usr/share/hal/fdi/information/20thirdparty/ + mv $(CURDIR)/debian/nut/usr/lib/hal/hald-addon-* $(CURDIR)/debian/nut-hal-drivers/usr/lib/hal + mv $(CURDIR)/debian/nut/share/hal/fdi/information/20thirdparty/20-ups-nut-device.fdi $(CURDIR)/debian/nut-hal-drivers/usr/share/hal/fdi/information/20thirdparty/ # HAL support also requires the udev rules install -m 644 $(CURDIR)/scripts/udev/nut-usbups.rules \ $(CURDIR)/debian/nut-hal-drivers/etc/udev/rules.d/025_nut-usbups.rules
pgpqyc2jCcav8.pgp
Description: PGP signature

