X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=jenna;h=d2c8e17cd7bafebc8b0f33c7014fc85655dc3b35;hb=d8114d5410f3602fc959b972bf52bb316e956cde;hp=b186ff7898a31e880da8136b0ef4a5f43516ba63;hpb=bb8283ad6274e461fc78a00b2a52c6594c53e13d;p=dak.git diff --git a/jenna b/jenna index b186ff78..d2c8e17c 100755 --- a/jenna +++ b/jenna @@ -2,7 +2,7 @@ # Generate file list which is then fed to apt-ftparchive to generate Packages and Sources files # Copyright (C) 2000 James Troup -# $Id: jenna,v 1.2 2000-12-05 04:27:48 troup Exp $ +# $Id: jenna,v 1.3 2001-01-16 21:52:37 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 @@ -104,12 +104,6 @@ def generate_bin_list(suite, component, architecture, output, type, dislocated_f if dislocated_files.has_key(file_id): filename = dislocated_files[file_id]; - # Hack to handle screwed up sid distro [FIXME: this may have issues, remove ASAP] - if not os.path.exists(filename): - sid_filename = string.replace(filename, "/woody/", "/potato/"); - if os.path.exists(sid_filename): - filename = sid_filename; - if os.path.exists(filename): if packages.has_key(package): if apt_pkg.VersionCompare(packages[package]["version"], version) == -1: