]> git.decadent.org.uk Git - dak.git/commitdiff
debianqueued: Fix a brown-paper-bag bug (we just dont know who to assign tthe month...
authorJoerg Jaspert <joerg@debian.org>
Sun, 15 Jun 2008 20:40:55 +0000 (22:40 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 15 Jun 2008 20:40:55 +0000 (22:40 +0200)
tools/debianqueued-0.9/ChangeLog
tools/debianqueued-0.9/debianqueued

index 154ee604551b39176c802ddf56763cd2c2456de4..ddf99f2b4b053cfd6729b5d0b7235d4f1c0bebfb 100644 (file)
@@ -1,3 +1,9 @@
+2008-06-15  Joerg Jaspert  <joerg@debian.org>
+
+       * debianqueued: Fix a brown-paper-bag bug (we just dont know who
+       to assign the bag too). strftime %b is better than %B for
+       the month name.
+
 2008-06-14  Joerg Jaspert  <joerg@debian.org>
 
        * debianqueued (process_commands): Add a little note that one
index 07f378446d3b998e5fe47455d0f345c51314b1da..410e5716bab366c54d35d563ffcf6aade053e428 100755 (executable)
@@ -2134,7 +2134,7 @@ sub send_mail($$$) {
                $Email::Send::Sendmail::SENDMAIL = $conf::mail;
        }
 
-       my $date = sprintf "%s", strftime("%a, %d %B %Y %T %z", (localtime(time)));
+       my $date = sprintf "%s", strftime("%a, %d %b %Y %T %z", (localtime(time)));
        my $message = <<__MESSAGE__;
 To: $addr
 From: Archive Administrator <dak\@ftp-master.debian.org>