Your message dated Mon, 4 Apr 2011 17:31:47 +0200
with message-id <[email protected]>
and subject line Re: Bug#620837: Please allow apt into testing now (one-line RC
bugfix)
has caused the Debian Bug report #620837,
regarding Please allow apt into testing now (one-line RC bugfix)
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.)
--
620837: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620837
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
It would be great to have APT go into testing now. The
change is:
- if (stat(Final.c_str(),&Buf) != 0)
+ if (stat(Final.c_str(),&Buf) == 0)
msg += "\nLast-Modified: " + TimeRFC1123(Buf.st_mtime);
We'd like to upload another release fixing some non-RC
bugs, and as this RC solution is correct, it doesn't
make much sense to couple it with the other changes.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (250, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
Julian Andres Klode - Debian Developer, Ubuntu Member
See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.
pgpMsjR0rsJI1.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
On Mon, Apr 4, 2011 at 16:54:49 +0200, Julian Andres Klode wrote:
> Package: release.debian.org
>
>
> It would be great to have APT go into testing now. The
> change is:
> - if (stat(Final.c_str(),&Buf) != 0)
> + if (stat(Final.c_str(),&Buf) == 0)
> msg += "\nLast-Modified: " + TimeRFC1123(Buf.st_mtime);
>
>
> We'd like to upload another release fixing some non-RC
> bugs, and as this RC solution is correct, it doesn't
> make much sense to couple it with the other changes.
>
Would be nice if you didn't have temporary build files in the uploaded
package (autom4te.cache/*). Anyway, set age-days to 2.
Cheers,
Julien
--- End Message ---