Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Stop building with spotlight support which pulls glib (Closes: #941654)
· d83a0419
Mathieu Parent
authored
Oct 14, 2019
d83a0419
Force quota support (Closes: #941899)
· 99d1a434
Mathieu Parent
authored
Oct 13, 2019
99d1a434
Standards-Version: 4.4.1, no change
· 20eb5625
Mathieu Parent
authored
Oct 14, 2019
20eb5625
Release 2:4.11.0+dfsg-11
· 76fe204c
Mathieu Parent
authored
Oct 14, 2019
76fe204c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
76fe204c
samba (2:4.11.0+dfsg-11) unstable; urgency=medium
* Stop building with spotlight support which pulls glib (Closes: #941654)
* Force quota support (Closes: #941899)
* Standards-Version: 4.4.1, no change
-- Mathieu Parent <sathieu@debian.org> Mon, 14 Oct 2019 12:16:04 +0200
samba (2:4.11.0+dfsg-10) unstable; urgency=medium
* Add libwbclient-dev to samba-dev depends as samba-util was moved there
...
...
debian/control
View file @
76fe204c
...
...
@@ -7,7 +7,7 @@ Uploaders: Steve Langasek <vorlon@debian.org>,
Mathieu Parent <sathieu@debian.org>,
Andrew Bartlett <abartlet+debian@catalyst.net.nz>
Homepage: http://www.samba.org
Standards-Version: 4.4.
0
Standards-Version: 4.4.
1
Build-Depends: bison,
debhelper-compat (= 12),
dh-exec,
...
...
@@ -46,8 +46,6 @@ Build-Depends: bison,
libtasn1-bin,
libtdb-dev (>= 1.4.2~),
libtevent-dev (>= 0.10.0~),
libtracker-miner-2.0-dev,
libtracker-sparql-2.0-dev,
perl,
pkg-config,
po-debconf,
...
...
@@ -63,6 +61,8 @@ Build-Depends: bison,
xfslibs-dev [linux-any],
xsltproc,
zlib1g-dev (>= 1:1.2.3)
Build-Conflicts: libtracker-miner-2.0-dev,
libtracker-sparql-2.0-dev
Rules-Requires-Root: binary-targets
Vcs-Browser: https://salsa.debian.org/samba-team/samba
Vcs-Git: https://salsa.debian.org/samba-team/samba.git
...
...
debian/rules
View file @
76fe204c
...
...
@@ -48,6 +48,7 @@ conf_args = \
--with-syslog \
--with-utmp \
--with-winbind \
--with-quota \
--with-shared-modules=idmap_rid,idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_tdb2,vfs_dfs_samba4,auth_samba4,vfs_nfs4acl_xattr \
--with-automount \
--with-ldap \
...
...
@@ -69,8 +70,7 @@ conf_args = \
--with-cluster-support \
--with-socketpath=/run/ctdb/ctdbd.socket \
--with-logdir=/var/log/ctdb \
--enable-etcd-reclock \
--enable-spotlight
--enable-etcd-reclock
ifneq (,$(filter amd64 arm64 armel armhf i386 mips64el mipsel ppc64el ppc64 s390x x32, $(DEB_HOST_ARCH)))
conf_args += \
...
...