update-archive.sh: use /pub/{ubuntu,debian}/override.
authorAdam Dickmeiss <adam@lists.indexdata.dk>
Mon, 3 May 2010 13:00:00 +0000 (15:00 +0200)
committerAdam Dickmeiss <adam@lists.indexdata.dk>
Mon, 3 May 2010 13:03:00 +0000 (15:03 +0200)
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

index f8e9fab..f5fa5e9 100644 (file)
@@ -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 {