Merge lp:~spud/spud/fix-bug-931800 into lp:spud
Proposed by
Tim Greaves
Status: | Merged |
---|---|
Merged at revision: | 517 |
Proposed branch: | lp:~spud/spud/fix-bug-931800 |
Merge into: | lp:spud |
Diff against target: |
91 lines (+41/-5) 2 files modified
debian/rules (+1/-1) diamond/setup.py.in (+40/-4) |
To merge this branch: | bzr merge lp:~spud/spud/fix-bug-931800 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
David Ham | Approve | ||
Review via email:
|
Description of the change
Responding to bug lp:931800, this merge:
* Changes the call to setup.py from debian/rules to use --root=path as opposed
to --root path
* Adds in parsing of sys.argv to pull out that root and use it as destdir
A test build on precise appears to behave nicely.
To post a comment you must log in.
This looks like it fixes the functionality, but the semantics of this routine are starting to get a little complex. Maybe add a few lines of comments indicating what it does when used from the package, from the makefile and directly so that next time this breaks we can remember it?