should not do any quilt patching for 1.0 source format
Bug #999586 reported by
Dimitri John Ledkov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
brz-debian |
Fix Released
|
High
|
Jelmer Vernooij | ||
bzr-builddeb |
Triaged
|
High
|
Unassigned |
Bug Description
Packaging branches which do not have any format defined, or the format is defined as 1.0 should force quilt_* settings to:
* quilt-tree-policy = unapplied
* quilt-commit-policy = unapplied
The reason is that:
* debuild may fail in the branch, because patches were applied without using ./debian/rules patch
* bzr bd may fail if patches remove files, and bzr exits with missing files error
Changed in bzr-builddeb: | |
status: | Incomplete → Invalid |
Changed in bzr-builddeb: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in brz-debian: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Jelmer Vernooij (jelmer) |
status: | Triaged → Fix Committed |
Changed in brz-debian: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
this should already be the case - bzr-builddeb checks the format; can you provide an example where it isn't?