[DRE-maint] Bug#831780: ruby-unf-ext: incorrect reference to dh_installchangelogs ("dh_install_changelogs")

Chris Lamb lamby at debian.org
Tue Jul 19 10:40:15 UTC 2016


Source: ruby-unf-ext
Version: 0.0.7.2-1
Tags: patch

Hi,

The attached patch fixes an incorrect reference to
dh_installchangelogs ("dh_install_changelogs").


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
diff --git a/debian/rules b/debian/rules
index e9d34cc..73f82c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
-override_dh_install_changelogs:
+override_dh_installchangelogs:
 	dh_installchangelogs -k $(CURDIR)/CHANGELOG.md


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