Package: d-shlibs
Severity: important
Tags: patch
Hi,
if you by chance might enter an option that is not known to d-devlibdeps it
enters an
infinite loop. You can fix this by the following patch (or similar):
$ diff -u d-devlibdeps.orig d-devlibdeps
--- d-devlibdeps.orig 2013-07-18 18:16:11.000000000 +0200
+++ d-devlibdeps 2013-08-07 17:47:13.000000000 +0200
@@ -172,7 +172,8 @@
shift; shift;
;;
--*)
- #error
+ echo "$0: Unknown option $1"
+ exit
;;
--|*)
break;
Kind regards and thanks for maintaining d-shlibs
Andreas.
-- System Information:
Debian Release: 7.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.36-xenU-4814-i386 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]