We have our own internal package repository hosted on a webserver running apache.
Internal users who want to install one of these packages point these sources.list to the webserver & do a apt-get update & apt-get install packgname.
One of these packages is a package called ourpkgname_1.0.0-0_all.deb
now i have made come changes and created a new updated package called ourpkgname_1.0.1-0_all.deb.
I have no idea how to remove the original package from the webserver directory & add the new version. just deleting it at the /tmp/mirror/pool etc & copying the name package doesn't work. I am assuming there is some command which i need to run to copy & regenarate anything at the repository, but don't know how to.
Can someone help or point me to the appropriate documentation