Package: fftw3
Version: 3.1.2-1
Severity: normal
Tags: patch

Please upgrade the build-deps to include gfortran instead of g77.

wt


diff -u3 fftw3-3.1.2.old/debian/control fftw3-3.1.2/debian/control
--- fftw3-3.1.2.old/debian/control      2006-10-10 23:20:45.000000000 -0600
+++ fftw3-3.1.2/debian/control  2006-10-10 23:22:07.412081950 -0600
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Paul Brossier <[EMAIL PROTECTED]>
-Build-Depends: g77, debhelper (>=4.0.0)
+Build-Depends: gfortran, debhelper (>=4.0.0)
 Build-Depends-Indep: transfig, texinfo, gs-gpl
 Standards-Version: 3.7.2
 
diff -u3 fftw3-3.1.2.old/debian/rules fftw3-3.1.2/debian/rules
--- fftw3-3.1.2.old/debian/rules        2006-10-10 23:20:45.000000000 -0600
+++ fftw3-3.1.2/debian/rules    2006-10-10 23:23:53.885938626 -0600
@@ -46,13 +46,13 @@
 
 build-arch:
        # single precision
-       $(SETCFLAGS) ./configure --enable-single $(archconfflags) 
$(archconfflags_single)
+       $(SETCFLAGS) F77=gfortran ./configure --enable-single $(archconfflags) 
$(archconfflags_single)
        $(MAKE)
        ( cd tests ; $(MAKE) smallcheck )
        $(MAKE) install DESTDIR=`pwd`/debian/tmp-single
        #
        # double precision
-       $(SETCFLAGS) ./configure $(archconfflags) $(archconfflags_double)
+       $(SETCFLAGS) F77=gfortran ./configure $(archconfflags) 
$(archconfflags_double)
        $(MAKE)
        ( cd tests ; $(MAKE) smallcheck )
        $(MAKE) install DESTDIR=`pwd`/debian/tmp-double
@@ -61,7 +61,7 @@
        # build only on architectures where double != long-double
        gcc -o test_long_long-double debian/test_long_long-double.c 
        if ! ./test_long_long-double; then \
-               $(SETCFLAGS) ./configure --enable-long-double $(archconfflags) 
&& \
+               $(SETCFLAGS) F77=gfortran ./configure --enable-long-double 
$(archconfflags) && \
                $(MAKE) && \
                ( cd tests ; $(MAKE) smallcheck ) && \
                $(MAKE) install DESTDIR=`pwd`/debian/tmp-long-double; \

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to