Skip to content

Commit

Permalink
debian: package ceph.logroate properly
Browse files Browse the repository at this point in the history
see also "man dh_installlogrotate"

Fixes: http://tracker.ceph.com/issues/19390
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 17ca501)
  • Loading branch information
tchaikov authored and smithfarm committed Jun 19, 2017
1 parent 358081d commit ed564a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -28,7 +28,6 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build --buildsystem=cmake
cp src/init-radosgw debian/radosgw.init
cp src/logrotate.conf debian/ceph.logrotate

override_dh_auto_clean:
dh_auto_clean --buildsystem=cmake
Expand All @@ -49,7 +48,8 @@ override_dh_installdocs:
dh_installdocs -a --all ChangeLog

override_dh_installlogrotate:
dh_installlogrotate -pceph-base --name ceph
cp src/logrotate.conf debian/ceph-base.ceph.logrotate
dh_installlogrotate -pceph-base --name=ceph

override_dh_installinit:
# dh_installinit is only set up to handle one upstart script
Expand Down

0 comments on commit ed564a6

Please sign in to comment.