Source: speech-tools Version: 1:2.4~release-2 Severity: normal Tags: patch Hi,
I believe there is a typo in your debian/rules (override_dh_shlibsdeps -> override_dh_shlibdeps). Patch attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
diff --git a/debian/rules b/debian/rules index faa1c93..9033253 100755 --- a/debian/rules +++ b/debian/rules @@ -147,7 +147,7 @@ override_dh_installman: override_dh_makeshlibs: dh_makeshlibs -p libestools$(MAJORVER) -V "libestools$(MAJORVER) (>= $(DEBVER))" -override_dh_shlibsdeps: +override_dh_shlibdeps: # speech_tools should not depend on itself dh_shlibdeps -plibestools$(MAJORVER) -l debian/libestools$(MAJORVER)/usr/lib # these ones should depend on speech_tools (and associated libs)