Your message dated Sun, 04 Mar 2012 23:17:54 +0100
with message-id <[email protected]>
and subject line Fixed in dak
has caused the Debian Bug report #261096,
regarding [katie] please show changes for QA uploads
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.)
--
261096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261096
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ftp.debian.org
Severity: wishlist
Since QA uploads are neither formally announced nor restricted, it
will be easier to keep track if the ACCEPTED notices to <packages@qa>
always include the Changes field (the way they do for NEW uploads).
A bad patch (no OO sugar):
--- katie.py.orig 2005-01-18 23:18:55.000000000 +0100
+++ katie.py 2005-10-02 11:03:16.000000000 +0200
@@ -278,7 +278,8 @@
# This is for direport's benefit...
f = re_fdnic.sub("\n .\n", changes.get("changes",""));
- if byhand or new:
+ if byhand or new or \
+ self.nmu.group_maint.has_key(changes["maintaineremail"].lower()):
summary += "Changes: " + f;
summary += self.announce(short_summary, 0)
Thanks,
Matej
--- End Message ---
--- Begin Message ---
commit bc5df21e92f0791f1967d77b1baf66966c66f7cd
Merge: 438caad dd06e01
Author: Joerg Jaspert <[email protected]>
Date: Sun Mar 4 23:14:27 2012 +0100
Merge remote-tracking branch 'drkranz/misc' into merge
* drkranz/misc:
Fix variable name in parse_checksum function (Closes: #658525)
Display changes in ACCEPTED mails (Closes: #261096)
When rejecting packages, make .changes files world readable (Closes:
#156876)
Signed-off-by: Joerg Jaspert <[email protected]>
--
bye, Joerg
Five exclamation marks, the sure sign of an insane mind.
-- Terry Pratchett, Reaper Man
--- End Message ---