[Pkg-libvirt-commits] [libvirt] 03/03: Remove defaults file on clean
Guido Guenther
agx at moszumanska.debian.org
Tue May 30 06:05:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch debian/experimental
in repository libvirt.
commit fcd509f7f3c7e37bc2f8960930bebe9455467f2a
Author: Guido Günther <agx at sigxcpu.org>
Date: Tue May 30 08:04:50 2017 +0200
Remove defaults file on clean
---
debian/rules | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 06ab667..c80111c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -226,10 +226,13 @@ override_dh_installdocs:
override_dh_auto_clean:
[ ! -f Makefile ] || dh_auto_clean
- rm -f $(CURDIR)/debian/libvirt-daemon-system.libvirt-guests.init
- rm -f $(CURDIR)/debian/libvirt-daemon-system.libvirt-guests.default
- rm -f $(CURDIR)/debian/libvirt-daemon-system.*.logrotate
- rm -f $(CURDIR)/debian/*.service
+ rm -f $(CURDIR)/debian/libvirt-daemon-system.libvirt-guests.init \
+ $(CURDIR)/debian/libvirt-daemon-system.libvirt-guests.default \
+ $(CURDIR)/debian/libvirt-daemon-system.*.logrotate \
+ $(CURDIR)/debian/*.service \
+ $(CURDIR)/debian/libvirt-daemon-system.virtlogd.default \
+ $(CURDIR)/debian/libvirt-daemon-system.virtlockd.default \
+ $(NULL)
rm -rf $(DEB_BUILDDIR)
override_dh_installchangelogs:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git
More information about the Pkg-libvirt-commits
mailing list