[Python-modules-commits] [yarl] 09/11: remove cython files from dist-packages

Piotr Ożarowski piotr at moszumanska.debian.org
Sun Nov 6 21:49:21 UTC 2016


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

piotr pushed a commit to branch master
in repository yarl.

commit bdd340dd6e1e20585144a61b2989109986e5c012
Author: Piotr Ożarowski <ozarow at gmail.com>
Date:   Sun Nov 6 22:31:41 2016 +0100

    remove cython files from dist-packages
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index c1c8417..7bc1486 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,7 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
 	sphinx-build -N -E -T -b html . $(CURDIR)/.pybuild/docs/html/
 	rm -rf $(CURDIR)/.pybuild/docs/html/.doctrees
 endif
+
+override_dh_auto_install:
+	dh_auto_install
+	find debian/python3-yarl/usr/lib \( -name '*.c' -or -name '*.px[di]' -or -name '*.pyx' \) -delete

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



More information about the Python-modules-commits mailing list