# Installs Debian packaes
# Copyright (C) 2000, 2001 James Troup <james@nocrew.org>
-# $Id: katie,v 1.34 2001-03-21 05:37:23 troup Exp $
+# $Id: katie,v 1.35 2001-03-24 03:30:16 troup Exp $
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
install_count = install_count + 1;
if not Cnf["Dinstall::Options::No-Mail"]:
- Subst["__SUITE__"] = "into stable";
+ Subst["__SUITE__"] = " into stable";
Subst["__SUMMARY__"] = summary;
utils.send_mail (mail_message, "")
announce (short_summary, 1)
Subst = {}
Subst["__ADMIN_ADDRESS__"] = Cnf["Dinstall::MyAdminAddress"];
Subst["__BUG_SERVER__"] = Cnf["Dinstall::BugServer"];
- bcc = "X-Katie: $Revision: 1.34 $"
+ bcc = "X-Katie: $Revision: 1.35 $"
if Cnf.has_key("Dinstall::Bcc"):
Subst["__BCC__"] = bcc + "\nBcc: %s" % (Cnf["Dinstall::Bcc"]);
else: