[Pkg-libvirt-commits] [SCM] VirtViewer Debian packaging branch, master, updated. debian/0.2.0-1-9-g409e5bf
Laurent Léonard
laurent at open-minds.org
Sun Sep 6 23:18:06 UTC 2009
The following commit has been merged in the master branch:
commit 409e5bfa9fe660e2ad5fa4c832fc925d519d1dac
Author: Laurent Léonard <laurent at open-minds.org>
Date: Mon Sep 7 01:17:29 2009 +0200
Update clean target in debian/rules.
diff --git a/debian/rules b/debian/rules
index ac987fa..64b14b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,14 @@ DEB_CONFIGURE_EXTRA_FLAGS += --enable-plugin=yes
DEB_DH_MAKESHLIBS_ARGS_mozilla-virt-viewer += --noscripts -X /plugins/
clean::
+ rm -f $(CURDIR)/aclocal.m4
+ rm -f $(CURDIR)/config.h.in
+ rm -f $(CURDIR)/configure
+ rm -f $(CURDIR)/Makefile.in
+ rm -f $(CURDIR)/man/Makefile.in
rm -f $(CURDIR)/man/virt-viewer.1
+ rm -f $(CURDIR)/plugin/Makefile.in
+ rm -f $(CURDIR)/src/Makefile.in
post-patches::
autoreconf -i
--
VirtViewer Debian packaging
More information about the Pkg-libvirt-commits
mailing list