tags 640597 + patch tags 640597 + pending thanks Dear maintainer,
I've prepared an NMU for ekeyd (versioned as 1.1.4-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Bettina Wegner: Sie hat's gewusst
diff -u ekeyd-1.1.4/debian/ekeyd.postinst ekeyd-1.1.4/debian/ekeyd.postinst --- ekeyd-1.1.4/debian/ekeyd.postinst +++ ekeyd-1.1.4/debian/ekeyd.postinst @@ -1,6 +1,8 @@ #!/bin/sh -e -invoke-rc.d udev reload +if [ -x /etc/init.d/udev ] ; then + invoke-rc.d udev reload +fi # Those using dependency based boot sequencing with sysv-rc and installing # ekeyd-egd-linux before and including version 1.0.4-1 would have wrong diff -u ekeyd-1.1.4/debian/changelog ekeyd-1.1.4/debian/changelog --- ekeyd-1.1.4/debian/changelog +++ ekeyd-1.1.4/debian/changelog @@ -1,3 +1,11 @@ +ekeyd (1.1.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "installation fails": only reload udev in the postinst if it's + installed (udev is only in Recommends) (Closes: #640597) + + -- gregor herrmann <[email protected]> Fri, 11 Nov 2011 14:26:06 +0100 + ekeyd (1.1.4-1) unstable; urgency=low * New upstream release
signature.asc
Description: Digital signature

