Package: ocamlnet / 3.5.1-1

Metadata

Package Version Patches format
ocamlnet 3.5.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Link against the PIC version of libcamlrun.patch | (download)

src/netcgi2-apache/Makefile.def | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link against the pic version of libcamlrun

Signed-off-by: Stefano Zacchiroli <zack@debian.org>

Add rpath to Apache module.patch | (download)

src/netcgi2-apache/Makefile.def | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add rpath to apache module

Add rpath to Apache module, pointing to `ocamlc -where`. Rationale:
ensure libcamlrun_shared.so can be found.

Signed-off-by: Stefano Zacchiroli <zack@debian.org>

Avoid shipping GPL license text.patch | (download)

src/nethttpd-for-netcgi2/Makefile.pre | 2 1 + 1 - 0 !
src/nethttpd/Makefile.pre | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 avoid shipping gpl license text

We have it in Debian!

Signed-off-by: Stefano Zacchiroli <zack@debian.org>

Create installation directories.patch | (download)

Makefile | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 create installation directories

...since ocamlfind doesn't

Signed-off-by: Stefano Zacchiroli <zack@debian.org>

Do not install apache.info file.patch | (download)

src/netcgi2-apache/Makefile.def | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not install *apache.info file

It is not needed with Apache 2.

Signed-off-by: Stefano Zacchiroli <zack@debian.org>

Force major version for apache to 2.patch | (download)

configure | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 force major version for apache to 2

Rationale: in Debian we currently only build against apache 2, and
forcing it enables relaxing the build-dependency against
apache2-mpm-worker (one of the packages shipping /usr/sbin/apache2)

Signed-off-by: Stefano Zacchiroli <zack@upsilon.cc>