Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • lts-team/packages/samba
  • thctlo/samba-lintianfix
  • arnaudr/samba
  • jrwren/samba
  • paride/samba
  • athos/samba
  • henrich/samba
  • cnotin/samba
  • mimi89999/samba
  • samba-team/samba
  • ahasenack/samba
  • jrtc27/samba
  • noel/samba
13 results
Show changes
Commits on Source (3)
samba (2:4.20.2+dfsg-5) unstable; urgency=medium
* replace internal-to-samba-build python3-ldb-dev package
with a transitional empty package (to be removed in trixie+1)
* d/control: ensure python3-samba depends on exact version of python3-ldb,
the same way as samba-libs depends on exact version of libldb2
* d/rules: ensure python3-ldb does not depend on samba-libs|python3-samba
* d/rules: refine and explain --with-shared-modules
* d/control: d/control: drop old (buster and before) Breaks
-- Michael Tokarev <mjt@tls.msk.ru> Mon, 01 Jul 2024 10:41:04 +0300
samba (2:4.20.2+dfsg-4) unstable; urgency=medium
* d/control: add the forgotten epoch for Breaks/Replaces
......
......@@ -530,7 +530,6 @@ Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: samba-libs (<< 2:4.11.0+dfsg-1~)
Description: Samba winbind client library
Samba is an implementation of the SMB/CIFS protocol for Unix systems,
providing support for cross-platform file and printer sharing with
......@@ -606,11 +605,7 @@ Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: ldb-tools (<<1.1.30~),
samba (<<2:4.7.0~),
samba-dsdb-modules (<< 2:4.7.0~),
samba-libs (<< 2:4.19.0~),
samba-testsuite (<< 2:4.7.0~)
Breaks: samba-libs (<< 2:4.19.0~),
Description: LDAP-like embedded database - shared library
ldb is a LDAP-like embedded database built on top of TDB.
.
......
usr/lib/python3*/*-packages/samba
# https://gitlab.com/samba-team/samba/-/merge_requests/3642 for 4.21
usr/lib/*/libsamba-policy.cpython-*.so.*
usr/lib/*/samba/libsamba-net.cpython-*.so.*
usr/lib/*/samba/libsamba-python.cpython-*.so.0
......