From 6b99bc9c6083190e65825f2fd4a2d18e7f03a4ec Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 2 Jun 2017 09:45:06 +0200 Subject: [PATCH] build/ops: deb: fix logrotate packaging This minimal jewel-only fix is not cherry-picked from master because the Debian packaging was refactored between jewel and master and the master fix is totally different. Fixes: http://tracker.ceph.com/issues/20316 Signed-off-by: Nathan Cutler --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index cd73c8789688..6d6ffc99eceb 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ build-stamp: configure-stamp 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 $@ @@ -67,7 +67,7 @@ clean: 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 @@ -116,7 +116,7 @@ binary-arch: build install 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 -- 2.47.3