Only in ./debian/patches: man2html-double-quotes.patch diff -ur ../man2html-deb.orig/debian/sources/Makefile ./debian/sources/Makefile --- ../man2html-deb.orig/debian/sources/Makefile 2011-11-02 12:45:37.000000000 -0700 +++ ./debian/sources/Makefile 2011-12-15 05:31:23.702465064 -0700 @@ -2,15 +2,15 @@ # $Id: Makefile 241 2011-01-09 20:55:40Z robert $ # CC = gcc -CGI_DIR = $(PREFIX)/usr/lib/cgi-bin/man +CGI_DIR = $(PREFIX)/usr/lib/man2html/cgi-bin/man SHARE_DIR = $(PREFIX)/usr/share/man2html -DOC_DIR = $(PREFIX)/usr/share/doc/man2html-base +DOC_DIR = $(PREFIX)/usr/share/doc/man2html -CGIBASE = /cgi-bin/man -MAN_CONFIG = /etc/manpath.config +CGIBASE = /man +MAN_CONFIG = /etc/man_db.conf DEFINES = -DMAN_CONFIG='"$(MAN_CONFIG)"' -CFLAGS = -pipe -g -Wall -Wextra $(DEFINES) $(DEBIAN_CFLAGS) +CFLAGS += -pipe -g -Wall -Wextra $(DEFINES) # # Installer program: @@ -32,13 +32,12 @@ $(CC) $(CFLAGS) $^ -o $@ install: targets + mkdir -p $(CGI_DIR) + mkdir -p $(SHARE_DIR) + mkdir -p $(DOC_DIR) $(INSTALL) -p -m 0755 man2html.cgi $(CGI_DIR)/man2html - $(INSTALL) -p -m 0755 mansearch $(CGI_DIR) $(INSTALL) -p -m 0755 manwhatis $(CGI_DIR) ln $(CGI_DIR)/manwhatis $(CGI_DIR)/mansec - $(INSTALL) -p -m0644 swish++.conf $(SHARE_DIR) - $(INSTALL) -p -m0644 man.html $(DOC_DIR)/html - clean: rm -f *.o *~ core manwhatis mansec man2html.cgi Only in ./debian/sources: Makefile~ diff -ur ../man2html-deb.orig/debian/sources/man2html.cgi.c ./debian/sources/man2html.cgi.c --- ../man2html-deb.orig/debian/sources/man2html.cgi.c 2011-11-02 12:45:37.000000000 -0700 +++ ./debian/sources/man2html.cgi.c 2011-12-15 05:23:34.806269725 -0700 @@ -41,11 +41,11 @@ #endif #ifndef CGIBASE -#define CGIBASE "/cgi-bin/man" +#define CGIBASE "/man" #endif #ifndef LYNXCGIBASE -#define LYNXCGIBASE "lynxcgi:/usr/lib/cgi-bin/man" +#define LYNXCGIBASE "lynxcgi:/usr/lib/man2html/cgi-bin/man" #endif diff -ur ../man2html-deb.orig/debian/sources/man.html ./debian/sources/man.html --- ../man2html-deb.orig/debian/sources/man.html 2011-11-02 12:45:37.000000000 -0700 +++ ./debian/sources/man.html 2011-12-15 05:13:46.492823889 -0700 @@ -13,12 +13,10 @@ Depending on how you are accessing this file you are now reading, at least one of the following URL should work:
-Please see the /usr/share/doc/man2html/README.Debian file for more details.