[fftw3] 04/07: Add missing configure step in build-indep.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Sep 21 12:51:13 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository fftw3.

commit ee640ef990d04f903f209d93d3fca6955d6768dc
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Sep 20 19:34:47 2016 +0100

    Add missing configure step in build-indep.
    
    Gbp-Dch: Short
    Closes: #806616
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 028eab2..41b0e43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,6 +103,7 @@ endif
 build-indep:
 	-(cd doc ; $(MAKE) -j1 -k clean)
 	-rm -f doc/*.info* doc/rfftwnd.png doc/html/*
+	[ -f doc/Makefile ] || ./configure
 	cd doc/FAQ && $(MAKE) -j1 fftw-faq.html fftw-faq.ascii
 	cd doc && $(MAKE) -j1 && $(MAKE) -j1 html
 	touch build-indep

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



More information about the debian-science-commits mailing list