The following commit has been merged in the master branch:
commit 082fe6cdf286253f06468f59bc15a4eeae24113e
Author: Stephane Glondu <st...@glondu.net>
Date:   Thu Nov 3 12:04:04 2011 +0100

    rpc-auth-local seems available everywhere now

diff --git a/debian/rules b/debian/rules
index d9ab256..4134d3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,13 +12,6 @@ ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 BUILD_TARGET += opt
 endif
 
-# For Debian GNU/kFreeBSD and GNU/Hurd ports
-ifneq ($(findstring freebsd,$(DEB_HOST_ARCH)),)
-RPC_AUTH_LOCAL = no
-else ifneq ($(findstring hurd,$(DEB_HOST_ARCH)),)
-RPC_AUTH_LOCAL = no
-endif
-
 CFGFLAGS =
 CFGFLAGS += -enable-gtk2 -enable-ssl
 CFGFLAGS += -with-nethttpd -prefer-netcgi2 -with-rpc-auth-dh
@@ -31,9 +24,6 @@ CFGFLAGS += -enable-apache -apache /usr/sbin/apache2 -apxs 
/usr/bin/apxs2
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
        ./configure $(CFGFLAGS)
-ifeq ($(RPC_AUTH_LOCAL),no)
-       sed -i -n '/rpc.auth.local/!p' debian/*.install
-endif
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:

-- 
ocamlnet packaging

_______________________________________________
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