diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 23 | ||||
-rw-r--r-- | debian/samba-ad-dc.lintian-overrides | 3 | ||||
-rw-r--r-- | debian/samba-ad-dc.postinst | 15 | ||||
-rw-r--r-- | debian/samba-ad-dc.preinst | 15 |
5 files changed, 57 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index 943371c..ee1196c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +samba (2:4.20.1+dfsg-4) unstable; urgency=medium + + [ Helmut Grohne ] + * Mitigate ineffective replaces due to /usr-move (DEP17 P1) + (Closes: #1072102) + + [ Michael Tokarev ] + * d/control: mark libkeyutils-dev as linux-only [linux-any] + * d/control: drop old versions of versioned dependencies + + -- Michael Tokarev <mjt@tls.msk.ru> Wed, 29 May 2024 20:31:41 +0300 + samba (2:4.20.1+dfsg-3) unstable; urgency=medium * d/rules: move samba-common install to d/samba-common.install diff --git a/debian/control b/debian/control index 9a13345..2dfeb9e 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Build-Depends-Arch: # the same [arch list] is in rules (with-ceph) and ctdb.install libcephfs-dev [amd64 arm64 mips64el ppc64el riscv64 s390x], librados-dev [amd64 arm64 mips64el ppc64el riscv64 s390x], - libcmocka-dev (>= 1.1.3), + libcmocka-dev, libcups2-dev, libdbus-1-dev, libglusterfs-dev [amd64 arm64 ppc64el ppc64 riscv64 mips64el s390x ia64 sparc64], @@ -48,7 +48,7 @@ Build-Depends-Arch: libgpgme11-dev, libicu-dev, libjansson-dev, - libkeyutils-dev, + libkeyutils-dev [linux-any], libkrb5-dev (>= 1.21.0~) <pkg.samba.mitkrb5>, libldap2-dev, liblmdb-dev, @@ -59,11 +59,11 @@ Build-Depends-Arch: libreadline-dev, libtirpc-dev, libsystemd-dev [linux-any], - libtasn1-6-dev (>= 3.8), + libtasn1-6-dev, libtasn1-bin, liburing-dev [linux-any], xfslibs-dev [linux-any], - zlib1g-dev (>= 1:1.2.3), + zlib1g-dev, # python (+#904999): python3-dev:any | python3-dev, libpython3-dev, python3-dnspython, @@ -196,15 +196,17 @@ Depends: samba (= ${binary:Version}), Recommends: libnss-winbind, libpam-winbind, # samba-ad-provision is needed for setup only samba-ad-provision -Suggests: bind9 (>= 1:9.5.1), +Suggests: bind9, bind9utils, ldb-tools, - ntp | chrony (>= 3.0-1), + ntp | chrony, Enhances: bind9, ntp Breaks: samba-ad-provision (<< ${source:Upstream-Version}), # files moved from samba & samba-common-bin in 4.20.1-2: - samba (<< 2:4.20.1+dfsg-2~), samba-common-bin (<< 2:4.20.1+dfsg-2~), -Replaces: samba (<< 2:4.20.1+dfsg-2~), samba-common-bin (<< 2:4.20.1+dfsg-2~), + samba-common-bin (<< 2:4.20.1+dfsg-2~), +Replaces: samba-common-bin (<< 2:4.20.1+dfsg-2~), +# Breaks+Replaces upgraded to Conflicts for DEP17 + /usr-move +Conflicts: samba (<< 2:4.20.1+dfsg-2~), Description: Samba control files to run AD Domain Controller Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with @@ -283,7 +285,7 @@ Package: samba-dev Architecture: any Multi-Arch: same Depends: libc6-dev, - libldb-dev (>= 2:2), + libldb-dev, libpopt-dev, libtalloc-dev, libtdb-dev, @@ -455,8 +457,7 @@ Section: admin Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: libpam-runtime (>= 1.0.1-6), - libpam0g (>= 1.1.3-2~), +Depends: libpam-runtime, winbind:any (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} diff --git a/debian/samba-ad-dc.lintian-overrides b/debian/samba-ad-dc.lintian-overrides new file mode 100644 index 0000000..f3c2287 --- /dev/null +++ b/debian/samba-ad-dc.lintian-overrides @@ -0,0 +1,3 @@ +# begin-remove-after: trixie +diversion-for-unknown-file lib/systemd/system/samba-ad-dc.service [preinst:*] +# end-remove-after diff --git a/debian/samba-ad-dc.postinst b/debian/samba-ad-dc.postinst new file mode 100644 index 0000000..ddc75ea --- /dev/null +++ b/debian/samba-ad-dc.postinst @@ -0,0 +1,15 @@ +#!/bin/sh + +# begin-remove-after: released:trixie +# protective diversion of files moved from / to /usr, to avoid file loss. +# Only for upgrades. +if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then + dpkg-divert --package #PACKAGE# --no-rename \ + --divert /lib/systemd/system/samba-ad-dc.service.usr-is-merged \ + --remove /lib/systemd/system/samba-ad-dc.service +fi +# end-remove-after + +#DEBHELPER# + +exit 0 diff --git a/debian/samba-ad-dc.preinst b/debian/samba-ad-dc.preinst new file mode 100644 index 0000000..b6f6b71 --- /dev/null +++ b/debian/samba-ad-dc.preinst @@ -0,0 +1,15 @@ +#!/bin/sh + +# begin-remove-after: released:trixie +# protective diversion of files moved from / to /usr, to avoid file loss. +# Only for upgrades. +if [ "$1" = "upgrade" ] || [ "$1" = "install" ]; then + dpkg-divert --package #PACKAGE# --no-rename \ + --divert /lib/systemd/system/samba-ad-dc.service.usr-is-merged \ + --add /lib/systemd/system/samba-ad-dc.service +fi +# end-remove-after + +#DEBHELPER# + +exit 0 |