Bug#275289: Severity of "timezoneconf non-intuitive and misserably explained"

2006-11-07 Thread Christian Hammers
Hello Luc Eduards comments regarding this package are absolutely true, the package is currently one of the meaningless ones we ship :) But given that it's "optional" and almost all users will already have setup their timezone properly using the Debian-Installer or at least change it with tzconfig

linpqa_0.51-5_i386.changes ACCEPTED

2006-11-07 Thread Debian Installer
Accepted: linpqa_0.51-5.diff.gz to pool/main/l/linpqa/linpqa_0.51-5.diff.gz linpqa_0.51-5.dsc to pool/main/l/linpqa/linpqa_0.51-5.dsc linpqa_0.51-5_i386.deb to pool/main/l/linpqa/linpqa_0.51-5_i386.deb Override entries for your package: linpqa_0.51-5.dsc - source otherosfs linpqa_0.51-5_i3

Processing of linpqa_0.51-5_i386.changes

2006-11-07 Thread Archive Administrator
linpqa_0.51-5_i386.changes uploaded successfully to localhost along with the files: linpqa_0.51-5.dsc linpqa_0.51-5.diff.gz linpqa_0.51-5_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [

id3ren_1.1b0-2_amd64.changes ACCEPTED

2006-11-07 Thread Debian Installer
Accepted: id3ren_1.1b0-2.diff.gz to pool/main/i/id3ren/id3ren_1.1b0-2.diff.gz id3ren_1.1b0-2.dsc to pool/main/i/id3ren/id3ren_1.1b0-2.dsc id3ren_1.1b0-2_amd64.deb to pool/main/i/id3ren/id3ren_1.1b0-2_amd64.deb Override entries for your package: id3ren_1.1b0-2.dsc - source sound id3ren_1.1b

Processing of id3ren_1.1b0-2_amd64.changes

2006-11-07 Thread Archive Administrator
id3ren_1.1b0-2_amd64.changes uploaded successfully to localhost along with the files: id3ren_1.1b0-2.dsc id3ren_1.1b0-2.diff.gz id3ren_1.1b0-2_amd64.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con

Bug#397424: achilles: In EnergyClass::EatFood limit food to fcap is not working

2006-11-07 Thread Manfred Lichtenstern
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::E