diff -Nru ceph-0.43/debian/changelog ceph-0.43/debian/changelog --- ceph-0.43/debian/changelog 2012-03-03 13:28:46.000000000 +0000 +++ ceph-0.43/debian/changelog 2013-02-17 12:55:28.000000000 +0000 @@ -1,3 +1,9 @@ +ceph (0.43-1+rpi1) wheezy-staging; urgency=low + + * build without libatomic-ops for raspbian to avoid ftbfs + + -- Peter Michael Green Sun, 17 Feb 2013 12:55:05 +0000 + ceph (0.43-1) unstable; urgency=low * New upstream release, now creates /var/run/ceph on each start diff -Nru ceph-0.43/debian/rules ceph-0.43/debian/rules --- ceph-0.43/debian/rules 2012-01-14 15:02:08.000000000 +0000 +++ ceph-0.43/debian/rules 2013-02-17 12:54:30.000000000 +0000 @@ -28,6 +28,13 @@ extraopts += --without-libatomic-ops endif +ifeq ($(DEB_HOST_ARCH), armhf) + # Despite the comment above libatomic-ops doesn't seem to work with ceph + # for raspbian either + extraopts += --without-libatomic-ops +endif + + ifneq ($(DEB_HOST_ARCH), i386) ifneq ($(DEB_HOST_ARCH), amd64) # libgoogle-perftools-dev is only available on i386 and amd64