cowbuilder
to build my packages, as I hate to install build-dependencies I will never use... And the benefit is of course to make sure it does build ! I've come up with several gotchas in my recent uploads:
- changelog entries corresponding to never-uploaded versions
- and, a subset of the former, first revisions of a new upstream source skipped
Here are how to feed cowbuilder
to work with this properly. First, for simply unuploaded changelog entries:
cowbuilder --build --debbuildopts \ -vLastUploadedVersion package.dsc
You can check the last uploaded version with rmadison
. If the first debian revision was also skipped, you can force a sourceful upload with the following:
cowbuilder --build --debbuildopts \ "-vLastUploadedVersion -sa" package.dsc
No comments:
Post a Comment