-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 23 August 2002 07:06, Scott Bronson wrote: > > Sorry for not making this apt-gettable. No time to figure it out. If > anyone can point me to the docs, I can try setting it up later...
Here is the short script I use to create an apt-gettable source. % cat create-apt-source #! /bin/sh dpkg-scanpackages . /dev/null | gzip -c9 > Packages.gz dpkg-scansources . | gzip -c9 > Sources.gz % Just run this is the directory containing the debs. Your deb lines will be: deb http://my.webserver.name.goes.here.com/path/to/debs ./ deb-src http://my.webserver.name.goes.here.com/path/to/debs ./ i.e. deb http://www.rinspin.com/~bronson/debian/sdl/ ./ deb-src http://www.rinspin.com/~bronson/debian/sdl/ ./ Paul Cupis - -- [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9ZjkmIzuKV+SHX/kRAmIvAJ9hN2pHJUVE799Ek+RPoc7Ql8zkEACfTGwV AjFmpXyAbN/hMCYbQgZhimw= =m127 -----END PGP SIGNATURE-----

