Source: php-sql-formatter
Version: 1.2.17-2
Tags: patch

Hi,

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index e07fcba..6642e24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,8 @@ else
        echo "** tests disabled"
 endif
 
-override_dh_install_changelogs:
-       dh_install_changelogs debian/upstream/changelog
+override_dh_installchangelogs:
+       dh_installchangelogs debian/upstream/changelog
 
 get-orig-source:
        uscan --verbose --force --rename

Reply via email to