Package: pcx Version: 1.1.17-3 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 You may wish to rename the package in order to provide for parallel installability of the g77 and gfortran based pcx packages, if you choose to upload to unstable. 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 -Nru --exclude changelog pcx-1.1.17/debian/control pcx-1.1.17/debian/control --- pcx-1.1.17/debian/control 2008-03-06 17:36:32.000000000 +0530 +++ pcx-1.1.17/debian/control 2008-03-06 17:36:32.000000000 +0530 @@ -2,7 +2,7 @@ Section: non-free/math Priority: optional Maintainer: James R. Van Zandt <[EMAIL PROTECTED]> -Build-Depends: debhelper (>=4.0), csh | c-shell, g77 +Build-Depends: debhelper (>=4.0), csh | c-shell, gfortran Standards-Version: 3.7.2 Package: pcx diff -Nru --exclude changelog /tmp/kRM85h0keL/pcx-1.1.17/debian/rules /tmp/KOl5xzZrjt/pcx-1.1.17/debian/rules --- pcx-1.1.17/debian/rules 2008-03-06 17:36:32.000000000 +0530 +++ pcx-1.1.17/debian/rules 2008-03-06 17:36:32.000000000 +0530 @@ -34,7 +34,7 @@ dh_testdir # Add here commands to compile the package. - CFLAGS="$(CFLAGS)" ./build + FC=gfortran CFLAGS="$(CFLAGS)" ./build touch build-stamp
signature.asc
Description: Digital signature

