Package: ocamlnet / 4.1.2-1

Metadata

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

Patch series

view the series file
Patch File delta Description
0001 Avoid shipping GPL license text.patch | (download)

src/nethttpd/Makefile.pre | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid shipping gpl license text

We have it in Debian!

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

0002 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>

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

src/netcgi2-apache/Makefile | 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>

0004 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>

0005 Fix upstream cleaning rules.patch | (download)

src/netcgi2-apache/Makefile.pre | 5 2 + 3 - 0 !
src/netsys/Makefile | 5 3 + 2 - 0 !
src/netsys/Makefile.pre | 4 3 + 1 - 0 !
src/rpc-auth-local/Makefile.pre | 3 3 + 0 - 0 !
4 files changed, 11 insertions(+), 6 deletions(-)

 fix upstream cleaning rules

Signed-off-by: Stephane Glondu <steph@glondu.net>

0006 Fix compilation of Apache module.patch | (download)

src/netcgi2-apache/Makefile | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix compilation of apache module

When ocamlc is called with -g option, it calls the C compiler with this
option, which does not work when the compiler is apxs2.

0007 Fix distclean target.patch | (download)

Makefile | 2 1 + 1 - 0 !
src/netsys/Makefile.pre | 1 1 + 0 - 0 !
src/nettls-gnutls/Makefile.pre | 6 5 + 1 - 0 !
3 files changed, 7 insertions(+), 2 deletions(-)

 fix distclean target