Merge lp://staging/~debbie-beliveau/ubuntu/maverick/ubiquity/ubiquity-depends-fix into lp://staging/ubuntu/maverick/ubiquity
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~debbie-beliveau/ubuntu/maverick/ubiquity/ubiquity-depends-fix |
Merge into: | lp://staging/ubuntu/maverick/ubiquity |
Diff against target: |
46 lines (+15/-2) 3 files modified
bin/oem-config-wrapper (+5/-1) debian/changelog (+9/-0) debian/control (+1/-1) |
To merge this branch: | bzr merge lp://staging/~debbie-beliveau/ubuntu/maverick/ubiquity/ubiquity-depends-fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Evan | Pending | ||
Review via email: mp+28255@code.staging.launchpad.net |
Description of the change
Cleans up runtime dependencies by removing (unspecified) dependency on perl-modules and specifying dependency on wget. userdel change already reviewed by Martin Pitt (though "|| true" portion of change was added after his review).
Unmerged revisions
- 343. By Debbie Beliveau
-
* bin/oem-
config- wrapper: use deluser instead of userdel to delete oem user
* and change comment explaining why /home/oem is being deleted manually
* debian/changelog: update existing 2.2.25 entry to reflect above changes
* Change distribution to UNRELEASED - 342. By Debbie Beliveau
-
* bin/oem-
config- wrapper: Use userdel rather than deluser to remove oem user
as deluser requires perl-modules which is a large, unspecified dependency
* debian/control: Add wget to Depends as ubi-language.py plugin calls wget
Hi Evan,
Martin Pitt suggested I pass the userdel change to you and I figured I'd add the wget change as well.
Let me know if you have any questions or would rather me file a bug and attach a patch.
-Debbie