[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#390600: Patch for this



severity 390639 serious
severity 390600 serious
merge 390639 390600
tags 390600 + patch
thanks

Bumping severity to serious since it causes an error on upgrades or
installs of the package. Trivial patch for this bug is attached.

regards,

-- 
Kevin B. McCarty <kmccarty@princeton.edu>   Physics Department
WWW: http://www.princeton.edu/~kmccarty/    Princeton University
GPG: public key ID 4F83C751                 Princeton, NJ 08544
diff -ur gcc-defaults-1.44.orig/debian/g77.postinst.in gcc-defaults-1.44/debian/g77.postinst.in
--- gcc-defaults-1.44.orig/debian/g77.postinst.in	2006-09-30 07:51:21.000000000 -0400
+++ gcc-defaults-1.44/debian/g77.postinst.in	2006-10-02 14:24:10.057953875 -0400
@@ -9,7 +9,7 @@
 
 update-alternatives --install /usr/bin/f77 f77 /usr/bin/g77 20 \
   @GFDL@--slave /usr/share/man/man1/f77.1.gz f77.1.gz \
-    /usr/share/man/man1/g77.1.gz
+  @GFDL@  /usr/share/man/man1/g77.1.gz
 
 #DEBHELPER#
 
diff -ur gcc-defaults-1.44.orig/debian/gfortran.postinst.in gcc-defaults-1.44/debian/gfortran.postinst.in
--- gcc-defaults-1.44.orig/debian/gfortran.postinst.in	2006-09-30 07:53:26.000000000 -0400
+++ gcc-defaults-1.44/debian/gfortran.postinst.in	2006-10-02 14:24:31.411394987 -0400
@@ -2,7 +2,7 @@
 
 update-alternatives --install /usr/bin/f95 f95 /usr/bin/gfortran 20 \
   @GFDL@--slave /usr/share/man/man1/f95.1.gz f95.1.gz \
-    /usr/share/man/man1/gfortran.1.gz
+  @GFDL@  /usr/share/man/man1/gfortran.1.gz
 
 #DEBHELPER#
 

Reply to: