[Python-modules-team] Bug#831778: python-django-crispy-forms: incorrect reference to dh_installchangelogs ("dh_install_changelogs")

Chris Lamb lamby at debian.org
Tue Jul 19 10:38:55 UTC 2016


Source: python-django-crispy-forms
Version: 1.6.0-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 d1be1fe..be7090a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,8 @@ override_dh_auto_build:
 	PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
 	dh_auto_build
 
-override_dh_install_changelogs:
-	dh_install_changelogs -i CHANGELOG.md
+override_dh_installchangelogs:
+	dh_installchangelogs -i CHANGELOG.md
 
 %:
 	dh $@ --with=python2,python3,sphinxdoc --buildsystem=pybuild


More information about the Python-modules-team mailing list