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

Ralf Treinen treinen at debian.org
Thu Jan 26 14:23:17 UTC 2012


The following commit has been merged in the master branch:
commit 6665c67699aae958397a014e45bedc682731b16f
Author: Ralf Treinen <treinen at debian.org>
Date:   Thu Jan 26 15:19:45 2012 +0100

    avoid bashsim in clean target of Makefile

diff --git a/debian/patches/make_clean b/debian/patches/make_clean
new file mode 100644
index 0000000..ab7212b
--- /dev/null
+++ b/debian/patches/make_clean
@@ -0,0 +1,16 @@
+Author: Ralf Treinen <treinen at debian.org>
+Description: avoid bashism in clean target
+
+Index: ocaml-gnuplot/Makefile
+===================================================================
+--- ocaml-gnuplot.orig/Makefile	2012-01-11 11:26:16.000000000 +0100
++++ ocaml-gnuplot/Makefile	2012-01-26 15:17:22.000000000 +0100
+@@ -171,7 +171,7 @@
+ 
+ .PHONY: clean dist-clean
+ clean:
+-	@ rm -f *~ .*~ *.{o,a} *.cm[aiox] *.cmxa *.annot
++	@ rm -f *~ .*~ *.[oa] *.cm[aiox] *.cmxa *.annot
+ 	@ rm -f $(GENERATED_SOURCES0) $(GENERATED_SOURCES1)
+ 	@ rm -rf $(PKGNAME).html $(PKG_TARBALL)
+ 	@ find . -type f -perm -u=x -exec rm -f {} \;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8d1f96d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+make_clean

-- 
ocaml-gnuplot packaging



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