From c8d021c5252b961aee4b777b61890189fd531e1c Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 1 Jun 2015 08:43:23 +0200 Subject: Removes .pth file. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index a0f7e87..98463d9 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,8 @@ override_dh_auto_install: python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python3-factory-boy; \ done + rm -f $(CURDIR)/debian/python*/usr/lib/python*/dist-packages/*.pth + override_dh_sphinxdoc: ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) PYTHONPATH=. sphinx-build -b html docs $(CURDIR)/debian/python-factory-boy-doc/usr/share/doc/python-factory-boy-doc/html -- cgit v1.2.3