summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGeorgios M. Zarkadas <gz@member.fsf.org>2011-10-22 00:12:27 +0300
committerGeorgios M. Zarkadas <gz@member.fsf.org>2011-10-22 00:12:27 +0300
commitb733748f044b640c83199c3686938ec654b76b34 (patch)
treeeeb927d531983ee7bb001ca8064582a89f0597c7 /debian
parent712f276c04299f5b342dc523ac5d3d8ec95a3ade (diff)
Version 0.6.19 Original Sources (squeeze release)
Package source: ftp.debian.org Signed-off-by: Georgios M. Zarkadas <gz@member.fsf.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog53
-rw-r--r--debian/control4
-rwxr-xr-xdebian/cron.weekly2
-rw-r--r--debian/dirs1
-rwxr-xr-xdebian/postinst2
-rwxr-xr-xdebian/rules3
6 files changed, 61 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 7cdce64..eebd0e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,56 @@
+dhelp (0.6.19) unstable; urgency=low
+
+ * Fix URI escaping (Closes: #583349). Thanks John Gruenenfelder.
+ * Bump Standards-Version to 3.8.4.
+
+ -- Esteban Manchado Velázquez <zoso@debian.org> Sun, 30 May 2010 20:04:19 +0200
+
+dhelp (0.6.18) unstable; urgency=low
+
+ * Change xpdf-utils dependency to poppler-utils (Closes: #550656). Thanks
+ Moritz Muehlenhoff.
+
+ -- Esteban Manchado Velázquez <zoso@debian.org> Sun, 08 Nov 2009 14:47:55 +0100
+
+dhelp (0.6.17) unstable; urgency=low
+
+ * Take into account index files when registering directories.
+ * Added Indonesian translation (thanks Atoz Chevara).
+ * Match 'localhost' instead of IPs in Apache config files (Closes: #526010).
+ Thanks Stefano Zacchiroli.
+
+ -- Esteban Manchado Velázquez <zoso@debian.org> Sun, 03 May 2009 17:15:05 +0200
+
+dhelp (0.6.16) unstable; urgency=low
+
+ * Include Apache configuration file to limit dhelp CGI access to localhost.
+ * dhelp_fetcher: Don't give hints about which files exist in the filesystem
+ * Be smarter about indexing: check if the documents are already registered,
+ and only index if they weren't. This will skip indexing for package
+ upgrades, but will keep it for installation of new packages.
+ * Follow symlinks when indexing.
+ * Add a simple verbose option to dhelp_parse.
+ * Take the package version from the changelog, instead of checking that the
+ version in the changelog and the one in the Makefile are in sync. This
+ avoids FTBFS for binary-only NMUs (Closes: #521910).
+
+ -- Esteban Manchado Velázquez <zoso@debian.org> Sun, 05 Apr 2009 18:48:01 +0200
+
+dhelp (0.6.15) unstable; urgency=low
+
+ * Don't depend on libdb4.2-ruby1.8 (transitional package) (Closes: #496682).
+ Thanks Thomas Viehmann and Scott Kitterman.
+ * Capitalise all sections properly (Closes: #502557).
+ * Fix encoding issues. Assume UTF-8 locale though (Closes: #491971).
+ * Change WordThreshold to 50000. It's better for low memory machines, and
+ both dwww and man2html are using that setting (Closes: #471558). Thanks
+ Stellan Klebom.
+ * Fix issues flagged by lintian: Depend on ${misc:Depends} (because of
+ debhelper), call dhelp_parse without using absolute paths and bump
+ Standards-Version to 3.8.1.
+
+ -- Esteban Manchado Velázquez <zoso@debian.org> Tue, 17 Mar 2009 19:01:58 +0100
+
dhelp (0.6.14) unstable; urgency=low
* Fix stupid typo for the previous fix, that made the weekly cron job not
diff --git a/debian/control b/debian/control
index f7673b0..4afcc31 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: doc
Priority: optional
Maintainer: Esteban Manchado Velázquez <zoso@debian.org>
Uploaders: Stefan Hornburg (Racke) <racke@linuxia.de>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5), cdbs (>= 0.4.23-1.1), libgettext-ruby-util
Package: dhelp
-Depends: perl-modules, libtemplate-perl, libhtml-parser-perl, liburi-perl, ruby1.8, libdb4.2-ruby1.8, libcommandline-ruby1.8, libgettext-ruby1.8, doc-base, swish++, liblocale-gettext-perl, libdata-page-perl, pstotext, xpdf-utils
+Depends: perl-modules, libtemplate-perl, libhtml-parser-perl, liburi-perl, ruby1.8, libdb-ruby1.8, libcommandline-ruby1.8, libgettext-ruby1.8, doc-base, swish++, liblocale-gettext-perl, libdata-page-perl, pstotext, poppler-utils, ${misc:Depends}
Recommends: iceweasel | firefox | www-browser
Suggests: httpd, info2www, man2html, lynx | links | w3m | html2text, catdvi
Architecture: all
diff --git a/debian/cron.weekly b/debian/cron.weekly
index d5cfe8d..020a3d9 100755
--- a/debian/cron.weekly
+++ b/debian/cron.weekly
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright 2007 by Esteban Manchado Velázquez <zoso@debian.org>
+# Copyright 2007 by Esteban Manchado Velázquez <zoso@debian.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/debian/dirs b/debian/dirs
index 6997ab8..069020b 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,3 +1,4 @@
usr/share/dhelp
var/lib/dhelp
var/lib/dhelp/tmp
+etc/apache2/conf.d
diff --git a/debian/postinst b/debian/postinst
index 862091d..42dfd16 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -35,7 +35,7 @@ rm -f /var/lib/dhelp/swish++.index
touch /var/lib/dhelp/configured
echo -n "Building HTML tree..."
-/usr/sbin/dhelp_parse -r
+dhelp_parse -r
echo " done."
if [ ! -f /var/lib/dhelp/documents.index ]; then
diff --git a/debian/rules b/debian/rules
index 1174a7c..e34e81e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,6 @@ DEB_INSTALL_MANPAGES_dhelp = man/dhelp*
DEB_INSTALL_EXAMPLES_dhelp = examples/*
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
+
+install/dhelp::
+ cp apache-dhelp.conf debian/dhelp/etc/apache2/conf.d/dhelp.conf