From 030966e4fd4ad81ca47c7be1c5e6ef35491ad7ac Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 3 May 2010 15:00:00 +0200 Subject: [PATCH] update-archive.sh: use /pub/{ubuntu,debian}/override. Using the override gets rid of the annoying source / binary override messages. The override uses this style (.. for missing lines): yaz extra main yazpp extra main yazproxy extra main .. cf extra restricted masterkey-ui-core extra restricted .. --- update-archive/apt-ftparchive.conf.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update-archive/apt-ftparchive.conf.in b/update-archive/apt-ftparchive.conf.in index f8e9fab..f5fa5e9 100644 --- a/update-archive/apt-ftparchive.conf.in +++ b/update-archive/apt-ftparchive.conf.in @@ -5,6 +5,7 @@ // The debian archive should be in the current working dir Dir { ArchiveDir "."; + OverrideDir "."; CacheDir "tmp"; }; @@ -36,7 +37,7 @@ TreeDefault { Tree "dists/@dist@" { Sections "@sections@"; Architectures "source @architectures@"; - SrcOverride "/dev/null"; + SrcOverride "override"; }; // By default all Packages should have the extension ".deb" //Default { -- 1.7.10.4