* Eric Winger ([EMAIL PROTECTED]) [030822 22:03]: > I'm still missing something. Where should the .deb files be in > relationship to the Packages.gz? I thought the same directory. Is that > not correct?
Well, at least I have lost the overview over this thread. I myself use this script (courtesy to Marc Haber for the script): #!/bin/bash for i in \ ~/web/debian/out/libapache-mod-dav \ ~/web/debian/out/mgetty-woody \ ~/web/debian/out/woody-2.6 \ ; do cd $i; apt-ftparchive packages . > Packages; < Packages gzip > Packages.gz; apt-ftparchive sources . > Sources; < Sources gzip > Sources.gz; done and create with it the apt-getable repositories at http://home.arcor.de/andreas-barth/debian/ Cheers, Andi -- http://home.arcor.de/andreas-barth/ PGP 1024/89FB5CE5 DC F1 85 6D A6 45 9C 0F 3B BE F1 D0 C5 D1 D9 0C