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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
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
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to