Dear David,
As I am very interested by the vblade package, I prepared a patch for
the new upstream version (v16):
It fixes bugs #484176 (new upstream version) and #436481 (vbladed option
management wrt the -m switch).
Besides, bug #423408 was fixed in the upstream version.
Please find below the interdiff between the 2 versions :
diff -u vblade-14/debian/changelog vblade-16/debian/changelog
--- vblade-14/debian/changelog
+++ vblade-16/debian/changelog
@@ -1,3 +1,12 @@
+vblade (16-0.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * New upstream release (Closes: #484176, #423408).
+ * vbladed: checking for 4 or more arguments rather than exactly 4, so
that
+ -m switchs are accepted (Closes: #436481)
+
+ -- Pierre Neyron <[EMAIL PROTECTED]> Tue, 03 Jun 2008 22:47:17 +0200
+
vblade (14-1) unstable; urgency=low
* New upstream release. Main changes are:
diff -u vblade-14/vbladed vblade-16/vbladed
--- vblade-14/vbladed
+++ vblade-16/vbladed
@@ -7,7 +7,7 @@
# protect ourselves against the most common way or
# calling vbladed: without arguments. While at it, we guard
# ourselves against wrong number of parameters.
-if [ $# -ne 4 ]
+if [ $# -lt 4 ]
then
echo "usage: ./vblade <shelf> <slot> <ethn> <device>" >&2
exit 1
Thanks for your work on that package.
Best regards,
Pierre
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]