tags 597926 + pending
tags 604211 + pending
tags 604219 + pending
tags 597926 + patch
tags 604211 + patch
tags 604219 + patch
thanks
Dear maintainer,
I've prepared an NMU for isdnutils (versioned as 1:3.9.20060704+dfsg.2-6.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards.
diff -Nru isdnutils-3.9.20060704+dfsg.2/debian/changelog isdnutils-3.9.20060704+dfsg.2/debian/changelog
--- isdnutils-3.9.20060704+dfsg.2/debian/changelog 2010-10-30 16:34:45.000000000 +0200
+++ isdnutils-3.9.20060704+dfsg.2/debian/changelog 2010-11-25 12:00:58.000000000 +0100
@@ -1,3 +1,11 @@
+isdnutils (1:3.9.20060704+dfsg.2-6.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/{ipppd,isdnvboxserver,isdnvboxserver}.postinst: Call MAKEDEV in
+ /dev not via search path (Closes: #604211, #597926, #604219)
+
+ -- Alexander Reichle-Schmehl <[email protected]> Thu, 25 Nov 2010 11:55:50 +0100
+
isdnutils (1:3.9.20060704+dfsg.2-6) unstable; urgency=low
* turn "abort on error" in debian/isdnutils-base.config and
diff -Nru isdnutils-3.9.20060704+dfsg.2/debian/ipppd.postinst isdnutils-3.9.20060704+dfsg.2/debian/ipppd.postinst
--- isdnutils-3.9.20060704+dfsg.2/debian/ipppd.postinst 2010-09-14 21:50:15.000000000 +0200
+++ isdnutils-3.9.20060704+dfsg.2/debian/ipppd.postinst 2010-11-25 11:54:51.000000000 +0100
@@ -20,7 +20,7 @@
if [ ! -c /dev/isdn-tty -a -e /dev/MAKEDEV ]; then
cd /dev
echo "Note: running MAKEDEV to create ISDN devices in /dev..."
- MAKEDEV isdn-tty isdn-io isdn-ippp
+ ./MAKEDEV isdn-tty isdn-io isdn-ippp
fi
# FIXME BUG! MAKEDEV should create the link by itself
if [ ! -d /dev/.udev/ ]; then
diff -Nru isdnutils-3.9.20060704+dfsg.2/debian/isdnutils-base.postinst isdnutils-3.9.20060704+dfsg.2/debian/isdnutils-base.postinst
--- isdnutils-3.9.20060704+dfsg.2/debian/isdnutils-base.postinst 2010-09-14 21:50:15.000000000 +0200
+++ isdnutils-3.9.20060704+dfsg.2/debian/isdnutils-base.postinst 2010-11-25 11:55:09.000000000 +0100
@@ -21,7 +21,7 @@
cd /dev
if [ ! -c /dev/isdn-tty -a ! -c /dev/isdn-io -a -e /dev/MAKEDEV ]; then
echo "Note: running MAKEDEV to create ISDN devices in /dev..."
- MAKEDEV isdn-tty isdn-io
+ ./MAKEDEV isdn-tty isdn-io
rm -f isdnctrl
ln -s isdnctrl0 isdnctrl
fi
diff -Nru isdnutils-3.9.20060704+dfsg.2/debian/isdnvboxserver.postinst isdnutils-3.9.20060704+dfsg.2/debian/isdnvboxserver.postinst
--- isdnutils-3.9.20060704+dfsg.2/debian/isdnvboxserver.postinst 2010-09-14 21:50:15.000000000 +0200
+++ isdnutils-3.9.20060704+dfsg.2/debian/isdnvboxserver.postinst 2010-11-25 11:55:33.000000000 +0100
@@ -15,7 +15,7 @@
if [ ! -c /dev/isdn-tty -a -e /dev/MAKEDEV ]; then
cd /dev
echo "Note: running MAKEDEV to create ISDN tty devices in /dev..."
- MAKEDEV isdn-tty
+ ./MAKEDEV isdn-tty
fi
fi
fi