[pkg-php-pear] Bug#831777: php-sql-formatter: incorrect reference	to dh_installchangelogs ("dh_install_changelogs")
    Chris Lamb 
    lamby at debian.org
       
    Tue Jul 19 10:38:17 UTC 2016
    
    
  
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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
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
    
    
More information about the pkg-php-pear
mailing list