[Pkg-ocaml-maint-commits] [SCM] ocamlnet packaging branch, master, updated. debian/3.5.1-1-13-gd87b1dd
Stephane Glondu
steph at glondu.net
Tue May 7 12:52:27 UTC 2013
The following commit has been merged in the master branch:
commit 5b6abdee21260eaf318f528af632847d02a5139d
Author: Stephane Glondu <steph at glondu.net>
Date: Tue May 7 13:12:51 2013 +0200
New netstring-pcre findlib package, add -enable-pcre config option
Note: the module was already there before, but part of netstring.
diff --git a/debian/README.Debian b/debian/README.Debian
index 26d72af..c333e51 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -48,6 +48,7 @@ describes in which Debian package a given Ocamlnet library can be found:
netplex libocamlnet-ocaml{,-dev}
netshm libocamlnet-ocaml{,-dev}
netstring libocamlnet-ocaml{,-dev}
+ netstring-pcre libocamlnet-ocaml{,-dev}
netsys libocamlnet-ocaml{,-dev}
pop libocamlnet-ocaml{,-dev}
rpc libocamlnet-ocaml{,-dev}
@@ -60,7 +61,7 @@ describes in which Debian package a given Ocamlnet library can be found:
smtp libocamlnet-ocaml{,-dev}
--------------------------------------------------
- -- Stefano Zacchiroli <zack at debian.org> Wed, 3 Jan 2007 16:17:34 +0100
+ -- Stéphane Glondu <glondu at debian.org> Tue, 07 May 2013 13:57:52 +0200
Debian GNU/kFreeBSD and GNU/Hurd ports
======================================
diff --git a/debian/libocamlnet-ocaml-dev.install.in b/debian/libocamlnet-ocaml-dev.install.in
index f394cc9..946dc92 100644
--- a/debian/libocamlnet-ocaml-dev.install.in
+++ b/debian/libocamlnet-ocaml-dev.install.in
@@ -9,6 +9,7 @@
@OCamlStdlibDir@/netplex @OCamlStdlibDir@
@OCamlStdlibDir@/netshm @OCamlStdlibDir@
@OCamlStdlibDir@/netstring @OCamlStdlibDir@
+ at OCamlStdlibDir@/netstring-pcre @OCamlStdlibDir@
@OCamlStdlibDir@/netsys @OCamlStdlibDir@
@OCamlStdlibDir@/pop @OCamlStdlibDir@
@OCamlStdlibDir@/rpc-auth-dh @OCamlStdlibDir@
diff --git a/debian/rules b/debian/rules
index 4134d3d..04a423f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ CFGFLAGS += -enable-gtk2 -enable-ssl
CFGFLAGS += -with-nethttpd -prefer-netcgi2 -with-rpc-auth-dh
CFGFLAGS += -bindir /usr/bin -datadir /usr/share/ocamlnet
CFGFLAGS += -enable-apache -apache /usr/sbin/apache2 -apxs /usr/bin/apxs2
+CFGFLAGS += -enable-pcre
%:
dh $@ --with ocaml
--
ocamlnet packaging
More information about the Pkg-ocaml-maint-commits
mailing list