From: James Troup <james@nocrew.org>
Date: Sat, 8 Jun 2002 00:19:55 +0000 (+0000)
Subject: add 'original component' as a files[file] optional variable for dumps; used by compon... 
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=772de8d8353f8b7ecb3684a4e7370b47564d1b4f;p=dak.git

add 'original component' as a files[file] optional variable for dumps; used by component mapping in jennifer and amber
---

diff --git a/katie.py b/katie.py
index f611b81b..7a0f8210 100644
--- a/katie.py
+++ b/katie.py
@@ -2,7 +2,7 @@
 
 # Utility functions for katie
 # Copyright (C) 2001, 2002  James Troup <james@nocrew.org>
-# $Id: katie.py,v 1.23 2002-05-23 12:18:32 troup Exp $
+# $Id: katie.py,v 1.24 2002-06-08 00:19:55 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
@@ -163,7 +163,7 @@ class Katie:
                        "md5sum", "component", "location id", "source package",
                        "source version", "maintainer", "dbtype", "files id",
                        "new", "section", "priority", "othercomponents",
-                       "pool name" ]:
+                       "pool name", "original component" ]:
                 if files[file].has_key(i):
                     d_files[file][i] = files[file][i];
         ## changes