debrelease doesn't tag and ensure source only build
Bug #249781 reported by
Robert Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Distributed Development |
Confirmed
|
Low
|
Unassigned | ||
devscripts (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
debrelease needs to make a tag in the packaging branch and push any changes not pushed. It also probably needs to ensure that there is a signed source only build, and dput that
Changed in udd: | |
status: | New → Confirmed |
importance: | Undecided → Low |
To post a comment you must log in.
I don't agree that debrelease should have primary responsibility for creating a tag. This is the job of 'debcommit --release' (usual workflow is hack; debcommit; hack; debcommit; dch -r; debcommit --release; debrelease -S). That said, it would be fair enough for debrelease either to refuse to upload if you haven't committed everything in your tree and tagged it, or to offer to run 'debcommit --release' for you.