[Pkg-ocaml-maint-commits] r5068 - in /trunk/packages/ocamlnet/trunk/debian: README.Debian changelog patches/00list rules
glondu-guest at users.alioth.debian.org
glondu-guest at users.alioth.debian.org
Fri Jan 18 00:58:29 UTC 2008
Author: glondu-guest
Date: Fri Jan 18 00:58:29 2008
New Revision: 5068
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5068
Log:
Compatibility with the kFreeBSD port:
* add patch configure_kfreebsd.dpatch to make configure script recognize
GNU/kFreeBSD as FreeBSD
* fix compatibility with kFreeBSD port (rpc-auth-local not available)
Modified:
trunk/packages/ocamlnet/trunk/debian/README.Debian
trunk/packages/ocamlnet/trunk/debian/changelog
trunk/packages/ocamlnet/trunk/debian/patches/00list
trunk/packages/ocamlnet/trunk/debian/rules
Modified: trunk/packages/ocamlnet/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/README.Debian?rev=5068&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/README.Debian (original)
+++ trunk/packages/ocamlnet/trunk/debian/README.Debian Fri Jan 18 00:58:29 2008
@@ -65,3 +65,10 @@
-- Stefano Zacchiroli <zack at debian.org> Wed, 3 Jan 2007 16:17:34 +0100
+Debian GNU/kFreeBSD Port
+========================
+
+The library rpc-auth-local is not available on the Debian GNU/kFreeBSD
+Port.
+
+ -- Stephane Glondu <steph at glondu.net> Fri, 18 Jan 2008 00:52:20 +0100
Modified: trunk/packages/ocamlnet/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/changelog?rev=5068&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/changelog (original)
+++ trunk/packages/ocamlnet/trunk/debian/changelog Fri Jan 18 00:58:29 2008
@@ -1,9 +1,15 @@
ocamlnet (2.2.9-2) UNRELEASED; urgency=low
+ [ Stefano Zacchiroli ]
* NOT RELEASED YET
* fix vcs-svn field to point just above the debian/ dir
- -- Stefano Zacchiroli <zack at debian.org> Sat, 29 Dec 2007 23:04:38 +0100
+ [ Stephane Glondu ]
+ * add patch configure_kfreebsd.dpatch to make configure script recognize
+ GNU/kFreeBSD as FreeBSD
+ * fix compatibility with kFreeBSD port (rpc-auth-local not available)
+
+ -- Stephane Glondu <steph at glondu.net> Fri, 18 Jan 2008 00:54:36 +0100
ocamlnet (2.2.9-1) unstable; urgency=low
Modified: trunk/packages/ocamlnet/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/patches/00list?rev=5068&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/patches/00list (original)
+++ trunk/packages/ocamlnet/trunk/debian/patches/00list Fri Jan 18 00:58:29 2008
@@ -5,3 +5,4 @@
missing_shebangs.dpatch
build_w_camlp5.dpatch
no_apache_info.dpatch
+configure_kfreebsd.dpatch
Modified: trunk/packages/ocamlnet/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/rules?rev=5068&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/rules (original)
+++ trunk/packages/ocamlnet/trunk/debian/rules Fri Jan 18 00:58:29 2008
@@ -21,6 +21,9 @@
DEB_STRIP_EXCLUDE += usr/bin/netplex-admin # OCaml custom bytecode binaries can't be striped
DEB_STRIP_EXCLUDE += usr/bin/ocamlrpcgen
+# For Debian GNU/kFreeBSD port
+NO_RPC_AUTH_LOCAL = $(shell uname | grep FreeBSD)
+
CFGFLAGS =
CFGFLAGS += -enable-gtk2 -enable-ssl
CFGFLAGS += -with-nethttpd -prefer-netcgi2 -with-rpc-auth-dh
@@ -30,6 +33,7 @@
configure/$(PKGNAME):: debian/configure-stamp
debian/configure-stamp:
./configure $(CFGFLAGS)
+ [ -n "$(NO_RPC_AUTH_LOCAL)" ] && sed -i -n '/rpc.auth.local/!p' debian/*.install
touch debian/configure-stamp
clean::
rm -f debian/configure-stamp
More information about the Pkg-ocaml-maint-commits
mailing list