[Pkg-ocaml-maint-commits] [SCM] ocaml-libvirt packaging branch, master, updated. bc5664e965a91cf134293d7ec2bb38cb77589dbc

Sylvain Le Gall gildor at debian.org
Sat Jun 28 17:22:53 UTC 2008


The following commit has been merged in the master branch:
commit 3dcfa9c1c64d0a4ef04c7cb7631dc3cb99e21647
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Sat Jun 28 16:58:49 2008 +0200

    Remove auto-generated files from source.

diff --git a/debian/rules b/debian/rules
index 05e25df..726d229 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,8 +38,20 @@ DEB_MAKE_INSTALL_TARGET  += OCAMLDESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)" DE
 OCAML_OCAMLDOC_PACKAGES = libvirt-ocaml-dev
 
 clean::
-	$(RM) '$(CURDIR)/debian/libvirt-ocaml-dev.dirs'
-	$(RM) '$(CURDIR)/debian/libvirt-ocaml.dirs'
+	-$(RM) '$(CURDIR)/META'
+	-$(RM) '$(CURDIR)/Make.rules'
+	-$(RM) '$(CURDIR)/Makefile'
+	-$(RM) '$(CURDIR)/config.h'
+	-$(RM) '$(CURDIR)/config.log'
+	-$(RM) '$(CURDIR)/config.status'
+	-$(RM) '$(CURDIR)/examples/Makefile'
+	-$(RM) '$(CURDIR)/libvirt/Makefile'
+	-$(RM) '$(CURDIR)/libvirt/libvirt_version.ml'
+	-$(RM) '$(CURDIR)/mlvirsh/Makefile'
+	-$(RM) '$(CURDIR)/mlvirsh/mlvirsh_gettext.ml'
+	-$(RM) '$(CURDIR)/po/Makefile'
+	-$(RM) '$(CURDIR)/debian/libvirt-ocaml-dev.dirs'
+	-$(RM) '$(CURDIR)/debian/libvirt-ocaml.dirs'
 
 install/libvirt-ocaml-dev::
 	mv $(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)/libvirt/*.so $(DESTDIR)/$(OCAML_DLL_DIR)/

-- 
ocaml-libvirt packaging



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