Merge lp://staging/~racb/ubuntu/oneiric/samba/862129 into lp://staging/ubuntu/oneiric/samba
Proposed by
Robie Basak
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~racb/ubuntu/oneiric/samba/862129 |
Merge into: | lp://staging/ubuntu/oneiric/samba |
Diff against target: |
52 lines (+23/-4) 2 files modified
debian/changelog (+7/-0) debian/samba.postrm (+16/-4) |
To merge this branch: | bzr merge lp://staging/~racb/ubuntu/oneiric/samba/862129 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu branches | Pending | ||
Review via email: mp+78862@code.staging.launchpad.net |
Description of the change
This fixes my test case in bug 862129.
To post a comment you must log in.
Unmerged revisions
- 148. By Robie Basak
-
debian/
samba.postrm: check that update-inetd is configured and in all code
paths. (LP: #862129)
Outstanding questions I posted from that bug that I would like reviewed before merging:
1) Is this the right approach?
2) Is dpkg-query the right way to get the status of the update-inetd package?
3) What about triggers-awaiting and triggers-pending? What should the behaviour be in these cases? Is it OK to treat update-inetd as not available in these cases?
Thanks.