[DRE-maint] Bug#834661: ruby-image-science: typo in debian/rules (override_dh_installechangelogs -> override_dh_installchangelogs)

Chris Lamb lamby at debian.org
Wed Aug 17 21:31:24 UTC 2016


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


More information about the Pkg-ruby-extras-maintainers mailing list