+2008-05-08 Joerg Jaspert <joerg@debian.org>
+
+ * templates/rm.bug-close: dito
+
+ * templates/reject-proposed-updates.rejected: dito
+
+ * templates/queue.rejected: dito
+
+ * templates/process-unchecked.override-disparity: dito, but also
+ mention that people should include the package lists with the
+ override disparities.
+
+ * templates/process-unchecked.new: dito
+
+ * templates/process-unchecked.bug-nmu-fixed: dito
+
+ * templates/process-unchecked.bug-experimental-fixed: dito
+
+ * templates/process-unchecked.bug-close: dito
+
+ * templates/process-unchecked.announce: dito
+
+ * templates/process-unchecked.accepted: dito
+
+ * templates/process-new.prod: dito
+
+ * templates/process-accepted.unaccept: dito
+
+ * templates/process-accepted.install: dito
+
+ * templates/override.bug-close: Add X-Debian header
+
2008-05-06 Joerg Jaspert <joerg@debian.org>
* config/debian/cron.dinstall: Put the timestamp stuff into an own
Subst["__BCC__"] = "Bcc: " + ", ".join(bcc)
else:
Subst["__BCC__"] = "X-Filler: 42"
- Subst["__CC__"] = "X-DAK: dak override\nX-Katie: alicia $Revision: 1.6$"
+ Subst["__CC__"] = "X-DAK: dak override\nX-Katie: alicia"
Subst["__ADMIN_ADDRESS__"] = Cnf["Dinstall::MyAdminAddress"]
Subst["__DISTRO__"] = Cnf["Dinstall::MyDistribution"]
Subst["__WHOAMI__"] = utils.whoami()
Subst["__BCC__"] = "Bcc: " + ", ".join(bcc)
else:
Subst["__BCC__"] = "X-Filler: 42"
- Subst["__CC__"] = "X-DAK: dak rm\nX-Katie: melanie $Revision: 1.44 $"
+ Subst["__CC__"] = "X-DAK: dak rm\nX-Katie: melanie"
if carbon_copy:
Subst["__CC__"] += "\nCc: " + ", ".join(carbon_copy)
Subst["__SUITE_LIST__"] = suites_list
To: __BUG_NUMBER__-close@__BUG_SERVER__
__CC__
__BCC__
+X-Debian: DAK
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: __DAK_ADDRESS__
To: __MAINTAINER_TO__
__BCC__
+X-Debian: DAK
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
To: __MAINTAINER_TO__
__CC__
__BCC__
+X-Debian: DAK
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
X-Not-Really-To: crypt@bis.doc.gov, enc@nsa.gov, web_site@bis.doc.gov
To: bxa@ftp-master.debian.org
__BCC__
+X-Debian: DAK
Precedence: junk
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
From: __FROM_ADDRESS__
To: __MAINTAINER_TO__
__CC__
+X-Debian: DAK
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: __DAK_ADDRESS__
To: __MAINTAINER_TO__
__BCC__
+X-Debian: DAK
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
From: __MAINTAINER_FROM__
To: __ANNOUNCE_LIST_ADDRESS__
__BCC__
+X-Debian: DAK
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: __MAINTAINER_FROM__
To: __BUG_NUMBER__-close@__BUG_SERVER__
__BCC__
+X-Debian: DAK
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
To: control@__BUG_SERVER__
Cc: __MAINTAINER_TO__
__BCC__
+X-Debian: DAK
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
To: control@__BUG_SERVER__
Cc: __MAINTAINER_TO__
__BCC__
+X-Debian: DAK
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: __DAK_ADDRESS__
To: __MAINTAINER_TO__
__BCC__
+X-Debian: DAK
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
From: __DAK_ADDRESS__
To: __MAINTAINER_TO__
__BCC__
+X-Debian: DAK
Precedence: junk
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload. If you feel the
override is incorrect then please reply to this mail and explain why.
+Please INCLUDE the list of packages as seen above, or we won't be able
+to deal with your mail due to missing information.
[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
To: __MAINTAINER_TO__
__BCC__
__CC__
+X-Debian: DAK
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
To: __MAINTAINER_TO__
__CC__
__BCC__
+X-Debian: DAK
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
To: __BUG_NUMBER__-close@__BUG_SERVER__
__CC__
__BCC__
+X-Debian: DAK
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
+2008-05-08 Joerg Jaspert <joerg@debian.org>
+
+ * debianqueued: added header X-Debian: DAK
-- Version 0.9 released
my $file = shift;
$main::mail_addr = "";
- $main::mail_text = "";
+ $main::mail_text = "X-Debian: DAK\n";
$main::mail_subject = $file ? "Processing of $file" : "";
}