[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/sid] Ship logrotate snippets again
Guido Günther
gitlab at salsa.debian.org
Sun Apr 15 21:58:48 BST 2018
Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / libvirt
Commits:
78872ccf by Guido Günther at 2018-04-15T19:55:03+02:00
Ship logrotate snippets again
Closes: #895709
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -147,7 +147,7 @@ LIBVIRT_SYSTEM_SERVICES = \
DEB_BUILDDIR := $(CURDIR)/debian/build
-LOGROTATE = $(basename $(basename $(notdir $(wildcard daemon/libvirtd*.logrotate.in))))
+LOGROTATE = $(basename $(basename $(notdir $(wildcard src/remote/libvirtd*.logrotate.in))))
EXAMPLES_DIR = $(CURDIR)/debian/libvirt-doc/usr/share/doc/libvirt-doc/examples/
%:
@@ -204,8 +204,8 @@ ifeq ($(XEN_ENABLED), 1)
dh_install -p libvirt-daemon-system etc/libvirt/libxl-lockd.conf
endif
- for l in $(LOGROTATE); do \
- cp $(CURDIR)/debian/build/daemon/$$l.logrotate \
+ set -e; for l in $(LOGROTATE); do \
+ cp $(CURDIR)/debian/tmp/etc/logrotate.d/$$l \
debian/libvirt-daemon-system.$$l.logrotate; \
dh_installlogrotate --name=$$l; \
done
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/commit/78872ccfe7639713d72c5ff9718e465da142f3a0
---
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/commit/78872ccfe7639713d72c5ff9718e465da142f3a0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20180415/ab8f949f/attachment.html>
More information about the Pkg-libvirt-commits
mailing list