Package: pvm
Severity: wishlist
Tags: patch
pvm build-depends on g77, which has been dropped from gcc suite
after gcc 3.4. As pvm uses g77 merely to compile example files,
migration is painless and doesn't affect other packages depending
on pvm. See http://wiki.debian.org/GfortranTransition for
more details on the transition, although it doesn't really affect
pvm.
--
"rm -rf" only sounds scary if you don't have backups
diff -u pvm-3.4.5/debian/rules pvm-3.4.5/debian/rules
--- pvm-3.4.5/debian/rules
+++ pvm-3.4.5/debian/rules
@@ -32,7 +32,7 @@
echo "echo $(PVM_ARCH)" >> lib/pvmgetarch
chmod +x lib/pvmgetarch
chmod +x debian/getpvmarch
- PVM_ROOT=`pwd` ./lib/aimk $(AIMKSTR) PVMDIR=`pwd` all
+ FC="gfortran" F77="gfortran" PVM_ROOT=`pwd` ./lib/aimk $(AIMKSTR)
PVMDIR=`pwd` all
touch build-stamp
clean: unpatch
diff -u pvm-3.4.5/debian/control pvm-3.4.5/debian/control
--- pvm-3.4.5/debian/control
+++ pvm-3.4.5/debian/control
@@ -2,7 +2,7 @@
Section: devel
Priority: extra
Maintainer: Steinar H. Gunderson <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0), libreadline5-dev | libreadline-dev, m4,
quilt (>= 0.40), libx11-dev, libxaw7-dev, g77
+Build-Depends: debhelper (>= 5.0.0), libreadline5-dev | libreadline-dev, m4,
quilt (>= 0.40), libx11-dev, libxaw7-dev, gfortran
Standards-Version: 3.6.2
Package: pvm