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
..
// The debian archive should be in the current working dir
Dir {
ArchiveDir ".";
+ OverrideDir ".";
CacheDir "tmp";
};
Tree "dists/@dist@" {
Sections "@sections@";
Architectures "source @architectures@";
- SrcOverride "/dev/null";
+ SrcOverride "override";
};
// By default all Packages should have the extension ".deb"
//Default {