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

glondu pushed a commit to branch master
in repository ocamlnet.

commit 4be435c7278ee4fca4b9864fb0c1d70165c12033
Author: Stephane Glondu <st...@glondu.net>
Date:   Fri Nov 22 15:30:51 2013 +0100

    No netcamlbox nor netmulticore on kfreebsd
---
 debian/rules |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index f8bed80..b0e5b05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,11 @@ ifeq ($(DEB_HOST_ARCH_OS),linux)
        fi
        @echo
 endif
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+# No named semaphores on kfreebsd
+       sed -i '/netcamlbox/d' debian/libocamlnet-ocaml*.install
+       sed -i '/netmulticore/d' debian/libocamlnet-ocaml*.install
+endif
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/ocamlnet.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