[Pkg-ocaml-maint-commits] [ocamlnet] 01/02: No netcamlbox nor netmulticore on kfreebsd

Stéphane Glondu glondu at moszumanska.debian.org
Fri Nov 22 15:31:22 UTC 2013


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 <steph at 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



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