Source: mugshot
Version: 0.2.5-1
Severity: normal
Tags: patch
Hi,
I believe there are some typos in your debian/rules (eg.
override_dh_installchanglogs
-> override_dh_installchangelogs).
Patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/debian/rules b/debian/rules
index ba51886..333d4c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@ export DH_VERBOSE=1
%:
dh $@ --with python3 --buildsystem=pybuild
-override_dh_installchanglogs:
- dh_installchangeslogs NEWS
+override_dh_installchangelogs:
+ dh_installchangelogs NEWS
override_dh_auto_install: