From 0d8b6733c73e871eb2a32ae0f64687c5dec84525 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 24 Jun 2007 16:59:36 -0400 Subject: [PATCH] Fix the info-dir line for the com_err.texinfo file Fix the info-dir line so that the menu name does not contain a .info prefix. First of all, it's ugly, secondly, it causes the install-info command to fail to remove the com_err info file from the /usr/share/info/dir file when the comerr-dev package is removed and purged. Addresses Debian Bug: #401711 Signed-off-by: "Theodore Ts'o" --- lib/et/ChangeLog | 9 +++++++++ lib/et/com_err.texinfo | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog index 8261084..4ab07c8 100644 --- a/lib/et/ChangeLog +++ b/lib/et/ChangeLog @@ -1,3 +1,12 @@ +2007-06-24 Theodore Tso + + * com_err.texinfo: Fix the info-dir line so that the name does not + contain a .info prefix. First of all, it's ugly, + secondly, it causes the install-info command to fail to + remove the com_err info file from the /usr/share/info/dir file + when the comerr-dev package is removed and purged. + (Addresses Debian Bug: #401711) + 2007-05-23 Theodore Tso * error_message.c: #include unistd.h and sys/types.h to provide diff --git a/lib/et/com_err.texinfo b/lib/et/com_err.texinfo index 5607281..def088c 100644 --- a/lib/et/com_err.texinfo +++ b/lib/et/com_err.texinfo @@ -21,7 +21,7 @@ @dircategory Development @format START-INFO-DIR-ENTRY -* com_err: (com_err.info). A Common Error Description Library for UNIX. +* Com_err: (com_err). A Common Error Description Library for UNIX. END-INFO-DIR-ENTRY @end format @end ifinfo -- 1.8.3.1