cp src/init-ceph debian/ceph-base.ceph.init
cp src/init-radosgw debian/radosgw.init
- cp src/logrotate.conf debian/ceph.logrotate
+ cp src/logrotate.conf debian/ceph-common.logrotate
touch $@
ltmain.sh missing
rm -f configure Makefile.in man/Makefile.in src/Makefile.in
rm -f src/acconfig.h.in
- rm -f debian/ceph-base.ceph.init debian/radosgw.init debian/ceph.logrotate debian/radosgw.logrotate
+ rm -f debian/ceph-base.ceph.init debian/radosgw.init debian/ceph-common.logrotate
dh_clean
dh_installexamples -a
dh_install -a --sourcedir=$(DESTDIR) --list-missing
install -d -m0755 debian/ceph-base/etc/logrotate.d
- install -m0644 debian/ceph.logrotate debian/ceph-base/etc/logrotate.d
+ install -m0644 debian/ceph-common.logrotate debian/ceph-base/etc/logrotate.d
# dh_installinit is only set up to handle one upstart script
# per package, so do this ourselves