Merge lp:~jelmer/launchpad/fix-devscripts-clash into lp:launchpad
Proposed by
Jelmer Vernooij
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Jelmer Vernooij | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 13143 | ||||
Proposed branch: | lp:~jelmer/launchpad/fix-devscripts-clash | ||||
Merge into: | lp:launchpad | ||||
Diff against target: |
12 lines (+1/-1) 1 file modified
utilities/update-sourcecode (+1/-1) |
||||
To merge this branch: | bzr merge lp:~jelmer/launchpad/fix-devscripts-clash | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gavin Panella (community) | Approve | ||
Review via email:
|
Commit message
[r=allenap][bug=790560] In update-sourcecode, add lib/ directory to the beginning of sys.path, in case there are clashes with system packages.
Description of the change
In utilities/
This means that if there are system packages that clash with Launchpad packages, the Launchpad packages are used.
This is necessary because newer versions of the Ubuntu "devscripts" package include a "devscripts" Python package.
To post a comment you must log in.