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

Bug#397424: marked as done (achilles: In EnergyClass::EatFood limit food to fcap is not working)



Your message dated Fri, 12 Jan 2007 02:32:02 +0000
with message-id <E1H5CD4-0002YF-IG@ries.debian.org>
and subject line Bug#397424: fixed in achilles 2-7
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: achilles
Version: 2-6
Severity: normal

In EnergyClass.cc is a programing error.
By a mistake f was used for food.

EatFood with error:

bool EnergyClass::EatFood(double f) {
  food+=f;
  if(f>fcap) f=fcap;
  if(f<0) f=0;
  return true;
}

EatFood with a working limit:

bool EnergyClass::EatFood(double f) {
  food+=f;
  if(food>fcap) food=fcap;
  if(food<0) food=0;
  return true;
}

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages achilles depends on:
ii  libc6                        2.3.6.ds1-7 GNU C Library: Shared libraries
ii  libgcc1                      1:4.1.1-13  GCC support library
ii  libgl1-mesa-glx [libgl1]     6.5.1-0.2   A free implementation of the OpenG
ii  libglu1-mesa [libglu1]       6.5.1-0.2   The OpenGL utility library (GLU)
ii  libpng12-0                   1.2.8rel-7  PNG library - runtime
ii  libsdl1.2debian              1.2.11-7    Simple DirectMedia Layer
ii  libstdc++6                   4.1.1-13    The GNU Standard C++ Library v3
ii  libx11-6                     2:1.0.3-2   X11 client-side library
ii  libxi6                       1:1.0.1-3   X11 Input extension library
ii  libxmu6                      1:1.0.2-2   X11 miscellaneous utility library
ii  libxv1                       1:1.0.2-1   X11 Video extension library
ii  libxxf86dga1                 2:1.0.1-2   X11 Direct Graphics Access extensi
ii  libxxf86vm1                  1:1.0.1-2   X11 XFree86 video mode extension l
ii  zlib1g                       1:1.2.3-13  compression library - runtime

achilles recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: achilles
Source-Version: 2-7

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

achilles_2-7.diff.gz
  to pool/main/a/achilles/achilles_2-7.diff.gz
achilles_2-7.dsc
  to pool/main/a/achilles/achilles_2-7.dsc
achilles_2-7_i386.deb
  to pool/main/a/achilles/achilles_2-7_i386.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 397424@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mohammed Adnène Trojette <adn+deb@diwi.org> (supplier of updated achilles 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Fri, 12 Jan 2007 02:59:59 +0100
Source: achilles
Binary: achilles
Architecture: source i386
Version: 2-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Mohammed Adnène Trojette <adn+deb@diwi.org>
Description: 
 achilles   - An artificial life and evolution simulator
Closes: 397424
Changes: 
 achilles (2-7) unstable; urgency=low
 .
   * QA upload.
   * Correct programing error in EnergyClass.cc. (Closes: #397424)
Files: 
 14ea4b0a6061583596800464b4fc9b47 600 science optional achilles_2-7.dsc
 831d3fa588555f6688344cb5719f85eb 6599 science optional achilles_2-7.diff.gz
 dbde9dc30c27dd1bda9463e4b2f262e6 37678 science optional achilles_2-7_i386.deb

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

iD8DBQFFpu++OU3FkQ7XBOoRAgekAJ0TiXxFwCWhR9JNV72nDJoEZ8CxawCfe/xz
pV+XNyYs8dLW7w/68Euq+DQ=
=RYO3
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: