Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
6
control: Enable tests, add check and libcmocka-dev to build-depends.
· 35cc40a6
Timo Aaltonen
authored
Jun 26, 2018
35cc40a6
rules: Use samba idmap version 6.
· 835e9402
Timo Aaltonen
authored
Jun 26, 2018
835e9402
disable-tests.diff: Disable three tests that are known to fail in sbuild.
· 214683fa
Timo Aaltonen
authored
Jun 27, 2018
214683fa
control: Drop obsolete build-depends.
· 48612c45
Timo Aaltonen
authored
Jun 27, 2018
48612c45
control: Update VCS urls.
· 44e871dc
Timo Aaltonen
authored
Jun 27, 2018
44e871dc
control: Bump python versions.
· 831bc356
Timo Aaltonen
authored
Jun 27, 2018
831bc356
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
831bc356
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
...
...
debian/control
View file @
831bc356
...
...
@@ -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: http
s
://anonscm.debian.org/
sssd-team
/sssd
Homepage: https://pagure.io/SSSD/sssd/
Package: sssd
...
...
debian/patches/disable-tests.diff
0 → 100644
View file @
831bc356
--- 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 \
debian/patches/series
View file @
831bc356
#placeholder
disable-tests.diff
debian/rules
View file @
831bc356
...
...
@@ -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:
...
...