[nfft] 06/16: d/rules: fix buggy clean target.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu May 5 14:43:48 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository nfft.

commit 39d83fd296bac3534443f2fe7b239cf36273a1c8
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Apr 11 13:49:54 2016 +0100

    d/rules: fix buggy clean target.
---
 debian/rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5c0f1f8..3c36165 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,16 +29,13 @@ SYSTEM_FFTWL ?= $(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/libfftw3l.so)
 	dh $@ --parallel --with autoreconf \
 		--dbg-package=libnfft3-dbg
 
-override_dh_auto_clean-arch:
+override_dh_auto_clean:
 	dh_auto_clean --arch --builddirectory=build-nfft
 	dh_auto_clean --arch --builddirectory=build-nfftf
 ifneq "" "$(SYSTEM_FFTWL)"
 	dh_auto_clean --arch --builddirectory=build-nfftl
 endif
 
-override_dh_auto_clean-indep:
-	dh_auto_clean --indep --builddirectory=build-indep
-
 override_dh_auto_configure-arch:
 	dh_auto_configure --builddirectory=build-nfft -- \
 		$(COMMON_BUILD_OPTIONS) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/nfft.git



More information about the debian-science-commits mailing list