My problem is as follows:
I have an ubuntu package repository which I want to update with some packages.
I've been browsing around trying to figure out how this is done and came across 'dput'. Unfortunately dput requires the existence of '.chages' which I don't have (I only have the .deb-s which I want to upload).
Is there any other way of uploading the deb and updating the package repository?
Also, does anybody know where I can find some decent documentation on working with ubuntu/debian repositories?