Control: tags -1 +patch
Hi, Berlin BSP here.
inn2-lfs is a transitional package now and no longer being built, so the
offending file will never be there and can simply be dropped from the
dh_shlibdeps call. The following patch fixes the build for me:
--- a/debian/rules
+++ b/debian/rules
@@ -195,7 +195,6 @@ install5: $(addprefix install4-, $(FLAVORS))
dh_md5sums
dh_shlibdeps --exclude=/usr/lib/news/bin/auth/passwd/auth_krb5 -- \
-dSuggests $(D-std)/usr/lib/news/bin/auth/passwd/auth_krb5 \
- $(D-lfs)/usr/lib/news/bin/auth/passwd/auth_krb5 \
-dDepends
dh_gencontrol $(no_package) -- \
Florian