[Python-modules-commits] [python-django-crispy-forms] 09/10: Fix incorrect reference to dh_installchangelogs, thanks to Chris Lamb for the patch (Closes: #831778).

Michael Fladischer fladi at moszumanska.debian.org
Fri Oct 28 06:42:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository python-django-crispy-forms.

commit 481985ec77da008aadec0c9793d5d084a3d81745
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Oct 28 08:34:44 2016 +0200

    Fix incorrect reference to dh_installchangelogs, thanks to Chris
    Lamb for the patch (Closes: #831778).
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 94f7fbf..a65a67c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ python-django-crispy-forms (1.6.1-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump Standards-Version to 3.9.8.
   * Use https:// for copyright-format 1.0 URL.
+  * Fix incorrect reference to dh_installchangelogs, thanks to Chris
+    Lamb for the patch (Closes: #831778).
 
  -- Michael Fladischer <fladi at debian.org>  Thu, 27 Oct 2016 14:19:49 +0200
 
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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-crispy-forms.git



More information about the Python-modules-commits mailing list