Source: ruby-image-science
Version: 1.2.2-1.2
Severity: normal
Tags: patch

Hi,

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

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index d26d11b..c2a60fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ export DH_RUBY_IGNORE_TESTS=ruby1.9.1
 %:
        dh $@ --buildsystem=ruby --with ruby
 
-override_dh_installechangelogs:
+override_dh_installchangelogs:
        dh_installchangelogs History.txt
 
 override_dh_install:

Reply via email to