blob: 5d424a857f338a21f17d28ef01ed792539045fa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
This is an incomplete list of a number of issues that need to be fixed.
- make a list of basic tests that should be done to ensure that the package is
acceptable for unstable (and run these tests)
- investigate impact of changes to libraries to reverse dependencies and plan
transitions (if there are any).
- sssd: uses libndr which changes soname without transition (semi-private lib)
Especially painful for backports.
We're now emitting proper soname for libndrN at least (before it was just part
of samba-libs), so breakage will be at least visible before installing new
samba-libs
- Add script to verify that headers are usable through current dependencies
(to prevent bugs like #525888)
- Investigate which binaries should go to which packages:
- Some libs and shared objects are specific to samba-ad-dc
(eg usr/lib/x86_64-linux-gnu/samba/service/kdc, ntp_signd)
- dlz_*: should these go to samba-ad-dc too? multiarch dlz?
- samba_kcc: where should it go?
- samba-ad-client files: should samba-dnsupdate and samba-spnupdate
be there?
|