bzr builddeb should support --strict / --no-strict
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Fix Released
|
Low
|
Jelmer Vernooij |
Bug Description
Dear Colleagues,
I'm starting to convert my working steps from standard dget ... ; dpkg-source -x *.dsc ; cd <src> ; patch -p1 < ../debdiff_
Branching from lp:ubuntu/<src-pkg-name> is quite trivial and
brz branch <local ubuntu branch> fix-<lp bug number> is also very refreshing.
But bzr builddeb -S -- -k'<your key id> should complain, when there are files missing from the sources.
Example:
You add a patch in debian/patches/ and forget to add this file, bzr status will tell you that, but bzr builddep should tell you that too, when you build a source package.
It should also complain about non commited files, when there are any left.
Hope that's an easy wishlist fix ;)
BTW...thx to you all bzr hackers..
\sh
Related branches
- James Westby: Approve
-
Diff: 107 lines (+30/-2) (has conflicts)4 files modifiedcmds.py (+10/-2)
debian/changelog (+8/-0)
errors.py (+6/-0)
tests/blackbox/test_builddeb.py (+6/-0)
summary: |
- bzr builddep should complain more + bzr builddeb should support --strict / --no-strict |
Changed in bzr-builddeb: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in bzr-builddeb: | |
status: | Triaged → In Progress |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-builddeb: | |
status: | In Progress → Fix Released |
status: | Fix Released → Fix Committed |
Changed in bzr-builddeb: | |
milestone: | none → 2.7 |
Changed in bzr-builddeb: | |
status: | Fix Committed → Fix Released |