[Python-modules-team] Bug#834659: rabbyt: typo in debian/rules (override_dh_installchangelog -> override_dh_installchangelogs)

Chris Lamb lamby at debian.org
Wed Aug 17 21:28:19 UTC 2016


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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
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


More information about the Python-modules-team mailing list