[SCM] Library for computing Fast Fourier Transforms branch, master, updated. debian/3.3.2-3-12-gbc09748

Julian Taylor jtaylor.debian at googlemail.com
Sun Dec 2 17:12:27 UTC 2012


The following commit has been merged in the master branch:
commit bc0974855a8e071785d10f7b8119aa820ddbc5b3
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Sat Dec 1 19:39:41 2012 +0100

    use dh-autoreconf

diff --git a/debian/changelog b/debian/changelog
index 80fec81..5fee0ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ fftw3 (3.3.3-1) experimental; urgency=low
   * add debian/source/extended-diff-ignore to ignore generated files
   * add hardening flags to long long test so build log check does not complain
   * drop --with-gcc-arch configure flag, has no effect anymore
+  * use dh-autoreconf
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 01 Dec 2012 19:12:03 +0100
 
diff --git a/debian/control b/debian/control
index 957a16b..bbc817f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Paul Brossier <piem at debian.org>,
            Julian Taylor <jtaylor.debian at googlemail.com>
 Build-Depends: chrpath,
                debhelper (>=7.0.0),
+               dh-autoreconf,
                dpkg (>= 1.16.0),
                gfortran,
                mpi-default-dev,
diff --git a/debian/rules b/debian/rules
index fe9b664..ac413ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,6 +58,7 @@ SETCFLAGS := CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' CPPFLAGS='$(CPPFLAGS)'
 archconfflags := $(archconfflags) --prefix=/usr --enable-shared --enable-threads --enable-openmp --enable-mpi --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) MPILIBS="$(shell mpicc --showme:link)"
 
 build-arch:
+	dh_autoreconf
 	# single precision
 	$(SETCFLAGS) ./configure --enable-single $(archconfflags) $(archconfflags_single)
 	$(MAKE)
@@ -96,6 +97,7 @@ clean: clean1st
 clean1st:
 	dh_testdir
 	dh_testroot
+	dh_autoreconf_clean
 	rm -f build-arch build-indep
 	(cd doc ; [ ! -f Makefile ] || $(MAKE) -k clean)
 	[ ! -f Makefile ] || $(MAKE) distclean

-- 
Library for computing Fast Fourier Transforms



More information about the debian-science-commits mailing list