Hi,
here is a followup NMU with a fix and improvement of the previous NMU.
Kind regards
T.
diff -u gpib-3.2.11/debian/changelog gpib-3.2.11/debian/changelog
--- gpib-3.2.11/debian/changelog
+++ gpib-3.2.11/debian/changelog
@@ -1,3 +1,13 @@
+gpib (3.2.11-0.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * revert
+ * libgpib-bin.postinst. Replace pwd with $(CURDIDR).
+ * drop update-modules call from libgpib-bin.postinst
+
+ -- Thomas Viehmann <[EMAIL PROTECTED]> Sat, 11 Oct 2008 13:38:23 +0200
+
+
gpib (3.2.11-0.1) unstable; urgency=medium
[ Thomas Viehmann ]
diff -u gpib-3.2.11/debian/libgpib-bin.postinst
gpib-3.2.11/debian/libgpib-bin.postinst
--- gpib-3.2.11/debian/libgpib-bin.postinst
+++ gpib-3.2.11/debian/libgpib-bin.postinst
@@ -33,7 +33,7 @@
fi
# if udev is running, and we're in /dev, relocate ourselves
- OLDWD="$(CURDIR)"
+ OLDWD="`pwd`"
if [ -d /.dev/ ] && [ -e /proc/mounts ] \
&& grep -qE '^[^ ]+ /\.dev' /proc/mounts; then
cd /.dev/
@@ -52,10 +52,6 @@
cd "$OLDWD"
- if [ -x /sbin/update-modules ]; then
- update-modules
- fi
-
;;
*)
echo "postinst called with unknown argument \`$1'" >&2
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]