Once the package is correctly built load it onto your Debian archive
to provide it for others to access:
  $ cp wajig_0.1.1* /var/www/debian/
  $ cd /var/www/debian/
  $ chmod go+r wajig_0.1.1*
  $ apt-ftparchive packages . > Packages
  $ apt-ftparchive sources  . > Sources
  $ gzip -c Packages > Packages.gz
  $ gzip -c Sources  > Sources.gz
 
 | 
You will need to add the appropriate line to your
/etc/apt/sources.list file:
  deb http://togaware.com/debian ./
  deb-src http://togaware.com/debian ./
 
 | 
If you are a Debian developer you would upload the package directly to
the Debian archives using the dupload tool instead of onto your own
archive.
Copyright (c) 2003-2004