[Python-apps-team] Bug#834650: menulibre: typo in debian/rules (override_dh_installchanglogs -> override_dh_installchangelogs)
Chris Lamb
lamby at debian.org
Wed Aug 17 20:26:32 UTC 2016
Source: menulibre
Version: 2.0.7-1.1
Severity: normal
Tags: patch
Hi,
I believe there is a typo in your debian/rules (override_dh_installchanglogs ->
override_dh_installchangelogs)
Patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
diff --git a/debian/rules b/debian/rules
index ba51886..17fdfd1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@ export DH_VERBOSE=1
%:
dh $@ --with python3 --buildsystem=pybuild
-override_dh_installchanglogs:
+override_dh_installchangelogs:
dh_installchangeslogs NEWS
override_dh_auto_install:
- LC_ALL=C.UTF-8 dh_auto_install
\ No newline at end of file
+ LC_ALL=C.UTF-8 dh_auto_install
More information about the Python-apps-team
mailing list