Debian – How to add a custom package to debian repository

aptdebianrepository

I run my own debian apt repository server. I have a .deb file that i would like to add into the repository (Adaptec Storage Manager deb). I need the ability to manage that package independent of the rest of the repo.

Question:

How can I add the .deb file to the repo so that I can do a 'apt-get storman' on the client machines and have it installed?

Best Answer

Set up a separate repo for your local packages. It just makes sense, as observed by vonbrand and thecarpy.

Related Question