Merge lp://staging/~jelmer/bzr-builder/force-native into lp://staging/bzr-builder
Proposed by
Jelmer Vernooij
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | James Westby | ||||
Approved revision: | 115 | ||||
Merged at revision: | 111 | ||||
Proposed branch: | lp://staging/~jelmer/bzr-builder/force-native | ||||
Merge into: | lp://staging/bzr-builder | ||||
Diff against target: |
208 lines (+146/-2) 2 files modified
cmds.py (+59/-2) tests/test_blackbox.py (+87/-0) |
||||
To merge this branch: | bzr merge lp://staging/~jelmer/bzr-builder/force-native | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Westby | Approve | ||
Review via email: mp+42799@code.staging.launchpad.net |
Description of the change
Add a --force-native option to "bzr dailydeb".
This option will apply all quilt patches and update the debian/
To post a comment you must log in.
Hi,
Thanks for doing this, it is fairly unobtrusive and solves a common problem,
so I'm happy to have it.
70 + f.write("3.0 (native)")
Should that have a newline?
75 +def force_native_ format( working_ tree_path) :
Should this die if it doesn't recognise the format marker?
93 + Option( "force- native" ,
94 + help="Force the source package format to be native."),
Should this be an option? I can't really think of a reason why people
wouldn't want this. Is it just being conservative? Maybe have the option,
but invert the default?
Thanks,
James