Skip to content

Commits on Source 6

sssd (1.16.2-1) UNRELEASED; urgency=medium
* New upstream release. (LP: #1778554)
* control: Enable tests, add check and libcmocka-dev to build-depends.
* rules: Use samba idmap version 6.
* disable-tests.diff: Disable three tests that are known to fail in
sbuild.
* control: Drop obsolete build-depends.
* control: Update VCS urls.
* control: Bump python versions.
-- Timo Aaltonen <tjaalton@debian.org> Tue, 26 Jun 2018 11:15:02 +0300
......
......@@ -5,13 +5,11 @@ Maintainer: Debian SSSD Team <pkg-sssd-devel@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Build-Depends:
autopoint,
# check,
check,
cifs-utils,
debhelper (>= 10),
dh-apparmor,
dh-autoreconf,
dh-python,
dh-systemd (>= 1.5),
dnsutils,
docbook-xml,
docbook-xsl,
......@@ -19,7 +17,7 @@ Build-Depends:
krb5-config,
libaugeas-dev,
libc-ares-dev,
# libcmocka-dev [amd64 armhf i386],
libcmocka-dev [amd64 armhf i386],
libcollection-dev,
libcurl4-gnutls-dev,
libdbus-1-dev,
......@@ -65,11 +63,11 @@ Build-Depends:
uuid-dev,
xml-core,
xsltproc
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.6
Standards-Version: 4.1.3
Vcs-Git: git://anonscm.debian.org/pkg-sssd/sssd.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-sssd/sssd.git
Vcs-Git: https://salsa.debian.org/sssd-team/sssd.git
Vcs-Browser: https://anonscm.debian.org/sssd-team/sssd
Homepage: https://pagure.io/SSSD/sssd/
Package: sssd
......
--- a/Makefile.am
+++ b/Makefile.am
@@ -201,7 +201,6 @@ endif
if HAVE_CHECK
non_interactive_check_based_tests = \
dlopen-tests \
- sysdb-tests \
strtonum-tests \
resolv-tests \
krb5-utils-tests \
@@ -261,7 +260,6 @@ if HAVE_CMOCKA
test_sysdb_views \
test_sysdb_subdomains \
test_sysdb_certmap \
- test_sysdb_sudo \
test_sysdb_utils \
test_sysdb_domain_resolution_order \
test_wbc_calls \
@@ -269,7 +267,6 @@ if HAVE_CMOCKA
test_copy_ccache \
test_copy_keytab \
test_child_common \
- responder_cache_req-tests \
test_sbus_opath \
test_fo_srv \
pam-srv-tests \
#placeholder
disable-tests.diff
......@@ -38,6 +38,7 @@ override_dh_auto_configure:
--with-initscript=systemd \
--with-systemdunitdir=/lib/systemd/system \
--disable-files-domain \
--with-smb-idmap-interface-version=6 \
--with-sudo
override_dh_auto_test:
......