[Pkg-libvirt-commits] [SCM] VirtManager Debian packaging branch, master, updated. debian/0.8.0-1-16-g52f3b63
Laurent Léonard
laurent at open-minds.org
Mon Aug 17 19:08:35 UTC 2009
The following commit has been merged in the master branch:
commit 52f3b63549e6bc123138975d28795b6810955b98
Author: Laurent Léonard <laurent at open-minds.org>
Date: Mon Aug 17 21:04:05 2009 +0200
Add clean target in debian/rules.
To clean automatically generated files:
- debian/pycompat (see #424898)
- help/virt-manager/C/virt-manager-C.omf.out
diff --git a/debian/rules b/debian/rules
index 73bbe3c..e52e6d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,7 @@ include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
DEB_PYTHON_SETUP_CMD = /dev/null
+
+clean::
+ rm -f $(CURDIR)/debian/pycompat
+ rm -f $(CURDIR)/help/virt-manager/C/virt-manager-C.omf.out
--
VirtManager Debian packaging
More information about the Pkg-libvirt-commits
mailing list