This is an automated email from the git hooks/post-receive script.

lucas pushed a commit to branch master
in repository ocamlbricks.

commit 7fdef8debecde06a6a3a1fd544442e33f3257ec0
Author: Lucas Nussbaum <lu...@debian.org>
Date:   Mon Oct 30 13:46:29 2017 +0100

    Add patch: fix-Makefile-meta.ml.released.patch
---
 debian/patches/fix-Makefile-meta.ml.released.patch | 13 +++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/fix-Makefile-meta.ml.released.patch 
b/debian/patches/fix-Makefile-meta.ml.released.patch
new file mode 100644
index 0000000..c8d62c9
--- /dev/null
+++ b/debian/patches/fix-Makefile-meta.ml.released.patch
@@ -0,0 +1,13 @@
+--- a/Makefile
++++ b/Makefile
+@@ -934,8 +934,8 @@ meta.ml: META CONFIGME
+ 
+ meta.ml.released: meta.ml
+       if [ -d .bzr ]; then \
+-      cp $< $@
+-      fi; \
++      cp $< $@ ; \
++      fi
+ 
+ ###########################################################################
+ # Include the project-dependant file (if any) which implements the '-local'
diff --git a/debian/patches/series b/debian/patches/series
index ef23491..37944d4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0002-Use-the-Debian-prefix-for-building.patch
 0003-Fix-the-build-on-non-native-architectures.patch
 0004-install-stublibs.patch
+fix-Makefile-meta.ml.released.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/ocamlbricks.git

_______________________________________________
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