[Pkg-ocaml-maint-commits] [SCM] ocaml-gnuplot packaging branch, master, updated. upstream/0.8.3-19-g95fa3c7

Ralf Treinen treinen at debian.org
Wed Feb 1 19:55:24 UTC 2012


The following commit has been merged in the master branch:
commit 702bdf22044d78b2204193a04dda8a1aec8901ab
Author: Ralf Treinen <treinen at 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



More information about the Pkg-ocaml-maint-commits mailing list