Skip to content
Commits on Source (3)
......@@ -2,3 +2,5 @@ usr/bin/*
usr/share/man/man1/*
etc/libvirt/libvirt.conf
etc/libvirt/libvirt-admin.conf
usr/share/man/man7/virkeycode-*.7
usr/share/man/man7/virkeyname-*.7
# libtool files for the shared libraries, not needed by end user
usr/lib/*/*libvirt*.la
usr/lib/libvirt/storage-file/libvirt_storage*.la
usr/lib/libvirt/storage-backend/libvirt_storage_backend*.la
usr/lib/libvirt/lock-driver/*.la
usr/lib/libvirt/connection-driver/*.la
......@@ -217,7 +217,7 @@ ifeq ($(XEN_ENABLED), 1)
endif
set -e; for l in $(LOGROTATE); do \
cp $(CURDIR)/debian/tmp/etc/logrotate.d/$$l \
mv $(CURDIR)/debian/tmp/etc/logrotate.d/$$l \
debian/libvirt-daemon-system.$$l.logrotate; \
dh_installlogrotate --name=$$l; \
done
......