[Pkg-samba-maint] [Git][samba-team/samba][master] 2 commits: Fixup for: Disable cephfs support on architectures where it's not stable (Closes: #940697)

Mathieu Parent gitlab at salsa.debian.org
Thu Sep 19 14:05:36 BST 2019



Mathieu Parent pushed to branch master at Debian Samba Team / samba


Commits:
c4cfc4c7 by Mathieu Parent at 2019-09-19T11:37:48Z
Fixup for: Disable cephfs support on architectures where it's not stable (Closes: #940697)

- - - - -
a899d76d by Mathieu Parent at 2019-09-19T11:38:15Z
Keep building with ceph on armel, armhf, mipsel, s390x

- - - - -


3 changed files:

- debian/control
- debian/ctdb.install
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -23,7 +23,7 @@ Build-Depends: bison,
                libblkid-dev,
                libbsd-dev,
                libcap-dev [linux-any],
-               libcephfs-dev [amd64 arm64 i386 mips64el ppc64el ppc64 x32],
+               libcephfs-dev [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el ppc64 s390x x32],
                libcmocka-dev (>= 1.1.3),
                libcups2-dev,
                libdbus-1-dev,


=====================================
debian/ctdb.install
=====================================
@@ -19,7 +19,7 @@ usr/lib/*/ctdb/ctdb-path
 usr/lib/*/ctdb/ctdb_killtcp
 usr/lib/*/ctdb/ctdb_lock_helper
 usr/lib/*/ctdb/ctdb_lvs
-[linux-any] usr/lib/*/ctdb/ctdb_mutex_ceph_rados_helper
+[amd64 arm64 armel armhf i386 mips64el mipsel ppc64el ppc64 s390x x32] usr/lib/*/ctdb/ctdb_mutex_ceph_rados_helper
 usr/lib/*/ctdb/ctdb_mutex_fcntl_helper
 usr/lib/*/ctdb/ctdb_natgw
 usr/lib/*/ctdb/ctdb_recovery_helper
@@ -43,5 +43,5 @@ usr/share/man/man5/ctdb.sysconfig.5
 usr/share/man/man7/ctdb-etcd.7
 usr/share/man/man7/ctdb-statistics.7
 usr/share/man/man7/ctdb-tunables.7
-[linux-any] usr/share/man/man7/ctdb_mutex_ceph_rados_helper.7
+[amd64 arm64 armel armhf i386 mips64el mipsel ppc64el ppc64 s390x x32] usr/share/man/man7/ctdb_mutex_ceph_rados_helper.7
 usr/share/man/man7/ctdb.7


=====================================
debian/rules
=====================================
@@ -71,7 +71,7 @@ conf_args = \
 		--enable-etcd-reclock \
 		--enable-spotlight
 
-ifeq (,$(filter amd64 arm64 i386 mips64el ppc64el ppc64 x32, $(DEB_HOST_ARCH)))
+ifneq (,$(filter amd64 arm64 armel armhf i386 mips64el mipsel ppc64el ppc64 s390x x32, $(DEB_HOST_ARCH)))
         conf_args += \
                 --enable-ceph-reclock
 else



View it on GitLab: https://salsa.debian.org/samba-team/samba/compare/dd75183261fb722a29602f477330bd2575f9c3cd...a899d76d44e896eac4cc8281487e67cac6eb6db5

-- 
View it on GitLab: https://salsa.debian.org/samba-team/samba/compare/dd75183261fb722a29602f477330bd2575f9c3cd...a899d76d44e896eac4cc8281487e67cac6eb6db5
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20190919/16675295/attachment-0001.html>


More information about the Pkg-samba-maint mailing list