NMU to delayed-3 uploaded.

Interdiff attached.

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

"Heisenberg may have slept here"
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/changelog pvm-3.4.5/debian/changelog
--- pvm-3.4.5/debian/changelog
+++ pvm-3.4.5/debian/changelog
@@ -1,3 +1,11 @@
+pvm (3.4.5-9.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * use gfortran instead of g77 to compile pvm examples
+    patch from Riku Voipio (Closes: #449297)
+
+ -- Colin Tuckley <[EMAIL PROTECTED]>  Mon, 31 Dec 2007 13:16:02 +0000
+
 pvm (3.4.5-9) unstable; urgency=low
 
   * Build and include examples. (Closes: #104289)
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

Reply via email to