summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xdh_installcatalogs8
-rwxr-xr-xdh_installxfonts2
3 files changed, 13 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index a940e38e..a3dbacf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (4.1.38) unstable; urgency=low
+
+UNRE
+ * Fixed dh_installcatalog's references to itself on man page.
+ Closes: #184411
+
+ -- Joey Hess <joeyh@debian.org> Thu, 13 Mar 2003 10:51:54 -0500
+
debhelper (4.1.37) unstable; urgency=low
* dh_installmenu: Refer to menufile(5) instead of 5L so as not to confuse
diff --git a/dh_installcatalogs b/dh_installcatalogs
index 6bdc977d..fdaf0fa7 100755
--- a/dh_installcatalogs
+++ b/dh_installcatalogs
@@ -2,7 +2,7 @@
=head1 NAME
-dh_installcatalog - install and register SGML Catalogs
+dh_installcatalogs - install and register SGML Catalogs
=cut
@@ -13,11 +13,11 @@ my $sgmlbasever = "1.17";
=head1 SYNOPSIS
-B<dh_installcatalog> [S<I<debhelper options>>] [B<-n>]
+B<dh_installcatalogs> [S<I<debhelper options>>] [B<-n>]
=head1 DESCRIPTION
-dh_registersgmlcatalog is a debhelper program that installs and
+dh_installcatalog is a debhelper program that installs and
registers SGML catalogs. (Note: it will be extended for XML catalog
registration when xml-core is available.) It complies with the Debian
XML/SGML policy.
@@ -32,7 +32,7 @@ F</usr/share/sgml/>.
Catalogs will be registered in a supercatalog, in
F</etc/sgml/I<package>.cat>.
-This script automatically adds maintainer script snippets for
+This command automatically adds maintainer script snippets for
registering and unregistering the catalogs and "supercatalogs" (unless
B<-n> is used). A dependancy on B<sgml-base> will be added to
C<${misc:Depends}>, so be sure your package uses that variable in
diff --git a/dh_installxfonts b/dh_installxfonts
index 407763aa..984144b4 100755
--- a/dh_installxfonts
+++ b/dh_installxfonts
@@ -29,7 +29,7 @@ Your package should should depend on xutils (>= 4.0.3) so that the
update-fonts-* commands are available. (This program adds that dependency to
${misc:Depends}.)
-This programt automatically generates the postinst and postrm commands needed
+This program automatically generates the postinst and postrm commands needed
to register X fonts. See L<dh_installdeb(1)> for an explanation of how this
works.