Package: debhelper
Version: 5.0.37.3
Severity: normal

If I create a file debian/udev (no package name), then dh_installudev
produces something like this in the postinst:

if [ "$1" = configure -a -z "$2" ]; then
        ln -s ../udev /etc/udev/rules.d/z60_udev
fi

Note that instead of the package name, it simply uses "udev" to label
the file.

The documentation doesn't explain this as a special case, so I assume
it's an oversight.

(Strictly speaking, debian/udev is not documented, but it can be
inferred from debhelper practice.  It might be useful anyway, in case
the binary package name is not predictable, as in the case of a
kernel module.  At least it should do something other than this.)


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

Reply via email to