[Python-modules-commits] [pytest-pep8] 01/02: Remove CHANGELOG from dh_installdocs call.

Felix Geyer fgeyer at moszumanska.debian.org
Tue Jun 20 06:39:09 UTC 2017


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

fgeyer pushed a commit to branch master
in repository pytest-pep8.

commit 036a4e9cd8393115784528ea508f69b048135ff1
Author: Felix Geyer <felix.geyer at credativ.de>
Date:   Tue Jun 20 08:23:46 2017 +0200

    Remove CHANGELOG from dh_installdocs call.
    
    It's already picked up automatically by dh_installchangelogs.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0976b6a..3963de5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@ export PYBUILD_NAME=pytest-pep8
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_installdocs:
-	dh_installdocs CHANGELOG README.txt
+	dh_installdocs README.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-pep8.git



More information about the Python-modules-commits mailing list