[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1
Richard W.M. Jones
rjones at redhat.com
Sat Jun 1 11:04:31 UTC 2013
The following commit has been merged in the experimental branch:
commit 333337b6a9b1a6d3fd383a99d496771f808e008e
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu May 2 13:18:12 2013 +0100
debian: Add OCaml .depend files to DISTCLEANFILES.
Otherwise debuild complains that these files have been created after
it does a 'make distclean'.
diff --git a/generator/Makefile.am b/generator/Makefile.am
index 3797876..1c7565a 100644
--- a/generator/Makefile.am
+++ b/generator/Makefile.am
@@ -151,4 +151,6 @@ stamp-generator: generator
CLEANFILES = $(noinst_DATA) $(noinst_PROGRAM) *.cmi *.cmo *~
+DISTCLEANFILES = .depend
+
SUFFIXES = .cmo .cmi .cmx .ml .mli .mll .mly
diff --git a/resize/Makefile.am b/resize/Makefile.am
index 8135e73..bbff348 100644
--- a/resize/Makefile.am
+++ b/resize/Makefile.am
@@ -138,4 +138,6 @@ depend: .depend
endif
+DISTCLEANFILES = .depend
+
.PHONY: depend docs
diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
index 000b0ad..44857fe 100644
--- a/sparsify/Makefile.am
+++ b/sparsify/Makefile.am
@@ -125,4 +125,6 @@ depend: .depend
endif
+DISTCLEANFILES = .depend
+
.PHONY: depend docs
diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am
index 77eeb36..0830424 100644
--- a/sysprep/Makefile.am
+++ b/sysprep/Makefile.am
@@ -185,4 +185,6 @@ depend: .depend
endif
+DISTCLEANFILES = .depend
+
.PHONY: depend docs
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list