Bug#502824: alevt: diff for NMU version 1:1.6.1-10.1

2008-10-22 Thread Adeodato Simó
* Adeodato Simó [Wed, 22 Oct 2008 12:01:08 +0200]: The proposed patch is not correct, it should do something like:o if [ -x /dev/MAKEDEV ]; then echo creating video4linux devices in ${DIR}... echo creating video4linux... /dev/MAKEDEV video4linux fi Instead of

Bug#502824: alevt: diff for NMU version 1:1.6.1-10.1

2008-10-22 Thread Adeodato Simó
reopen 502824 thanks * Chris Lamb [Tue, 21 Oct 2008 00:03:02 +0100]: tags 502824 +pending thanks Hi, The attached file is the diff for my alevt 1:1.6.1-10.1 NMU. The associated changelog entry is: alevt (1:1.6.1-10.1) unstable; urgency=medium * Non-maintainer upload. * Add

Bug#502824: alevt: diff for NMU version 1:1.6.1-10.1

2008-10-22 Thread Adeodato Simó
* Adeodato Simó [Wed, 22 Oct 2008 12:01:08 +0200]: if [ -x /dev/MAKEDEV ]; then echo creating video4linux devices in ${DIR}... /dev/MAKEDEV video4linux fi Arg, let me fix: if [ -x /dev/MAKEDEV ]; then echo creating video4linux devices... cd /dev ./MAKEDEV

Bug#502824: alevt: diff for NMU version 1:1.6.1-10.1

2008-10-20 Thread Chris Lamb
tags 502824 +pending thanks Hi, The attached file is the diff for my alevt 1:1.6.1-10.1 NMU. The associated changelog entry is: alevt (1:1.6.1-10.1) unstable; urgency=medium * Non-maintainer upload. * Add support in postinst for building video4linux devices in /dev/.static as well