Your message dated Tue, 15 Jun 2010 15:52:02 +0000
with message-id <[email protected]>
and subject line Bug#583658: fixed in scons 2.0.0-1
has caused the Debian Bug report #583658,
regarding scons: Patch for fortran03 support
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.)
--
583658: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583658
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: scons
Version: 1.0.0-1
Severity: wishlist
Tags: patch
Please include this patch for fortran03 support
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (500, 'stable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages scons depends on:
ii python 2.5.2-3 An interactive high-level object-o
ii python-central 0.6.8 register and build utility for Pyt
scons recommends no packages.
scons suggests no packages.
-- no debconf information
Description: Add fortran03 support; tested with gfortran
Author: Alastair McKinstry <[email protected]>
Forwarded: no
Last-Updated: 2010-05-29
Index: scons-1.3.0/engine/SCons/Tool/FortranCommon.py
===================================================================
--- scons-1.3.0.orig/engine/SCons/Tool/FortranCommon.py 2010-05-28
15:54:24.000000000 +0000
+++ scons-1.3.0/engine/SCons/Tool/FortranCommon.py 2010-05-28
15:55:55.000000000 +0000
@@ -232,6 +232,22 @@
DialectAddToEnv(env, "F95", F95Suffixes, F95PPSuffixes,
support_module = 1)
+def add_f03_to_env(env):
+ """Add Builders and construction variables for f03 to an Environment."""
+ try:
+ F03Suffixes = env['F03FILESUFFIXES']
+ except KeyError:
+ F03Suffixes = ['.f03']
+
+ #print "Adding %s to f95 suffixes" % F95Suffixes
+ try:
+ F03PPSuffixes = env['F03PPFILESUFFIXES']
+ except KeyError:
+ F03PPSuffixes = []
+
+ DialectAddToEnv(env, "F03", F03Suffixes, F03PPSuffixes,
+ support_module = 1)
+
def add_all_to_env(env):
"""Add builders and construction variables for all supported fortran
dialects."""
@@ -239,6 +255,7 @@
add_f77_to_env(env)
add_f90_to_env(env)
add_f95_to_env(env)
+ add_f03_to_env(env)
# Local Variables:
# tab-width:4
Index: scons-1.3.0/engine/SCons/Tool/gfortran.py
===================================================================
--- scons-1.3.0.orig/engine/SCons/Tool/gfortran.py 2010-05-28
15:53:05.000000000 +0000
+++ scons-1.3.0/engine/SCons/Tool/gfortran.py 2010-05-28 15:53:28.000000000
+0000
@@ -43,7 +43,7 @@
Environment."""
fortran.generate(env)
- for dialect in ['F77', 'F90', 'FORTRAN', 'F95']:
+ for dialect in ['F77', 'F90', 'FORTRAN', 'F95', 'F03']:
env['%s' % dialect] = 'gfortran'
env['SH%s' % dialect] = '$%s' % dialect
if env['PLATFORM'] in ['cygwin', 'win32']:
--- End Message ---
--- Begin Message ---
Source: scons
Source-Version: 2.0.0-1
We believe that the bug you reported is fixed in the latest version of
scons, which is due to be installed in the Debian FTP archive:
scons_2.0.0-1.debian.tar.gz
to main/s/scons/scons_2.0.0-1.debian.tar.gz
scons_2.0.0-1.dsc
to main/s/scons/scons_2.0.0-1.dsc
scons_2.0.0-1_all.deb
to main/s/scons/scons_2.0.0-1_all.deb
scons_2.0.0.orig.tar.gz
to main/s/scons/scons_2.0.0.orig.tar.gz
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.
Luca Falavigna <[email protected]> (supplier of updated scons 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.8
Date: Tue, 15 Jun 2010 16:14:58 +0200
Source: scons
Binary: scons
Architecture: source all
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna <[email protected]>
Changed-By: Luca Falavigna <[email protected]>
Description:
scons - replacement for make
Closes: 583658 585353
Changes:
scons (2.0.0-1) unstable; urgency=low
.
* New upstream release.
- No longer use string exceptions (Closes: #585353).
* Refresh patches for new upstream release.
* debian/patches/fortran03.patch:
- Add fortran03 support, thanks Alastair McKinstry! (Closes: #583658).
* debian/watch:
- Look for 2.0 branch.
Checksums-Sha1:
4f0ff7d105007a46991015e07326389c1d5eedf6 1262 scons_2.0.0-1.dsc
dc42e87bb29b077b4f1bfecb748f0af672ac1923 558126 scons_2.0.0.orig.tar.gz
5c15f2886f5c3d1bc9efa46dbadef0d7a367329a 6697 scons_2.0.0-1.debian.tar.gz
19dd665c5ff6c889aad0324074fc8b908923d8aa 562590 scons_2.0.0-1_all.deb
Checksums-Sha256:
4a64cbdef888eec97819d36d1ce893d057212b77522c932417b596f4079c3977 1262
scons_2.0.0-1.dsc
1d0733978b503684a1f6fd7a9d3346361c878a0619c1e62018a3438f02f68aa1 558126
scons_2.0.0.orig.tar.gz
3f1f19c94404c21fc08a33d177d74f5adfe431e37adadc5998896ea4ce99f1a0 6697
scons_2.0.0-1.debian.tar.gz
816e28bcc6e729b1b16a72f65fbe2945f594777a5132458947e02ec615b619bc 562590
scons_2.0.0-1_all.deb
Files:
0533530f79b9681ed8e392a0bf6e3de7 1262 devel optional scons_2.0.0-1.dsc
c2e4c2700cac507caa93d4a3adbbf56f 558126 devel optional scons_2.0.0.orig.tar.gz
c8d77a851631d7a21a4f00f76b0fefa1 6697 devel optional
scons_2.0.0-1.debian.tar.gz
39d826caab9b351f048ed32746222e68 562590 devel optional scons_2.0.0-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwXi0gACgkQnXjXEYa8KlBQSQCfb3RBPhvl2ntbIDn9OV10gjuW
T2cAnj5QoUu7TblaWYWQF6jZcpDPhHJy
=YR5Q
-----END PGP SIGNATURE-----
--- End Message ---