hi,

On Sat, Nov 12, 2005 at 12:32:44PM +0100, Marco d'Itri wrote:
> Package: kino
> Version: 0.76-5
> Severity: important
> 
> Your package installs files in the /etc/hotplug/usb/ directory, but
> does not provide an udev rules file. The /etc/hotplug/usb/ interface has
> been obsolete for a long time and is not supported by udev.
> These are the rules used in the SuSE package:
> 
> ACTION=="add", SUBSYSTEM=="usb", ENV{PRODUCT}=="b33/10/*", \
>       RUN+="/usr/bin/killall --quiet -USR2 kino"
> ACTION=="add", SUBSYSTEM=="usb", ENV{PRODUCT}=="5f3/240/*", \
>       RUN+="/usr/bin/killall --quiet -USR2 kino"
> 
> For more information about this you can look at the debian-devel@
> threads of last october.
> The libgphoto2 package is a good example of how to provide udev support,
> please let me know if you have any doubts.

ok. i have 0.80 installing a /etc/udev/kino.rules as above, and linking
to it from /etc/udev/rules.d/035_kino.rules.

i don't think there is a need for the custom postinst/postrm for kino,
but i found this in libgphoto2 rules:

ifeq (linux,$(DEB_HOST_ARCH_OS))
        dh_gencontrol -plibgphoto2-$(major) -- -Vudev-hotplug="udev | hotplug"
else
        dh_gencontrol -plibgphoto2-$(major)
endif

do i need to add such a thing too? 

> I will also be happy to review your changes before they are uploaded, if
> you want.

draft packages at people.d.o/~piem/ in a few moments.

cheers, piem


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to