The following commit has been merged in the master branch:
commit 702bdf22044d78b2204193a04dda8a1aec8901ab
Author: Ralf Treinen <trei...@debian.org>
Date:   Thu Jan 26 16:09:02 2012 +0100

    avoid removal of debian/rules when building from git

diff --git a/debian/rules b/debian/rules
index 8a29174..1ba13f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,8 @@
        dh $@ --with ocaml
 
 override_dh_auto_clean:
+       # hack to avoid removal of debian/rules when building from git
+       chmod 644 debian/rules
        make dist-clean
+       chmod 755 debian/rules
 

-- 
ocaml-gnuplot packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to