[Pkg-ocaml-maint-commits] [SCM] hlins packaging branch, master, updated. debian/0.39-16-17-g8cb6022
Ralf Treinen
treinen at free.fr
Mon Feb 14 20:27:20 UTC 2011
The following commit has been merged in the master branch:
commit d3500f4d9f2c4b630a8a1c60711bb679b96020a0
Author: Ralf Treinen <treinen at free.fr>
Date: Mon Feb 14 21:17:32 2011 +0100
blank out dh_auto_clean only when package not configured
diff --git a/debian/rules b/debian/rules
index 147453f..c7b339c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@ override_dh_auto_configure:
cd source && ./configure
override_dh_auto_clean:
+ if [ -e source/Makefile ]; then dh_auto_clean; fi
override_dh_auto_build:
$(MAKE) all.bc
--
hlins packaging
More information about the Pkg-ocaml-maint-commits
mailing list