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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
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

Reply via email to