Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Adding the Package to Your Archive


Once the package is correctly built load it onto your Debian archive to provide it for others to access:

  $ cp wajig_2.0.20* /var/www/debian/
  $ cd /var/www/debian/
  $ apt-ftparchive packages . > Packages
  $ apt-ftparchive sources  . > Sources
  $ gzip -c Packages > Packages.gz
  $ gzip -c Sources  > Sources.gz
  $ chmod go+r *

If this is not the machine hosting your web server, copy the files across:

  $ scp -p * [email protected]@togaware.com:/var/www/html/debian/

You will need to add the appropriate line to your /etc/apt/sources.list file:



  deb https://www.togaware.com/debian ./
  deb-src https://www.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 © 1995-2006 [email protected]

 
 
  Published under the terms fo the GNU General Public License Design by Interspire