Package: nslu2-utils
Version: 20080403-3
Tags: patch
Severity: minor
The '${shlibs:Depends}' reference in debian/control appears to be misspelt
as '${shlib:Depends}'.
Not sure this is causing any missing dependencies or whether this is even
expanded (don't have a relevant architecture handy right now, but there is no
call to dh_shlibdeps, for example).
Anyway, it might bite you later; hence this bug report. Patch attached for
illustration.
Best regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected]
`-
diff -urNd nslu2-utils-20080403.orig/debian/control
nslu2-utils-20080403/debian/control
--- nslu2-utils-20080403.orig/debian/control 2009-01-14 09:02:22.000000000
+0000
+++ nslu2-utils-20080403/debian/control 2009-01-14 09:02:35.000000000 +0000
@@ -9,7 +9,7 @@
Package: nslu2-utils
Architecture: arm armel armeb
-Depends: ${misc:Depends}, ${shlib:Depends}, slugimage, devio, flash-kernel (>=
1.8)
+Depends: ${misc:Depends}, ${shlibs:Depends}, slugimage, devio, flash-kernel
(>= 1.8)
Suggests: beep
Conflicts: initramfs-tools (<< 0.60)
Description: utilities and init scripts for the Linksys NSLU2
signature.asc
Description: PGP signature

