Merge lp:~jpickett/bzr-builddeb/fix-for-945413 into lp:bzr-builddeb

Proposed by Joel Pickett
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 721
Merged at revision: 721
Proposed branch: lp:~jpickett/bzr-builddeb/fix-for-945413
Merge into: lp:bzr-builddeb
Diff against target: 12 lines (+1/-1)
1 file modified
cmds.py (+1/-1)
To merge this branch: bzr merge lp:~jpickett/bzr-builddeb/fix-for-945413
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+95723@code.launchpad.net

Commit message

bitesize

Description of the change

fixed string so it would read only debian/ rather than onlydebian/

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cmds.py'
2--- cmds.py 2012-02-01 15:01:26 +0000
3+++ cmds.py 2012-03-03 06:09:17 +0000
4@@ -70,7 +70,7 @@
5 build_dir_opt = Option('build-dir',
6 help="The dir to use for building.", type=str)
7 orig_dir_opt = Option('orig-dir',
8- help="Directory containing the .orig.tar.gz files. For use when only"
9+ help="Directory containing the .orig.tar.gz files. For use when only "
10 +"debian/ is versioned.", type=str)
11 native_opt = Option('native',
12 help="Build a native package.")

Subscribers

People subscribed via source and target branches