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?

link|improve this question
feedback

1 Answer

I would be quite surprised if you indeed found a Debian repository that allowed write access for everybody. That said, the *.changes file is automatically created by the package build process. If you do not have it, you probably did not build the package yourself, did you?

Oh, and there is lots of documentation on Debian packages and repositories on (surprise) the Debian developer web site.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.