* Mention PDF and text version of the documentation in doc-base files.
* Install PDF version of the documentation, too.
* Install HTML version of the man page, too.
+privoxy (3.1.1-3) unstable; urgency=low
+
+ * New build based on CVS as of 2003-03-01.
+ * Build HTML, text, and PDF versions of the documentation from source.
+ * Mention PDF and text version of the documentation in doc-base files.
+ * Install PDF version of the documentation, too.
+ * Install HTML version of the man page, too.
+
+ -- Roland Rosenfeld <roland@debian.org> Sat, 1 Mar 2003 13:54:32 +0100
+
privoxy (3.1.1-2) unstable; urgency=low
* Stop creating documentation, it's usually available upstream and can
Section: web
Priority: optional
Maintainer: Roland Rosenfeld <roland@debian.org>
-Build-Depends: debhelper (>= 4.0.0), autoconf, libpcre3-dev
+Build-Depends: debhelper (>= 4.0.0), autoconf, libpcre3-dev, jade, docbook-dsssl, w3m, sp, sgmlspl, groff, htmldoc
Standards-Version: 3.5.8
Package: privoxy
Format: HTML
Index: /usr/share/doc/privoxy/developer-manual/index.html
Files: /usr/share/doc/privoxy/developer-manual/*.html
+
+Format: text
+Files: /usr/share/doc/privoxy/developer-manual.txt.gz
+
+Format: pdf
+Files: /usr/share/doc/privoxy/privoxy-developer-manual.pdf
Format: HTML
Index: /usr/share/doc/privoxy/faq/index.html
Files: /usr/share/doc/privoxy/faq/*.html
+
+Format: text
+Files: /usr/share/doc/privoxy/faq.txt.gz
+
+Format: pdf
+Files: /usr/share/doc/privoxy/privoxy-faq.pdf
Format: HTML
Index: /usr/share/doc/privoxy/user-manual/index.html
Files: /usr/share/doc/privoxy/user-manual/*.html
+
+Format: text
+Files: /usr/share/doc/privoxy/user-manual.txt.gz
+
+Format: pdf
+Files: /usr/share/doc/privoxy/privoxy-user-manual.pdf
+
doc/webserver/developer-manual
doc/webserver/images
doc/webserver/p_doc.css
+doc/webserver/privoxy-index.html
+doc/webserver/man-page
+doc/pdf/privoxy-developer-manual.pdf
+doc/pdf/privoxy-user-manual.pdf
+doc/pdf/privoxy-faq.pdf
autoconf
env CFLAGS="$(OPTIMIZE) -g" \
./configure --prefix=/usr --sysconfdir=/etc \
- --mandir=/usr/share/man $(WITHDEBUG) \
- --with-docbook=no
+ --mandir=/usr/share/man $(WITHDEBUG)
touch configure-stamp
$(MAKE)
+# backup formatted upstream documentation:
+ for x in text webserver pdf; do \
+ if [ ! -d doc/$$x.dist ]; then \
+ cp -a doc/$$x doc/$$x.dist; \
+ fi; \
+ done
+ for x in INSTALL README privoxy.1; do \
+ if [ ! -f $$x.dist ]; then \
+ cp -a $$x $$x.dist; \
+ fi; \
+ done
+
+ (cd doc/source; $(MAKE) pdf)
+ (cd doc/source; $(MAKE) all)
+
touch build-stamp
clean:
rm -f privoxy
rm -f configure config.h GNUmakefile
rm -f doc/source/ldp.dsl
+ rm -rf obj
+ rm -f ActivityConsole.jar
+ rm -f src/java/org/privoxy/activityconsole/*.class
+
+# restore formatted upstream documentation:
+ for x in text webserver pdf; do \
+ if [ -d doc/$$x.dist ]; then \
+ rm -rf doc/$$x; \
+ mv doc/$$x.dist doc/$$x; \
+ fi; \
+ done
+ for x in INSTALL README privoxy.1; do \
+ if [ -f $$x.dist ]; then \
+ rm -f $$x; \
+ mv $$x.dist $$x; \
+ fi; \
+ done
dh_clean
sed -e 's/^\(\(trust\|proxy\)-info-url\|admin-address\)/#\1/' \
-e 's/^\(enable-\(edit-actions\|remote-toggle\)\)[ ]*1/\1 0/' \
- -e 's#^confdir \.#confdir /etc/privoxy#' \
- -e 's#^logdir \.#logdir /var/log/privoxy#' \
+ -e 's#^confdir .*#confdir /etc/privoxy#' \
+ -e 's#^logdir .*#logdir /var/log/privoxy#' \
-e 's%^#\(user-manual\).*%\1 /usr/share/doc/privoxy/user-manual%' \
-e 's/\(Sample Configuration File for Privoxy\).*/\1/' \
-e 's/Id: config,v.*/Id: config,v $$/' \
dh_testroot
# dh_installdebconf
dh_installdocs -XCVS
+ (cd $(DEBDIR)/usr/share/doc/privoxy/; \
+ mv privoxy-index.html index.html)
dh_installexamples
dh_installmenu
dh_installlogrotate