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 as /dev. (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-21 00:01:20.000000000 +0100
+++ alevt-1.6.1/debian/changelog        2008-10-21 00:01:20.000000000 +0100
@@ -1,3 +1,11 @@
+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 as /dev. (Closes: #502824)
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Mon, 20 Oct 2008 23:56:47 +0100
+
 alevt (1:1.6.1-10) unstable; urgency=low
 
   * Update 40_vbi_name.dpatch to make also alevt-cap and alevt-date try
diff -Nru alevt-1.6.1/debian/postinst alevt-1.6.1/debian/postinst
--- alevt-1.6.1/debian/postinst 2008-10-21 00:01:20.000000000 +0100
+++ alevt-1.6.1/debian/postinst 2008-10-21 00:01:20.000000000 +0100
@@ -11,8 +11,13 @@
 fi
 
 if [ ! -e /dev/vbi0 -a ! -e /dev/.devfsd ]; then
-  cd /dev
-  echo "creating video4linux devices in /dev..."
+  if [ -d "/dev/.static" ]; then
+    DIR=/dev/.static
+  else
+    DIR=/dev
+  fi
+  cd ${DIR}
+  echo "creating video4linux devices in ${DIR}..."
        ./MAKEDEV video4linux
 fi
 

Attachment: signature.asc
Description: PGP signature

Reply via email to