Your message dated Tue, 17 Jul 2007 02:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#430181: fixed in minpack 19961126-12
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: minpack
Version: 19961126-11
Severity: wishlist
Tags: patch

g77 will slowly replace gfortran in the archive, with a goal to remove
g77 sooner or later.

Please find below a patch for your package to switch it to gfortran.


diff -u minpack-19961126/debian/Makefile minpack-19961126/debian/Makefile
--- minpack-19961126/debian/Makefile
+++ minpack-19961126/debian/Makefile
@@ -42,44 +42,44 @@
-       g77 -o $@ $< -lminpack
+       gfortran -o $@ $< -lminpack
 thybrd: thybrd.f
-       g77 -o $@ $< -lminpack
+       gfortran -o $@ $< -lminpack
 thybrd1: thybrd1.f
-       g77 -o $@ $< -lminpack
+       gfortran -o $@ $< -lminpack
 thybrj: thybrj.f
-       g77 -o $@ $< -lminpack
+       gfortran -o $@ $< -lminpack
 thybrj1: thybrj1.f
-       g77 -o $@ $< -lminpack
+       gfortran -o $@ $< -lminpack
 tlmder: tlmder.f
-       g77 -o $@ $< -lminpack
+       gfortran -o $@ $< -lminpack
 tlmder1: tlmder1.f
-       g77 -o $@ $< -lminpack
+       gfortran -o $@ $< -lminpack
 tlmdif: tlmdif.f
-       g77 -o $@ $< -lminpack
+       gfortran -o $@ $< -lminpack
 tlmdif1: tlmdif1.f
-       g77 -o $@ $< -lminpack
+       gfortran -o $@ $< -lminpack
 tlmstr: tlmstr.f
-       g77 -o $@ $< -lminpack
+       gfortran -o $@ $< -lminpack
 tlmstr1: tlmstr1.f
-       g77 -o $@ $< -lminpack
+       gfortran -o $@ $< -lminpack
 
 tcchkder: tchkder.c                                    
-       g77 -o $@ $< -lminpack -lm
+       gfortran -o $@ $< -lminpack -lm
 tchybrd: thybrd.c                                      
-       g77 -o $@ $< -lminpack -lm
+       gfortran -o $@ $< -lminpack -lm
 tchybrd1: thybrd1.c                                    
-       g77 -o $@ $< -lminpack -lm
+       gfortran -o $@ $< -lminpack -lm
 tchybrj: thybrj.c                                      
-       g77 -o $@ $< -lminpack -lm
+       gfortran -o $@ $< -lminpack -lm
 tchybrj1: thybrj1.c                                    
-       g77 -o $@ $< -lminpack -lm
+       gfortran -o $@ $< -lminpack -lm
 tclmder: tlmder.c                                      
-       g77 -o $@ $< -lminpack -lm
+       gfortran -o $@ $< -lminpack -lm
 tclmder1: tlmder1.c                                    
-       g77 -o $@ $< -lminpack -lm
+       gfortran -o $@ $< -lminpack -lm
 tclmdif: tlmdif.c
-       g77 -o $@ $< -lminpack -lm
+       gfortran -o $@ $< -lminpack -lm
 tclmdif1: tlmdif1.c
-       g77 -o $@ $< -lminpack -lm
+       gfortran -o $@ $< -lminpack -lm
 tclmstr: tlmstr.c
-       g77 -o $@ $< -lminpack -lm
+       gfortran -o $@ $< -lminpack -lm
 tclmstr1: tlmstr1.c
-       g77 -o $@ $< -lminpack -lm
+       gfortran -o $@ $< -lminpack -lm
diff -u minpack-19961126/debian/control minpack-19961126/debian/control
--- minpack-19961126/debian/control
+++ minpack-19961126/debian/control
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: James R. Van Zandt <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 5.0.0), g77, libtool
+Build-Depends: debhelper (>> 5.0.0), gfortran, libtool
 Standards-Version: 3.7.2
 
 Package: minpack-dev
diff -u minpack-19961126/debian/rules minpack-19961126/debian/rules
--- minpack-19961126/debian/rules
+++ minpack-19961126/debian/rules
@@ -33,7 +33,7 @@
 
        # Add here commands to compile the package.
        chmod +x configure      # was added by Debian patch, so had wrong 
permissions
-       ./configure --prefix=/usr
+       F77=gfortran ./configure --prefix=/usr
 
        touch build-stamp
 

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-4-xen-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: minpack
Source-Version: 19961126-12

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

libminpack1_19961126-12_i386.deb
  to pool/main/m/minpack/libminpack1_19961126-12_i386.deb
minpack-dev_19961126-12_i386.deb
  to pool/main/m/minpack/minpack-dev_19961126-12_i386.deb
minpack_19961126-12.diff.gz
  to pool/main/m/minpack/minpack_19961126-12.diff.gz
minpack_19961126-12.dsc
  to pool/main/m/minpack/minpack_19961126-12.dsc



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.
James R. Van Zandt <[EMAIL PROTECTED]> (supplier of updated minpack 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-----

Format: 1.7
Date: Mon, 16 Jul 2007 21:12:58 -0400
Source: minpack
Binary: minpack-dev libminpack1
Architecture: source i386
Version: 19961126-12
Distribution: unstable
Urgency: low
Maintainer: James R. Van Zandt <[EMAIL PROTECTED]>
Changed-By: James R. Van Zandt <[EMAIL PROTECTED]>
Description: 
 libminpack1 - nonlinear equations and nonlinear least squares shared library
 minpack-dev - nonlinear equations and nonlinear least squares static library
Closes: 430181
Changes: 
 minpack (19961126-12) unstable; urgency=low
 .
   * switch to gfortran (thanks to Aurelien Jarno <[EMAIL PROTECTED]>,
     closes:Bug#430181)
 .
   * debian/rules: set DH_COMPAT in debian/compat, not in debian/rules
 .
   * debian/rules: catch errors in "make distclean"
 .
   * debian/control: Source-Version -> binary:Version
Files: 
 9c4fded3c720c43c5874ad17f017b4ad 719 devel optional minpack_19961126-12.dsc
 801ac680f028c22eb39dfce446ee0944 329107 devel optional 
minpack_19961126-12.diff.gz
 88a7c194264e48eb71736cdc19a66fdf 64662 devel optional 
minpack-dev_19961126-12_i386.deb
 1cc4390baa6e865b77b1f962b166b96b 19696 devel optional 
libminpack1_19961126-12_i386.deb

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

iQCVAwUBRpwknTHnPxTimJZtAQGvgQQAn7GLs+3J1pr70LR3UfZz71T3O51aGDtu
tA9mcwBZRGF1VNr1iVwVEeM+IGninV96FsURY97Wh6doiy8L6CZ1xQMcjboCldFY
AEZZFASQcrqCwhKa9le3r4WrNHs85RRJyWqIE7JzG9de8nbCUQaIO3Y6UxGHXx5H
1goJ1ElexjU=
=kBsN
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to