package: src:sssd version: 1.10.0-1 severity: important Hi Timo,
The samba packaging will change from separate samba and samba4 packages to a unified samba package. These changes are currently in experimental and will go to unstable soon (hopefully). The build-dependency from sssd needs to change because of this. With the attached patch, sssd seems to build fine against the samba packages in experimental (I didn't test the resulting packages). Cheers, Ivo
>From 2edae1911a25e70ecfdb046eb804e2054f0de78e Mon Sep 17 00:00:00 2001 From: Ivo De Decker <ivo.dedec...@ugent.be> Date: Thu, 10 Oct 2013 21:02:54 +0200 Subject: [PATCH] update build-depends for new samba packages --- debian/control | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/control b/debian/control index b9aa62e..ff76bc7 100644 --- a/debian/control +++ b/debian/control @@ -38,11 +38,7 @@ Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, autopoint, lsb-release, # check, dh-apparmor, libglib2.0-dev, - libndr-dev, - libndr-standard-dev, - libsamba-util-dev, - samba4-dev, - libdcerpc-dev, + samba-dev, Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-sssd/sssd Vcs-Browser: http://git.debian.org/?p=pkg-sssd/sssd.git -- 1.8.4.rc3