[Pkg-ocaml-maint-commits] [SCM] coq packaging branch, master, updated. debian/8.1.pl3+dfsg-1-26-gcd46e5d
Stephane Glondu
steph at glondu.net
Mon Jul 28 14:16:44 UTC 2008
The following commit has been merged in the master branch:
commit 3c127d955b4fc013be0f49da4e6ff31d2fc9c3c7
Author: Stephane Glondu <steph at glondu.net>
Date: Sun Jul 27 23:17:09 2008 +0200
Create bin/ in clean stage of rules
Git doesn't handle empty directories, so we create them here.
diff --git a/debian/rules b/debian/rules
index 22cd9dc..8ae8458 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,6 +67,8 @@ clean: unpatch
rm -f dev/ocamldebug-v7
rm -f ide/undo.mli glob.dump
rm -f test-suite/modules/*.vo
+ # git doesn't handle empty directories, so we create them here
+ -mkdir bin
dh_clean
--
coq packaging
More information about the Pkg-ocaml-maint-commits
mailing list