tags 502824 +pending thanks Hi,
The attached file is the diff for my alevt 1:1.6.1-10.2 NMU. The associated
changelog entry is:
alevt (1:1.6.1-10.2) unstable; urgency=medium
* Non-maintainer upload.
* Use correct patch to prevent installation failing in postinst - MAKEDEV
will take care of creating devices in /dev/.static when it detects that
udev is active. Thanks to Adeodato Simó for the updated patch. (Closes:
#502824)
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [EMAIL PROTECTED]
`-
diff -Nru alevt-1.6.1/debian/changelog alevt-1.6.1/debian/changelog
--- alevt-1.6.1/debian/changelog 2008-10-27 00:50:33.000000000 +0000
+++ alevt-1.6.1/debian/changelog 2008-10-27 00:50:33.000000000 +0000
@@ -1,3 +1,12 @@
+alevt (1:1.6.1-10.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Use correct patch to prevent installation failing in postinst - MAKEDEV
will
+ take care of creating devices in /dev/.static when it detects that udev is
+ active. Thanks to Adeodato Simó for the updated patch. (Closes: #502824)
+
+ -- Chris Lamb <[EMAIL PROTECTED]> Mon, 27 Oct 2008 00:38:12 +0000
+
alevt (1:1.6.1-10.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru alevt-1.6.1/debian/postinst alevt-1.6.1/debian/postinst
--- alevt-1.6.1/debian/postinst 2008-10-27 00:50:33.000000000 +0000
+++ alevt-1.6.1/debian/postinst 2008-10-27 00:50:33.000000000 +0000
@@ -11,14 +11,12 @@
fi
if [ ! -e /dev/vbi0 -a ! -e /dev/.devfsd ]; then
- if [ -d "/dev/.static" ]; then
- DIR=/dev/.static
- else
- DIR=/dev
- fi
- cd ${DIR}
- echo "creating video4linux devices in ${DIR}..."
- ./MAKEDEV video4linux
+ if [ -x /dev/MAKEDEV ]; then
+ echo "creating video4linux devices..."
+ cd /dev
+ ./MAKEDEV video4linux
+ cd $OLDPWD
+ fi
fi
#DEBHELPER#
signature.asc
Description: PGP signature

