[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. debian/1.4.3-1-12-gc625581

Stephane Glondu steph at glondu.net
Thu Jul 11 09:23:06 UTC 2013


The following commit has been merged in the master branch:
commit d3f24a0a8a505a90225e1bea9f0beac2a513afc1
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jul 6 14:06:43 2013 +0200

    Do not call git in clean rule

diff --git a/debian/patches/0002-Do-not-call-git-in-clean-rule.patch b/debian/patches/0002-Do-not-call-git-in-clean-rule.patch
new file mode 100644
index 0000000..83fbe91
--- /dev/null
+++ b/debian/patches/0002-Do-not-call-git-in-clean-rule.patch
@@ -0,0 +1,21 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sat, 6 Jul 2013 14:06:22 +0200
+Subject: Do not call git in clean rule
+
+---
+ Makefile |    1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 4f30077..d56a3ca 100644
+--- a/Makefile
++++ b/Makefile
+@@ -74,7 +74,6 @@ clean:
+ 	@${RM} src/batteriesConfig.ml src/batUnix.mli batteries.odocl bench.log
+ 	@${RM} -r man/
+ 	@$(OCAMLBUILD) -clean
+-	@git clean -xfd
+ 	@echo " Cleaned up working copy" # Note: ocamlbuild eats the first char!
+ 
+ batteries.odocl: src/batteries.mllib src/batteriesThread.mllib
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 98d1f0e..3c0d664 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Do-not-enforce-sanity-check-rules.patch
+0002-Do-not-call-git-in-clean-rule.patch

-- 
ocaml-batteries packaging



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