Source: rabbyt
Version: 0.8.1-2
Severity: normal
Tags: patch

Hi,

I believe there is a typo in your debian/rules (override_dh_installchangelog -> 
override_dh_installchangelogs).

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index fc9e53a..1df9fea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,5 @@ DH_VERBOSE=1
 %:
        dh $@ --with python2
 
-override_dh_installchangelog:
+override_dh_installchangelogs:
        dh_installchangelogs CHANGELOG

Reply via email to