summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/NEWS9
-rw-r--r--debian/copyright9
-rw-r--r--debian/dhelp.lintian-overrides4
-rw-r--r--man/dhelp_parse.810
4 files changed, 23 insertions, 9 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 4b6c583..bb47dd7 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,12 @@
+dhelp (0.6.21) unstable; urgency=low
+
+ The coverage of supported web servers has been considerably expanded.
+ /usr/share/doc/dhelp/README.Debian contains instructions for those web
+ servers that require a manual step of configuration after installation
+ of dhelp.
+
+ -- Georgios M. Zarkadas <gz@member.fsf.org> Fri, 04 May 2012 01:33:22 +0300
+
dhelp (0.6.20) unstable; urgency=low
Indexing of new documents is now performed after the end of installation
diff --git a/debian/copyright b/debian/copyright
index bd022aa..fa6116b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,8 @@ Maintainer:
© 1997-2000, Marco Budde <Budde@tu-harburg.de>
© 2001-2006, Stefan Hornburg (Racke) <racke@linuxia.de>
-© 2007-2008, Esteban Manchado Velázquez <zoso@debian.org>
+© 2007-2011, Esteban Manchado Velázquez <zoso@debian.org>
+© 2012, Georgios M. Zarkadas <gz@member.fsf.org>
Copyright:
@@ -17,8 +18,8 @@ fitness for a particular purpose. See the GNU General Public License
for more details.
A copy of the GNU General Public License is available as
-/usr/share/common-licenses/GPL in the Debian GNU/Linux distribution or on the
-World Wide Web at http://www.gnu.org/copyleft/gpl.html. You can also
-obtain it by writing to the Free Software Foundation, Inc.,
+/usr/share/common-licenses/GPL-2 in the Debian GNU/Linux distribution
+or on the World Wide Web at http://www.gnu.org/copyleft/gpl.html.
+You can also obtain it by writing to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA.
diff --git a/debian/dhelp.lintian-overrides b/debian/dhelp.lintian-overrides
new file mode 100644
index 0000000..e0cf92e
--- /dev/null
+++ b/debian/dhelp.lintian-overrides
@@ -0,0 +1,4 @@
+# The mentioned page is a local page, not the package homepage.
+dhelp: description-possibly-contains-homepage http://localhost/doc/HTML/index.html
+# The directory is filled by the postinst script.
+dhelp: package-contains-empty-directory usr/share/doc/HTML/
diff --git a/man/dhelp_parse.8 b/man/dhelp_parse.8
index 54c4e5c..68b3d63 100644
--- a/man/dhelp_parse.8
+++ b/man/dhelp_parse.8
@@ -36,7 +36,7 @@ files from the dhelp database.
.TP
.B \-i
Does an incremental update of the documents index for all
-documentation added with the -a switch after the last index
+documentation added with the \-a switch after the last index
update.
.TP
.B \-r
@@ -51,16 +51,16 @@ use
directly (not recommended!), you have to call it like this:
.SS postinst
-if [ -x /usr/sbin/dhelp_parse ]; then
+if [ \-x /usr/sbin/dhelp_parse ]; then
.br
- dhelp_parse -a /var/lib/doc-base/documents/foo
+ dhelp_parse \-a /var/lib/doc-base/documents/foo
.br
fi
.SS prerm
-if [ -x /usr/sbin/dhelp_parse ]; then
+if [ \-x /usr/sbin/dhelp_parse ]; then
.br
- dhelp_parse -d /var/lib/doc-base/documents/foo
+ dhelp_parse \-d /var/lib/doc-base/documents/foo
.br
fi