Can reprepro accept a new version of a package into the repository?
- by kai
I have installed a package into my own debian package repository like so:
$ sudo reprepro -b /var/packages/ubuntu includedeb maverick my-package_0.8-0_all.deb
my-package_0.8-0_all.deb: component guessed as 'main'
Exporting indices...
I have installed my package on a few machines using apt-get install.
I have now added new features to my…