diff -Nru ceph-12.2.8+dfsg1/debian/changelog ceph-12.2.8+dfsg1/debian/changelog --- ceph-12.2.8+dfsg1/debian/changelog 2018-11-30 15:49:02.000000000 +0000 +++ ceph-12.2.8+dfsg1/debian/changelog 2018-12-26 00:55:56.000000000 +0000 @@ -1,3 +1,15 @@ +ceph (12.2.8+dfsg1-5+rpi1) buster-staging; urgency=medium + + [changes brought forward from 10.2.5-7.2+rpi1 by Peter Michael Green at Sun, 30 Jul 2017 09:48:17 +0000] + * Add Raspbian to lists of "debian-like" distros. + + Hopefully this will fix site-packages vs dist-packages + build failure in Raspbian. + + [changes introduced in 12.2.8+dfsg1-5+rpi1 by peter Michael Green] + * Mark ceph_ver* symbol as optional, it seems to change. + + -- Peter Michael Green Wed, 26 Dec 2018 00:55:56 +0000 + ceph (12.2.8+dfsg1-5) unstable; urgency=medium * [66e03b] Fix linking on archs which require libatomic diff -Nru ceph-12.2.8+dfsg1/debian/librados2.symbols ceph-12.2.8+dfsg1/debian/librados2.symbols --- ceph-12.2.8+dfsg1/debian/librados2.symbols 2018-11-21 14:21:29.000000000 +0000 +++ ceph-12.2.8+dfsg1/debian/librados2.symbols 2018-12-26 00:55:56.000000000 +0000 @@ -58,7 +58,7 @@ ceph_os_removexattr@Base 12.2.8 ceph_os_setxattr@Base 12.2.8 ceph_unarmor@Base 12.2.8 - ceph_ver__ae699615bac534ea496ee965ac6192cb7e0e07c0@Base 12.2.8 + (optional=disappearedinraspbian)ceph_ver__ae699615bac534ea496ee965ac6192cb7e0e07c0@Base 12.2.8 check_for_control_characters@Base 12.2.8 check_for_control_characters_cstr@Base 12.2.8 check_utf8@Base 12.2.8 diff -Nru ceph-12.2.8+dfsg1/debian/patches/detect-raspbian.diff ceph-12.2.8+dfsg1/debian/patches/detect-raspbian.diff --- ceph-12.2.8+dfsg1/debian/patches/detect-raspbian.diff 1970-01-01 00:00:00.000000000 +0000 +++ ceph-12.2.8+dfsg1/debian/patches/detect-raspbian.diff 2018-12-26 00:55:56.000000000 +0000 @@ -0,0 +1,38 @@ +Description: Add Raspbian to lists of "debian-like" distros. + Hopefully this will fix site-packages vs dist-packages + build failure in Raspbian. +Author: Peter Michael Green + +--- ceph-12.2.8+dfsg1.orig/install-deps.sh ++++ ceph-12.2.8+dfsg1/install-deps.sh +@@ -114,7 +114,7 @@ if [ x`uname`x = xFreeBSDx ]; then + else + source /etc/os-release + case $ID in +- debian|ubuntu|devuan) ++ debian|ubuntu|devuan|raspbian) + echo "Using apt-get to install dependencies" + $SUDO apt-get install -y lsb-release devscripts equivs + $SUDO apt-get install -y dpkg-dev gcc +--- ceph-12.2.8+dfsg1.orig/qa/workunits/ceph-helpers-root.sh ++++ ceph-12.2.8+dfsg1/qa/workunits/ceph-helpers-root.sh +@@ -26,7 +26,7 @@ function install() { + + function install_one() { + case $(lsb_release -si) in +- Ubuntu|Debian|Devuan) ++ Ubuntu|Debian|Devuan|Raspbian) + sudo apt-get install -y "$@" + ;; + CentOS|Fedora|RedHatEnterpriseServer) +--- ceph-12.2.8+dfsg1.orig/qa/workunits/rados/test_envlibrados_for_rocksdb.sh ++++ ceph-12.2.8+dfsg1/qa/workunits/rados/test_envlibrados_for_rocksdb.sh +@@ -39,7 +39,7 @@ CURRENT_PATH=`pwd` + # install prerequisites + # for rocksdb + case $(lsb_release -si) in +- Ubuntu|Debian|Devuan) ++ Ubuntu|Debian|Devuan|Raspbian) + install g++-4.7 libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev librados-dev + ;; + CentOS|Fedora|RedHatEnterpriseServer) diff -Nru ceph-12.2.8+dfsg1/debian/patches/series ceph-12.2.8+dfsg1/debian/patches/series --- ceph-12.2.8+dfsg1/debian/patches/series 2018-11-30 15:48:14.000000000 +0000 +++ ceph-12.2.8+dfsg1/debian/patches/series 2018-12-26 00:55:56.000000000 +0000 @@ -15,3 +15,4 @@ armhf-ftbfs.patch boost-1.67-fixes.patch softfp-armel.patch +detect-raspbian.diff diff -Nru ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/changelog ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/changelog --- ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/changelog 2018-11-30 15:49:02.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/changelog 2018-12-26 00:55:56.000000000 +0000 @@ -1,3 +1,15 @@ +ceph (12.2.8+dfsg1-5+rpi1) buster-staging; urgency=medium + + [changes brought forward from 10.2.5-7.2+rpi1 by Peter Michael Green at Sun, 30 Jul 2017 09:48:17 +0000] + * Add Raspbian to lists of "debian-like" distros. + + Hopefully this will fix site-packages vs dist-packages + build failure in Raspbian. + + [changes introduced in 12.2.8+dfsg1-5+rpi1 by peter Michael Green] + * Mark ceph_ver* symbol as optional, it seems to change. + + -- Peter Michael Green Wed, 26 Dec 2018 00:55:56 +0000 + ceph (12.2.8+dfsg1-5) unstable; urgency=medium * [66e03b] Fix linking on archs which require libatomic diff -Nru ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/librados2.symbols ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/librados2.symbols --- ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/librados2.symbols 2018-11-21 14:21:29.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/librados2.symbols 2018-12-26 00:55:56.000000000 +0000 @@ -58,7 +58,7 @@ ceph_os_removexattr@Base 12.2.8 ceph_os_setxattr@Base 12.2.8 ceph_unarmor@Base 12.2.8 - ceph_ver__ae699615bac534ea496ee965ac6192cb7e0e07c0@Base 12.2.8 + (optional=disappearedinraspbian)ceph_ver__ae699615bac534ea496ee965ac6192cb7e0e07c0@Base 12.2.8 check_for_control_characters@Base 12.2.8 check_for_control_characters_cstr@Base 12.2.8 check_utf8@Base 12.2.8 diff -Nru ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/patches/detect-raspbian.diff ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/patches/detect-raspbian.diff --- ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/patches/detect-raspbian.diff 1970-01-01 00:00:00.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/patches/detect-raspbian.diff 2018-12-26 00:55:56.000000000 +0000 @@ -0,0 +1,38 @@ +Description: Add Raspbian to lists of "debian-like" distros. + Hopefully this will fix site-packages vs dist-packages + build failure in Raspbian. +Author: Peter Michael Green + +--- ceph-12.2.8+dfsg1.orig/install-deps.sh ++++ ceph-12.2.8+dfsg1/install-deps.sh +@@ -114,7 +114,7 @@ if [ x`uname`x = xFreeBSDx ]; then + else + source /etc/os-release + case $ID in +- debian|ubuntu|devuan) ++ debian|ubuntu|devuan|raspbian) + echo "Using apt-get to install dependencies" + $SUDO apt-get install -y lsb-release devscripts equivs + $SUDO apt-get install -y dpkg-dev gcc +--- ceph-12.2.8+dfsg1.orig/qa/workunits/ceph-helpers-root.sh ++++ ceph-12.2.8+dfsg1/qa/workunits/ceph-helpers-root.sh +@@ -26,7 +26,7 @@ function install() { + + function install_one() { + case $(lsb_release -si) in +- Ubuntu|Debian|Devuan) ++ Ubuntu|Debian|Devuan|Raspbian) + sudo apt-get install -y "$@" + ;; + CentOS|Fedora|RedHatEnterpriseServer) +--- ceph-12.2.8+dfsg1.orig/qa/workunits/rados/test_envlibrados_for_rocksdb.sh ++++ ceph-12.2.8+dfsg1/qa/workunits/rados/test_envlibrados_for_rocksdb.sh +@@ -39,7 +39,7 @@ CURRENT_PATH=`pwd` + # install prerequisites + # for rocksdb + case $(lsb_release -si) in +- Ubuntu|Debian|Devuan) ++ Ubuntu|Debian|Devuan|Raspbian) + install g++-4.7 libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev librados-dev + ;; + CentOS|Fedora|RedHatEnterpriseServer) diff -Nru ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/patches/series ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/patches/series --- ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/patches/series 2018-11-30 15:48:14.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/debian-jessie/debian/patches/series 2018-12-26 00:55:56.000000000 +0000 @@ -15,3 +15,4 @@ armhf-ftbfs.patch boost-1.67-fixes.patch softfp-armel.patch +detect-raspbian.diff diff -Nru ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/changelog ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/changelog --- ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/changelog 2018-11-30 15:49:02.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/changelog 2018-12-26 00:55:56.000000000 +0000 @@ -1,3 +1,15 @@ +ceph (12.2.8+dfsg1-5+rpi1) buster-staging; urgency=medium + + [changes brought forward from 10.2.5-7.2+rpi1 by Peter Michael Green at Sun, 30 Jul 2017 09:48:17 +0000] + * Add Raspbian to lists of "debian-like" distros. + + Hopefully this will fix site-packages vs dist-packages + build failure in Raspbian. + + [changes introduced in 12.2.8+dfsg1-5+rpi1 by peter Michael Green] + * Mark ceph_ver* symbol as optional, it seems to change. + + -- Peter Michael Green Wed, 26 Dec 2018 00:55:56 +0000 + ceph (12.2.8+dfsg1-5) unstable; urgency=medium * [66e03b] Fix linking on archs which require libatomic diff -Nru ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/librados2.symbols ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/librados2.symbols --- ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/librados2.symbols 2018-11-21 14:21:29.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/librados2.symbols 2018-12-26 00:55:56.000000000 +0000 @@ -58,7 +58,7 @@ ceph_os_removexattr@Base 12.2.8 ceph_os_setxattr@Base 12.2.8 ceph_unarmor@Base 12.2.8 - ceph_ver__ae699615bac534ea496ee965ac6192cb7e0e07c0@Base 12.2.8 + (optional=disappearedinraspbian)ceph_ver__ae699615bac534ea496ee965ac6192cb7e0e07c0@Base 12.2.8 check_for_control_characters@Base 12.2.8 check_for_control_characters_cstr@Base 12.2.8 check_utf8@Base 12.2.8 diff -Nru ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/patches/detect-raspbian.diff ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/patches/detect-raspbian.diff --- ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/patches/detect-raspbian.diff 1970-01-01 00:00:00.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/patches/detect-raspbian.diff 2018-12-26 00:55:56.000000000 +0000 @@ -0,0 +1,38 @@ +Description: Add Raspbian to lists of "debian-like" distros. + Hopefully this will fix site-packages vs dist-packages + build failure in Raspbian. +Author: Peter Michael Green + +--- ceph-12.2.8+dfsg1.orig/install-deps.sh ++++ ceph-12.2.8+dfsg1/install-deps.sh +@@ -114,7 +114,7 @@ if [ x`uname`x = xFreeBSDx ]; then + else + source /etc/os-release + case $ID in +- debian|ubuntu|devuan) ++ debian|ubuntu|devuan|raspbian) + echo "Using apt-get to install dependencies" + $SUDO apt-get install -y lsb-release devscripts equivs + $SUDO apt-get install -y dpkg-dev gcc +--- ceph-12.2.8+dfsg1.orig/qa/workunits/ceph-helpers-root.sh ++++ ceph-12.2.8+dfsg1/qa/workunits/ceph-helpers-root.sh +@@ -26,7 +26,7 @@ function install() { + + function install_one() { + case $(lsb_release -si) in +- Ubuntu|Debian|Devuan) ++ Ubuntu|Debian|Devuan|Raspbian) + sudo apt-get install -y "$@" + ;; + CentOS|Fedora|RedHatEnterpriseServer) +--- ceph-12.2.8+dfsg1.orig/qa/workunits/rados/test_envlibrados_for_rocksdb.sh ++++ ceph-12.2.8+dfsg1/qa/workunits/rados/test_envlibrados_for_rocksdb.sh +@@ -39,7 +39,7 @@ CURRENT_PATH=`pwd` + # install prerequisites + # for rocksdb + case $(lsb_release -si) in +- Ubuntu|Debian|Devuan) ++ Ubuntu|Debian|Devuan|Raspbian) + install g++-4.7 libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev librados-dev + ;; + CentOS|Fedora|RedHatEnterpriseServer) diff -Nru ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/patches/series ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/patches/series --- ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/patches/series 2018-11-30 15:48:14.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/ubuntu-12.04/debian/patches/series 2018-12-26 00:55:56.000000000 +0000 @@ -15,3 +15,4 @@ armhf-ftbfs.patch boost-1.67-fixes.patch softfp-armel.patch +detect-raspbian.diff diff -Nru ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/changelog ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/changelog --- ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/changelog 2018-11-30 15:49:02.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/changelog 2018-12-26 00:55:56.000000000 +0000 @@ -1,3 +1,15 @@ +ceph (12.2.8+dfsg1-5+rpi1) buster-staging; urgency=medium + + [changes brought forward from 10.2.5-7.2+rpi1 by Peter Michael Green at Sun, 30 Jul 2017 09:48:17 +0000] + * Add Raspbian to lists of "debian-like" distros. + + Hopefully this will fix site-packages vs dist-packages + build failure in Raspbian. + + [changes introduced in 12.2.8+dfsg1-5+rpi1 by peter Michael Green] + * Mark ceph_ver* symbol as optional, it seems to change. + + -- Peter Michael Green Wed, 26 Dec 2018 00:55:56 +0000 + ceph (12.2.8+dfsg1-5) unstable; urgency=medium * [66e03b] Fix linking on archs which require libatomic diff -Nru ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/librados2.symbols ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/librados2.symbols --- ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/librados2.symbols 2018-11-21 14:21:29.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/librados2.symbols 2018-12-26 00:55:56.000000000 +0000 @@ -58,7 +58,7 @@ ceph_os_removexattr@Base 12.2.8 ceph_os_setxattr@Base 12.2.8 ceph_unarmor@Base 12.2.8 - ceph_ver__ae699615bac534ea496ee965ac6192cb7e0e07c0@Base 12.2.8 + (optional=disappearedinraspbian)ceph_ver__ae699615bac534ea496ee965ac6192cb7e0e07c0@Base 12.2.8 check_for_control_characters@Base 12.2.8 check_for_control_characters_cstr@Base 12.2.8 check_utf8@Base 12.2.8 diff -Nru ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/patches/detect-raspbian.diff ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/patches/detect-raspbian.diff --- ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/patches/detect-raspbian.diff 1970-01-01 00:00:00.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/patches/detect-raspbian.diff 2018-12-26 00:55:56.000000000 +0000 @@ -0,0 +1,38 @@ +Description: Add Raspbian to lists of "debian-like" distros. + Hopefully this will fix site-packages vs dist-packages + build failure in Raspbian. +Author: Peter Michael Green + +--- ceph-12.2.8+dfsg1.orig/install-deps.sh ++++ ceph-12.2.8+dfsg1/install-deps.sh +@@ -114,7 +114,7 @@ if [ x`uname`x = xFreeBSDx ]; then + else + source /etc/os-release + case $ID in +- debian|ubuntu|devuan) ++ debian|ubuntu|devuan|raspbian) + echo "Using apt-get to install dependencies" + $SUDO apt-get install -y lsb-release devscripts equivs + $SUDO apt-get install -y dpkg-dev gcc +--- ceph-12.2.8+dfsg1.orig/qa/workunits/ceph-helpers-root.sh ++++ ceph-12.2.8+dfsg1/qa/workunits/ceph-helpers-root.sh +@@ -26,7 +26,7 @@ function install() { + + function install_one() { + case $(lsb_release -si) in +- Ubuntu|Debian|Devuan) ++ Ubuntu|Debian|Devuan|Raspbian) + sudo apt-get install -y "$@" + ;; + CentOS|Fedora|RedHatEnterpriseServer) +--- ceph-12.2.8+dfsg1.orig/qa/workunits/rados/test_envlibrados_for_rocksdb.sh ++++ ceph-12.2.8+dfsg1/qa/workunits/rados/test_envlibrados_for_rocksdb.sh +@@ -39,7 +39,7 @@ CURRENT_PATH=`pwd` + # install prerequisites + # for rocksdb + case $(lsb_release -si) in +- Ubuntu|Debian|Devuan) ++ Ubuntu|Debian|Devuan|Raspbian) + install g++-4.7 libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev librados-dev + ;; + CentOS|Fedora|RedHatEnterpriseServer) diff -Nru ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/patches/series ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/patches/series --- ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/patches/series 2018-11-30 15:48:14.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/ubuntu-14.04/debian/patches/series 2018-12-26 00:55:56.000000000 +0000 @@ -15,3 +15,4 @@ armhf-ftbfs.patch boost-1.67-fixes.patch softfp-armel.patch +detect-raspbian.diff diff -Nru ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/changelog ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/changelog --- ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/changelog 2018-11-30 15:49:02.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/changelog 2018-12-26 00:55:56.000000000 +0000 @@ -1,3 +1,15 @@ +ceph (12.2.8+dfsg1-5+rpi1) buster-staging; urgency=medium + + [changes brought forward from 10.2.5-7.2+rpi1 by Peter Michael Green at Sun, 30 Jul 2017 09:48:17 +0000] + * Add Raspbian to lists of "debian-like" distros. + + Hopefully this will fix site-packages vs dist-packages + build failure in Raspbian. + + [changes introduced in 12.2.8+dfsg1-5+rpi1 by peter Michael Green] + * Mark ceph_ver* symbol as optional, it seems to change. + + -- Peter Michael Green Wed, 26 Dec 2018 00:55:56 +0000 + ceph (12.2.8+dfsg1-5) unstable; urgency=medium * [66e03b] Fix linking on archs which require libatomic diff -Nru ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/librados2.symbols ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/librados2.symbols --- ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/librados2.symbols 2018-11-21 14:21:29.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/librados2.symbols 2018-12-26 00:55:56.000000000 +0000 @@ -58,7 +58,7 @@ ceph_os_removexattr@Base 12.2.8 ceph_os_setxattr@Base 12.2.8 ceph_unarmor@Base 12.2.8 - ceph_ver__ae699615bac534ea496ee965ac6192cb7e0e07c0@Base 12.2.8 + (optional=disappearedinraspbian)ceph_ver__ae699615bac534ea496ee965ac6192cb7e0e07c0@Base 12.2.8 check_for_control_characters@Base 12.2.8 check_for_control_characters_cstr@Base 12.2.8 check_utf8@Base 12.2.8 diff -Nru ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/patches/detect-raspbian.diff ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/patches/detect-raspbian.diff --- ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/patches/detect-raspbian.diff 1970-01-01 00:00:00.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/patches/detect-raspbian.diff 2018-12-26 00:55:56.000000000 +0000 @@ -0,0 +1,38 @@ +Description: Add Raspbian to lists of "debian-like" distros. + Hopefully this will fix site-packages vs dist-packages + build failure in Raspbian. +Author: Peter Michael Green + +--- ceph-12.2.8+dfsg1.orig/install-deps.sh ++++ ceph-12.2.8+dfsg1/install-deps.sh +@@ -114,7 +114,7 @@ if [ x`uname`x = xFreeBSDx ]; then + else + source /etc/os-release + case $ID in +- debian|ubuntu|devuan) ++ debian|ubuntu|devuan|raspbian) + echo "Using apt-get to install dependencies" + $SUDO apt-get install -y lsb-release devscripts equivs + $SUDO apt-get install -y dpkg-dev gcc +--- ceph-12.2.8+dfsg1.orig/qa/workunits/ceph-helpers-root.sh ++++ ceph-12.2.8+dfsg1/qa/workunits/ceph-helpers-root.sh +@@ -26,7 +26,7 @@ function install() { + + function install_one() { + case $(lsb_release -si) in +- Ubuntu|Debian|Devuan) ++ Ubuntu|Debian|Devuan|Raspbian) + sudo apt-get install -y "$@" + ;; + CentOS|Fedora|RedHatEnterpriseServer) +--- ceph-12.2.8+dfsg1.orig/qa/workunits/rados/test_envlibrados_for_rocksdb.sh ++++ ceph-12.2.8+dfsg1/qa/workunits/rados/test_envlibrados_for_rocksdb.sh +@@ -39,7 +39,7 @@ CURRENT_PATH=`pwd` + # install prerequisites + # for rocksdb + case $(lsb_release -si) in +- Ubuntu|Debian|Devuan) ++ Ubuntu|Debian|Devuan|Raspbian) + install g++-4.7 libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev librados-dev + ;; + CentOS|Fedora|RedHatEnterpriseServer) diff -Nru ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/patches/series ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/patches/series --- ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/patches/series 2018-11-30 15:48:14.000000000 +0000 +++ ceph-12.2.8+dfsg1/src/test/ubuntu-16.04/debian/patches/series 2018-12-26 00:55:56.000000000 +0000 @@ -15,3 +15,4 @@ armhf-ftbfs.patch boost-1.67-fixes.patch softfp-armel.patch +detect-raspbian.diff