[EMAIL PROTECTED] wrote:
What does the tree structure of your repository look like (where are the packages , where is Packages.gz etc ) and where do you point to in /etc/apt/sources.list ?
The directory structure of my archive looks like this: ~/archive/binary$ ls Packages.gz spinelli_0.9.tar.gz spinelli_0.9_i386.upload Sources.gz spinelli_0.9_i386.changes spinelli_0.9.dsc spinelli_0.9_i386.deb The Packages.gz was created with: (from inside ~/archive/binary) apt-ftparchive packages . > /dev/null | gzip > Packages.gz The Sources.gz was created with: (from inside ~/archive/binary) apt-ftparchive sources . > /dev/null | gzip > Sources.gz The files were put into this directory with: dput -uc /etc/dput.cf local spinelli_0.9_i386.changes sources.list singly entry: deb file:///home/ewinger/archive binary/ thx Eric