[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#595922: apt-utils: apt-ftparchive creates borken Packages and Sources files



Hi David,

Could you elaborate a bit more what you actually did?
Maybe attach the used configuration?

Sorry, forgot that.

The output looks more like from the generate command…

Yes, right, sorry, it is
	apt-ftparchive generate $confffile
with the attached conffile.

set. Especially FileMode settings would be interesting…

I don't set any special FileMode in my local conffile,
neither anywhere under /etc/apt.

Thanks

Norbert
APT {
  FTPArchive {
    Release {
      Codename "unstable";
      Origin "TeX live for Debian maintainers at TeX User Group";
      Label "texlive";
      Architectures "amd64 all source";
    };
  };
};

Dir {
	ArchiveDir "/src/TeX/debian/people/TeX";
	CacheDir "/src/TeX/debian/people/TeX";
};


Default {
        Packages::Compress ". gzip";
        Sources::Compress ". gzip";
        Contents::Compress "gzip";
        Packages::Extensions ".deb";
        Sources::Extensions ".dsc";
};
BinDirectory "tl2009" {
        Packages "tl2009/Packages";
        Sources "tl2009/Sources";
        Contents "tl2009/Contents-i386";
};

Reply to: