[Python-modules-commits] [python-future] 08/08: d/rules: remove unwanted file from package

Vincent Bernat bernat at moszumanska.debian.org
Tue May 3 20:09:59 UTC 2016


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

bernat pushed a commit to branch master
in repository python-future.

commit 9aa6ad69911a308db3d52680bb7fb41a7aa8f374
Author: Vincent Bernat <vincent at bernat.im>
Date:   Tue May 3 22:07:21 2016 +0200

    d/rules: remove unwanted file from package
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index f56409b..39c54f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 export PYBUILD_NAME=future
 export PYBUILD_TEST_ARGS=-k 'not urllib and not test_remove_hooks_then_requests and not test_requests_cm'
 export PYBUILD_BEFORE_TEST=cp pasteurize.py futurize.py {build_dir}
+export PYBUILD_AFTER_TEST=rm {build_dir}/*.py
 
 %:
 	dh $@ --buildsystem=pybuild --with python2,python3,sphinxdoc

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



More information about the Python-modules-commits mailing list