X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fgenerate_index_diffs.py;h=3981f6d3d982b47a689508113c095cc4c559a94b;hb=916a3da845aa3b2495cd7f7de44ea68572c37de6;hp=de473d65614744401621dbb78cf4810053c095a6;hpb=06ce98c8111a8b09e5603dbbd34324a216412d69;p=dak.git diff --git a/dak/generate_index_diffs.py b/dak/generate_index_diffs.py index de473d65..3981f6d3 100755 --- a/dak/generate_index_diffs.py +++ b/dak/generate_index_diffs.py @@ -6,8 +6,8 @@ # idea and basic implementation by Anthony, some changes by Andreas # parts are stolen from 'dak generate-releases' # -# Copyright (C) 2004-6, 6 Anthony Towns -# Copyright (C) 2004-5 Andreas Barth +# Copyright (C) 2004, 2005, 2006 Anthony Towns +# Copyright (C) 2004, 2005 Andreas Barth # 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 @@ -32,7 +32,7 @@ import sys, os, tempfile import apt_pkg -import dak.lib.utils +import daklib.utils ################################################################################ @@ -288,7 +288,7 @@ def main(): os.umask(0002) - Cnf = dak.lib.utils.get_conf() + Cnf = daklib.utils.get_conf() Arguments = [ ('h', "help", "Generate-Index-Diffs::Options::Help"), ('c', None, "Generate-Index-Diffs::Options::CanonicalPath", "hasArg"), ('p', "patchname", "Generate-Index-Diffs::Options::PatchName", "hasArg"), @@ -314,7 +314,7 @@ def main(): o.close() AptCnf = apt_pkg.newConfiguration() - apt_pkg.ReadConfigFileISC(AptCnf,dak.lib.utils.which_apt_conf_file()) + apt_pkg.ReadConfigFileISC(AptCnf,daklib.utils.which_apt_conf_file()) if Options.has_key("RootDir"): Cnf["Dir::Root"] = Options["RootDir"] @@ -353,7 +353,7 @@ def main(): elif AptCnf.has_key("bindirectory::%s" % (tree)): sections = AptCnf["bindirectory::%s::Sections" % (tree)].split() else: - aptcnf_filename = os.path.basename(dak.lib.utils.which_apt_conf_file()) + aptcnf_filename = os.path.basename(daklib.utils.which_apt_conf_file()) print "ALERT: suite %s not in %s, nor untouchable!" % (suite, aptcnf_filename) continue