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

Re: Wie installiere ich ein *.deb Paket direkt?



On 06.Mai 2005 - 20:38:14, Andreas Hirczy wrote:
> Andreas Pakulat <apaku@gmx.de> writes:
> 
> > Und wenn man dann auch noch die Debian-Struktur nutzt (also dists+pool
> > usw.) dann verliert man auch bei dutzenden selbstgebauten Paketen nicht
> > den Ueberblick.
> 
> Hallo,
> 
> wo findet man eine Einführung zu pools,
> <http://www.debian.org/doc/manuals/repository-howto/repository-howto.html#pools>
> ist für mich zu knapp gehalten.

Keine Ahnung, ich hab mir einfach angesehen wie die Packages Datei
aussieht und die Pools dazu.

Layout ist so:

dists/
  |
  +- unstable -> sid
  |
  +- sid
  |   |
  |   +- Contents*
  |   |
  |   +- main
  |   |   |
  |   |   +- binary-*
  |   |   |   |
  |   |   |   +- Packages*
  |   |   |
  |   |   +- source
  |   |
  |   +- Release
  |
  +- stable ->woody
 
pool/
  |
  +- main
  |   |
  |   +- a
  |   |  |
  |   |  +- Pakete, deren Source-Paket mit a beginnt
  |   |
  |   +- b...
  |
  +- non-free

Dazu eine passende apt-ftparchive.conf


,----[ apt-ftparchive.conf ]-
| Dir {
| 	ArchiveDir "/home/andreas/public_html/debian";
| 	CacheDir "/home/andreas/temp/apt-ftparchive-db";
| };
| 
| Default {
| 	Packages::Compress ". gzip bzip2";
| 	Sources::Compress ". gzip bzip2";
| 	Contents::Compress ". gzip bzip2";
| };
| 
| BinDirectory "/home/andreas/public_html/debian/pool/main" {
| 	Packages "/home/andreas/public_html/debian/dists/unstable/main/binary-i386/Packages";
| 	SrcPackages "/home/andreas/public_html/debian/dists/unstable/main/source/Sources";
| 	Contents "/home/andreas/public_html/debian/dists/unstable/Contents-i386";
| }
| 
| BinDirectory "/home/andreas/public_html/debian/pool/non-free" {
| 	Packages "/home/andreas/public_html/debian/dists/unstable/non-free/binary-i386/Packages";
| 	Contents "/home/andreas/public_html/debian/dists/unstable/Contents-i386";
| };
| 
| 
`----

HTH

Andreas

-- 
You have taken yourself too seriously.



Reply to: