Comment 33 for bug 91250

Revision history for this message
Frank Siegert (fsiegert) wrote :

Martin, same problem here, the postinst configure of 2.3.0-0ubuntu4~edgy1 adds the wrong line to the udev rules. Output you asked for:

$ udevinfo -V
udevinfo, version 093
$ sudo sh -ex /var/lib/dpkg/info/libgphoto2-2.postinst configure
Password:
+ set -e
+ [ configure = configure ]
+ ldconfig
+ PACKAGE=libgphoto2
+ mkdir -p /usr/share/hal/fdi/preprobe/10osvendor/
+ /usr/lib/libgphoto2/print-camera-list hal-fdi
+ rm -f /usr/share/hal/fdi/information/10freedesktop/10-camera-libgphoto2.fdi
+ rm -f /usr/share/hal/fdi/information/20thirdparty/libgphoto2.fdi
+ rm -f /usr/share/hal/fdi/information/10freedesktop/10-camera-libgphoto2-device.fdi
+ [ -d /etc/udev/ ]
+ which udevinfo
+ udevinfo -V
+ awk {if ($3 >= 98) exit 1}
+ /usr/lib/libgphoto2/print-camera-list udev-rules mode 0660 group plugdev
+ exit 0