X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=melanie;h=38b81b3733c590057ae2d623f2c8a2a87293efd8;hb=47996bac016067f8b97ebff3d394a999d8979802;hp=29a07d64fe805613741d022a71b344bc0e1ea863;hpb=8c2ad99c45c858e1cf6356cdfd9fe688b61e0701;p=dak.git diff --git a/melanie b/melanie index 29a07d64..38b81b37 100755 --- a/melanie +++ b/melanie @@ -2,7 +2,7 @@ # General purpose package removal tool for ftpmaster # Copyright (C) 2000, 2001, 2002, 2003 James Troup -# $Id: melanie,v 1.38 2003-03-26 15:16:36 troup Exp $ +# $Id: melanie,v 1.39 2003-05-02 13:53:57 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 @@ -71,7 +71,7 @@ Remove PACKAGE(s) from suite(s). -s, --suite=SUITE act on this suite -S, --source-only remove source only -ARCH, BUG#, COMPONENT and SUITE can be comma (or space) seperated lists, e.g. +ARCH, BUG#, COMPONENT and SUITE can be comma (or space) separated lists, e.g. --architecture=m68k,i386""" sys.exit(exit_code) @@ -377,7 +377,7 @@ def main (): Subst["__BCC__"] = "Bcc: " + ", ".join(bcc); else: Subst["__BCC__"] = "X-Filler: 42"; - Subst["__CC__"] = "X-Katie: melanie $Revision: 1.38 $"; + Subst["__CC__"] = "X-Katie: melanie $Revision: 1.39 $"; if carbon_copy: Subst["__CC__"] += "\nCc: " + ", ".join(carbon_copy); Subst["__SUITE_LIST__"] = suites_list;