Patch attached. -- Steve McIntyre, Cambridge, UK. [EMAIL PROTECTED] Mature Sporty Personal More Innovation More Adult A Man in Dandism Powered Midship Specialty
diff -u libgcr410-2.4.0/debian/changelog libgcr410-2.4.0/debian/changelog
--- libgcr410-2.4.0/debian/changelog
+++ libgcr410-2.4.0/debian/changelog
@@ -1,3 +1,12 @@
+libgcr410 (2.4.0-4.2) unstable; urgency=medium
+
+ * NMU from the Munich BSP
+ * Medium urgency due to RC fix.
+ * Cope with /dev/ttyS0 not existing. Closes: #389375. Thanks to Rodrigo
+ Gallardo for the patch
+
+ -- Steve McIntyre <[EMAIL PROTECTED]> Sat, 14 Oct 2006 19:18:24 +0200
+
libgcr410 (2.4.0-4.1) unstable; urgency=medium
* Non-maintainer upload.
diff -u libgcr410-2.4.0/debian/libgcr410.postinst
libgcr410-2.4.0/debian/libgcr410.postinst
--- libgcr410-2.4.0/debian/libgcr410.postinst
+++ libgcr410-2.4.0/debian/libgcr410.postinst
@@ -62,7 +62,7 @@
echo "done"
fi
- if [ ! -e /dev/pcsc/1 ] ; then
+ if [ ! -e /dev/pcsc/1 -a ! -L /dev/pcsc/1 ] ; then
echo -n "Populating /dev/pcsc/..."
ln -s ../ttyS0 /dev/pcsc/1
ln -s ../ttyS1 /dev/pcsc/2
signature.asc
Description: Digital signature

