On Sun, Oct 21, 2001 at 09:19:41PM +0200, Raphael Hertzog wrote:
> I believe you that it's possible, however reading the man page and tried
> several things got me nowhere. Can you tell me how to simulate this
> command line with apt-ftparchive generate ?
>         apt-ftparchive -o Tree::ExtraOverride=../overrides.extra \
>       packages pool/ ../overrides >> $file

Erm.

        Dir
        {
                ArchiveDir "pool/";
                OverrideDir "..";
        }

        TreeDefault
        {
                Directory "dists/$(DIST)/$(SECTION)/binary-$(ARCH)/";
                SrcDirectory "dists/$(DIST)/$(SECTION)/source/";
                Packages "dists/$(DIST)/$(SECTION/binary-$(ARCH)/Packages";
                Sources "dists/$(DIST)/$(SECTION)/source/Sources";
        }

        tree "woody"
        {
                Sections "main";
                Architectures "i386";
                BinOverride "override.woody";
                SrcOverride "override.woody.src";
                ExtraOverride "override.woody.extra";
        }

is probably close to what you want. Check out katie/apt.conf,
testing/get_testing.conf in auric:/org/ftp.debian.org/ for some examples
to work from.

Cheers,
aj

-- 
Anthony Towns <[EMAIL PROTECTED]> <http://azure.humbug.org.au/~aj/>
I don't speak for anyone save myself. GPG signed mail preferred.

 "Security here. Yes, maam. Yes. Groucho glasses. Yes, we're on it.
   C'mon, guys. Somebody gave an aardvark a nose-cut: somebody who
    can't deal with deconstructionist humor. Code Blue."
                -- Mike Hoye,
                      see http://azure.humbug.org.au/~aj/armadillos.txt

Attachment: msg02267/pgp00000.pgp
Description: PGP signature

Reply via email to