I have a local Debian repository I run for our organization using reprepro
. This local repository hosts custom software we develop ourselves. There are Debian packages from other sources not included in the official Debian repos that I would like to add to our local repository.
Normally when I build a package I upload it to our local repository using dput
which requires a .changes
file. If I get a Debian package from another source, I get only a .deb
file and no .changes
file.
How do I upload a .deb
file to our local repository without the .changes
file?
reprepro includedeb <osrelease> <debfile>
. – ravery Nov 10 '17 at 06:44dput
if you're not building your own packages? – muru Nov 15 '17 at 12:44