From 7dfed5547c97ed5d722b732a9e40757cf19bddaf Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Wed, 5 Dec 2007 07:08:39 +0000 Subject: [PATCH] s/SourceFileList/FileList/ --- config/debian/apt.conf.buildd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debian/apt.conf.buildd b/config/debian/apt.conf.buildd index bacadd71..2ad4483c 100644 --- a/config/debian/apt.conf.buildd +++ b/config/debian/apt.conf.buildd @@ -32,6 +32,6 @@ bindirectory "incoming/" Sources "Sources"; BinOverride "override.sid.all3"; SrcOverride "override.sid.all3.src"; - SourceFileList "/srv/ftp.debian.org/database/dists/unstable_accepted.list"; + FileList "/srv/ftp.debian.org/database/dists/unstable_accepted.list"; }; -- GitLab