From: James Troup <james@nocrew.org>
Date: Wed, 21 Mar 2001 05:37:43 +0000 (+0000)
Subject: Use Revision not Id in X-Melanie line.
X-Git-Tag: debian-r/squeeze~2454
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5f43848ef404d36192f92efa57448ae386d0ef25;p=dak.git

Use Revision not Id in X-Melanie line.
---

diff --git a/melanie b/melanie
index b4661b14..c3efc64f 100755
--- a/melanie
+++ b/melanie
@@ -2,7 +2,7 @@
 
 # General purpose archive tool for ftpmaster
 # Copyright (C) 2000, 2001  James Troup <james@nocrew.org>
-# $Id: melanie,v 1.10 2001-03-21 01:25:59 troup Exp $
+# $Id: melanie,v 1.11 2001-03-21 05:37:43 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
@@ -346,7 +346,7 @@ def main ():
             Subst["__BCC__"] = "Bcc: " + Cnf["Dinstall::Bcc"];
         else:
             Subst["__BCC__"] = "X-Filler: 42";
-        Subst["__CC__"] = "X-Melanie: $Id: melanie,v 1.10 2001-03-21 01:25:59 troup Exp $\n" + carbon_copy[:-1];
+        Subst["__CC__"] = "X-Melanie: $Revision: 1.11 $\n" + carbon_copy[:-1];
         Subst["__SUITE_LIST__"] = suites_list;
         Subst["__SUMMARY__"] = summary;
         Subst["__ADMIN_ADDRESS__"] = Cnf["Dinstall::MyAdminAddress"];