[Pkg-ocaml-maint-commits] [SCM] virt-top packaging branch, master, updated. f3f1f480c80c76d7c18726db3cf1c92b80e822de

Guido Guenther agx at sigxcpu.org
Wed Jul 23 22:20:10 UTC 2008


The following commit has been merged in the master branch:
commit 7f39818e5cd872119f25b1c8df95711c8b117ee5
Author: Guido Guenther <agx at sigxcpu.org>
Date:   Wed Jul 23 17:59:14 2008 -0400

    remove files generated during build

diff --git a/debian/rules b/debian/rules
index 35d1bbc..cbd274e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,10 @@ DEB_MAKE_INSTALL_TARGET  := install-byte
 endif
 DEB_MAKE_INSTALL_TARGET  += DESTDIR="$(DESTDIR)"
 
+clean::
+	rm -f Make.rules Makefile config.h config.log config.status \
+	      po/Makefile virt-top/Makefile virt-top/virt_top_gettext.ml
+
 redo-patches::
 	rm -f debian/patches/*
 	git format-patch -N -o debian/patches master...patch-queue | \

-- 
virt-top packaging



More information about the Pkg-ocaml-maint-commits mailing list