NMU uploaded to delay-5

Interdiff attached.

-- 
Colin Tuckley      |  +44(0)1903 236872  |  PGP/GnuPG Key Id
Debian Developer   |  +44(0)7799 143369  |     0x1B3045CE

I try to keep an open mind, but not so open that my brains fall out.
diff -u fftw-2.1.3/debian/control fftw-2.1.3/debian/control
--- fftw-2.1.3/debian/control
+++ fftw-2.1.3/debian/control
@@ -2,7 +2,7 @@
 Section: oldlibs
 Priority: extra
 Maintainer: Paul Brossier <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libtool, libmpich1.0-dev, g77
+Build-Depends: debhelper (>= 4.0.0), libtool, libmpich1.0-dev, gfortran
 Standards-Version: 3.7.2
 
 Package: fftw2
diff -u fftw-2.1.3/debian/changelog fftw-2.1.3/debian/changelog
--- fftw-2.1.3/debian/changelog
+++ fftw-2.1.3/debian/changelog
@@ -1,3 +1,11 @@
+fftw (2.1.3-20.1) unstable; urgency=low
+
+  * Non-maintainer Upload.
+  * Use/depend on gfortran based Lapack and Blas packages (Closes: #466366).
+  * Build with gfortran instead of g77.
+
+ -- Colin Tuckley <[EMAIL PROTECTED]>  Mon, 25 Feb 2008 09:37:07 +0000
+
 fftw (2.1.3-20) unstable; urgency=low
 
   * Add working makefiles to fftw-docs (closes: #378550)
diff -u fftw-2.1.3/debian/rules fftw-2.1.3/debian/rules
--- fftw-2.1.3/debian/rules
+++ fftw-2.1.3/debian/rules
@@ -24,7 +24,7 @@
 build-arch-stamp:
 	dh_testdir
 	# single precision
-	CFLAGS="$(CFLAGS)" ./configure $(CONFFLAGS) --enable-float --enable-type-prefix $(ARCHCONFFLAGS)
+	F77=gfortran CFLAGS="$(CFLAGS)" ./configure $(CONFFLAGS) --enable-float --enable-type-prefix $(ARCHCONFFLAGS)
 	$(MAKE)
 	#$(MAKE) -C tests check
 	./tests/fftw_test  -t -e -v -p 1024 -x 1
@@ -32,7 +32,7 @@
 	$(MAKE) install DESTDIR=`pwd`/debian/tmp-single
 	$(MAKE) clean
 	# double precision
-	CFLAGS="$(CFLAGS)" ./configure $(CONFFLAGS) $(ARCHCONFFLAGS)
+	F77=gfortran CFLAGS="$(CFLAGS)" ./configure $(CONFFLAGS) $(ARCHCONFFLAGS)
 	$(MAKE)
 	#$(MAKE) -C tests check
 	./tests/fftw_test  -t -e -v -p 1024 -x 1

Reply via email to