Copy src/init-ceph to debian/ceph.init _after_ we make, so that
the autoconf paths are substituted in properly.
# copy in debian dir, fix up changelog
echo setting up debian dir
-cp -aL ../debian ceph-$finalvers
+cp -a ../debian ceph-$finalvers
if [ "$vers" != "$finalvers" ]; then
cd ceph-$finalvers
DEBEMAIL="sage@newdream.net" dch -v $finalvers-1 'git snapshot'
+++ /dev/null
-../src/init-ceph
\ No newline at end of file
/usr/lib
-/usr/include/crush
\ No newline at end of file
+/usr/include/crush
-usr/bin
\ No newline at end of file
+usr/bin
./autogen.sh
./configure --prefix=/usr
$(MAKE)
+ cp src/init-ceph debian/ceph.init
touch $@
clean: