Package: harminv Version: 1.3.1-1 Severity: important Tags: patch User: [EMAIL PROTECTED] Usertags: gfortran
Hi! I would request you to please shift Build-Depends to use the new gfortran based Lapack and Blas packages in order to phase out packages dependent on the old g2c (g77). In this regard, I would request you to refer to: http://wiki.debian.org/GfortranTransition Attached is a patch which does the needful, which you may use to base your change. Thank you. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036
diff -u harminv-1.3.1/debian/control harminv-1.3.1/debian/control
--- harminv-1.3.1/debian/control
+++ harminv-1.3.1/debian/control
@@ -2,7 +2,7 @@
Section: science
Priority: optional
Maintainer: Loic Le Guyader <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), autotools-dev, lapack3-dev, dpatch
+Build-Depends: debhelper (>= 5), autotools-dev, liblapack-dev, dpatch, gfortran
Standards-Version: 3.7.2
Package: harminv
diff -u harminv-1.3.1/debian/rules harminv-1.3.1/debian/rules
--- harminv-1.3.1/debian/rules
+++ harminv-1.3.1/debian/rules
@@ -24,7 +24,7 @@
config.status: patch-stamp configure
dh_testdir
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --with-cxx --enable-shared
+ F77=gfortran ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --with-cxx --enable-shared
build: build-stamp
build-stamp: config.status
signature.asc
Description: Digital signature

