[pynfft] 02/03: d/rules: add clean override for missing -a
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Jun 9 14:38:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository pynfft.
commit 05ea8bb623f12de9b1fc9828f4b4cdb1d87d072c
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Mon Jun 9 15:28:29 2014 +0100
d/rules: add clean override for missing -a
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 066dbc5..a2c9ebc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,9 @@ override_dh_auto_install: $(PYTHON3:%=install-python%)
dh_numpy
dh_numpy3
+override_dh_auto_clean:
+ python setup.py clean
+
override_dh_strip:
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
dh_strip -p${PYTHON2_PACKAGE} --dbg-package=${PYTHON2_DEBUG_PACKAGE}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pynfft.git
More information about the debian-science-commits
mailing list