[Python-modules-commits] [python-cachecontrol] 01/04: -X doesn't exclude usr/bin scripts.

Barry Warsaw barry at moszumanska.debian.org
Mon Oct 31 21:39:16 UTC 2016


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

barry pushed a commit to branch master
in repository python-cachecontrol.

commit 1fcb9ea87d0da8a25a2536b975542f531b062c69
Author: Barry Warsaw <barry at python.org>
Date:   Mon Oct 31 17:30:35 2016 -0400

    -X doesn't exclude usr/bin scripts.
---
 debian/rules | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index da87e23..8e82de6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,3 @@ export PYBUILD_NAME=cachecontrol
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
-
-
-# Don't install the undocumented and unnecessary command line script.
-override_dh_python3:
-	dh_python3 -X doesitcache
-
-override_dh_python2:
-	dh_python2 -X doesitcache

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



More information about the Python-modules-commits mailing list