Your message dated Tue, 04 Mar 2008 09:02:22 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468637: fixed in pdl 1:2.4.3-6
has caused the Debian Bug report #468637,
regarding pdl: Switch to gfortran
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
468637: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468637
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pdl
Version: 2.4.3-4
Severity: normal
Tags: patch

Please use gfortran instead of g77, since the later will be deprecated in
Debian.  Also, please update the wiki page [1] when you are done.  Attached
below is a trivial debdiff.

[1] http://wiki.debian.org/GfortranTransition

-- 
Rafael Laboissiere
diff -u pdl-2.4.3/debian/changelog pdl-2.4.3/debian/changelog
--- pdl-2.4.3/debian/changelog
+++ pdl-2.4.3/debian/changelog
@@ -1,9 +1,3 @@
-pdl (1:2.4.3-4.1) UNRELEASED; urgency=low
-
-  * Switch from g77 to gfortran
-
- -- Rafael Laboissiere <[EMAIL PROTECTED]>  Fri, 29 Feb 2008 18:05:14 +0100
-
 pdl (1:2.4.3-4) unstable; urgency=low
 
   * clean up leftover files not caught by pdl's distclean target
reverted:
--- pdl-2.4.3/debian/f77conf.pl
+++ pdl-2.4.3.orig/debian/f77conf.pl
@@ -14,10 +14,10 @@
 }
 
 sub runtime {
+  my $libpath = `g77 -print-libgcc-file-name`;
-  my $libpath = `gfortran -print-libgcc-file-name`;
   $libpath =~ s/libgcc[.]a$//;
   chomp $libpath;
+  "-L$libpath -L/usr/lib -lg2c-pic";
-  "-L$libpath -L/usr/lib -lgcc";
 }
 
 sub trail_ {
@@ -25,7 +25,7 @@
 }
 
 sub compiler {
+  return 'g77';
-  return 'gfortran';
 }
 
 sub cflags {
reverted:
--- pdl-2.4.3/debian/control
+++ pdl-2.4.3.orig/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Henning Glawe <[EMAIL PROTECTED]>
 Standards-Version: 3.7.2
+Build-Depends: g77, xlibmesa-gl-dev, libglu1-xorg-dev | xlibmesa-glu-dev, 
x-dev, libncurses-dev, perl (>= 5.8.0-3), libextutils-f77-perl, debhelper (>= 
4.0.0), libplplot-dev, libinline-perl (>= 0.43), libgsl0-dev, fftw-dev, dpatch, 
libxext-dev, libhdf4g-dev, proj, libgd2-xpm-dev, libastro-fits-header-perl
-Build-Depends: gfortran, xlibmesa-gl-dev, libglu1-xorg-dev | xlibmesa-glu-dev, 
x-dev, libncurses-dev, perl (>= 5.8.0-3), debhelper (>= 4.0.0), libplplot-dev, 
libinline-perl (>= 0.43), libgsl0-dev, fftw-dev, dpatch, libxext-dev, 
libhdf4g-dev, proj, libgd2-xpm-dev, libastro-fits-header-perl
 
 Package: pdl
 Architecture: any

--- End Message ---
--- Begin Message ---
Source: pdl
Source-Version: 1:2.4.3-6

We believe that the bug you reported is fixed in the latest version of
pdl, which is due to be installed in the Debian FTP archive:

pdl_2.4.3-6.diff.gz
  to pool/main/p/pdl/pdl_2.4.3-6.diff.gz
pdl_2.4.3-6.dsc
  to pool/main/p/pdl/pdl_2.4.3-6.dsc
pdl_2.4.3-6_amd64.deb
  to pool/main/p/pdl/pdl_2.4.3-6_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Henning Glawe <[EMAIL PROTECTED]> (supplier of updated pdl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  4 Mar 2008 09:05:08 +0100
Source: pdl
Binary: pdl
Architecture: source amd64
Version: 1:2.4.3-6
Distribution: unstable
Urgency: low
Maintainer: Henning Glawe <[EMAIL PROTECTED]>
Changed-By: Henning Glawe <[EMAIL PROTECTED]>
Description: 
 pdl        - perl data language: Perl extensions for numerics
Closes: 468637
Changes: 
 pdl (1:2.4.3-6) unstable; urgency=low
 .
   [ Rafael Laboissiere ]
   * Switch from g77 to gfortran
 .
   [ Henning Glawe ]
   * apply Rafael's patch (closes: #468637)
Files: 
 1c0d31063fab5efa116667c166e17b0d 802 math optional pdl_2.4.3-6.dsc
 c79cb92f45405b7744e092651082e830 4869 math optional pdl_2.4.3-6.diff.gz
 ba74e5b986c0e5ea097afc6b45963359 5367204 math optional pdl_2.4.3-6_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHzQiygjOm0i0vde8RApIaAJ9K/7PRxw6F1r0LakeBW/fwWY7SDQCcCdN5
IMNDzOJKvLAxXDm5n7j6/Fw=
=2cme
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to