The following commit has been merged in the master branch:
commit 3c127d955b4fc013be0f49da4e6ff31d2fc9c3c7
Author: Stephane Glondu <[EMAIL PROTECTED]>
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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to