[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-11-23-gf5850e5
Ralf Treinen
treinen at free.fr
Sun Feb 13 21:19:02 UTC 2011
The following commit has been merged in the master branch:
commit f115be0a749e458e00a151cf04986579a4400963
Author: Ralf Treinen <treinen at free.fr>
Date: Sun Feb 13 12:27:49 2011 +0100
make clean needs a dummy .depend !
diff --git a/debian/rules b/debian/rules
index 3220e61..0782888 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@ OPT = $(shell test -x /usr/bin/ocamlopt && echo true)
override_dh_auto_configure:
$(MAKE) depend
+override_dh_auto_clean:
+ touch .depend && dh_auto_clean
+
override_dh_auto_build:
$(MAKE)
ifeq ($(OPT),true)
--
pkglab packaging
More information about the Pkg-ocaml-maint-commits
mailing list