]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1754: * Man page typo fixes. Closes: #305809, #305804, #305815, #305810
authorjoey <joey>
Fri, 22 Apr 2005 15:37:43 +0000 (15:37 +0000)
committerjoey <joey>
Fri, 22 Apr 2005 15:37:43 +0000 (15:37 +0000)
Closes: #305812, #305814, #305819, #305818, #305817, #305822
debian/changelog
dh_installcatalogs
dh_installdocs
dh_installman
dh_makeshlibs
dh_scrollkeeper
dh_shlibdeps
dh_strip
dh_usrlocal

index 6d504a0a09653c686ef14b017ac26139c20facef..050e71fe3eab3d29657e1638df6077e586a5013f 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (4.2.35) UNRELEASED; urgency=low
+
+  * Man page typo fixes. Closes: #305809, #305804, #305815, #305810
+    Closes: #305812, #305814, #305819, #305818, #305817, #305822
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 22 Apr 2005 11:27:55 -0400
+
 debhelper (4.2.34) unstable; urgency=low
 
   * The infinite number of monkeys release.
index c020820cd0d4696f4b4c364004651c0eef036571..6bd42273c65234c178fbfa56467bbd7623db3527 100755 (executable)
@@ -34,9 +34,9 @@ F</etc/sgml/I<package>.cat>.
 
 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
+B<-n> is used).  A dependency on B<sgml-base> will be added to
 C<${misc:Depends}>, so be sure your package uses that variable in
-F<debian/control>.  See L<dh_installdeb(1)> for an explantion of
+F<debian/control>.  See L<dh_installdeb(1)> for an explanation of
 Debhelper maintainer script snippets.
 
 =head1 OPTIONS
index b694d7c0b75a88d4a2449614ca41d28e34ea2ae4..f1c6619798c9ff494ca005d3b69ea459d0fdd2a0 100755 (executable)
@@ -20,7 +20,7 @@ documentation into usr/share/doc/package in package build directories.
 
 dh_installdocs automatically installs debian/copyright if it exists. If
 dh_installdocs is acting on multiple packages, debian/copyright files will be
-installed into all packages. However, if you need to have seperate copyright
+installed into all packages. However, if you need to have separate copyright
 files for different binary packages, you can use files named
 debian/package.copyright.
 
index b626e33d26358e6ab1229b2ed1e4e0f313a8a053..1d03898e3901af646cfd195b8e48b4e9bccb258b 100755 (executable)
@@ -37,7 +37,7 @@ section. If dh_installman seems to install a man page into a directory
 like /usr/share/man/pl/man1/, that is because your program has a
 name like "foo.pl", and dh_installman assumes that means it is translated
 into Polish. There is currently no support for resolving this ambiguity;
-programs in debian should proably not have extensions like that anyway.
+programs in debian should probably not have extensions like that anyway.
 
 Any man page filenames specified as parameters will be installed into the
 first package dh_installman is told to act on. By default, this is the
index 5a0327905ec2470fdb02746084bd0b3df304b338..c530b4ce696aabbdf05de996a77efc840b2ce292 100755 (executable)
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-B<dh_makeshlibs> [S<I<debhelper options>>] [B<-m>I<major>] [B<-V>I<[dependancies]>] [B<-n>] [B<-X>I<item>]
+B<dh_makeshlibs> [S<I<debhelper options>>] [B<-m>I<major>] [B<-V>I<[dependencies]>] [B<-n>] [B<-X>I<item>]
 
 =head1 DESCRIPTION
 
@@ -32,19 +32,19 @@ use the major number specified after the -m parameter. This is much less
 useful than it used to be, back in the bad old days when this program
 looked at library filenames rather than using objdump.
 
-=item B<-V>, B<-V>I<dependancies>
+=item B<-V>, B<-V>I<dependencies>
 
-=item B<--version-info>, B<--version-info=>I<dependancies>
+=item B<--version-info>, B<--version-info=>I<dependencies>
 
 By default, the shlibs file generated by this program does not make packages
 depend on any particular version of the package containing the shared
 library. It may be necessary for you to add some version dependancy
-information to the shlibs file. If -V is specified with no dependancy
+information to the shlibs file. If -V is specified with no dependency
 information, the current upstream version of the package is plugged into a
-dependancy that looks like "packagename (>= packageversion)". Note that in
-debhelper compatability levels before v4, the debian part of the package
+dependency that looks like "packagename (>= packageversion)". Note that in
+debhelper compatibility levels before v4, the debian part of the package
 version number is also included. If -V is specified with parameters, the
-parameters can be used to specify the exact dependancy information needed
+parameters can be used to specify the exact dependency information needed
 (be sure to include the package name).
 
 Beware of using -V without any parameters; this is a conservative setting
@@ -146,7 +146,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                                # as a side effect.
                                isnative($package);
                                my $version = $dh{VERSION};
-                               # Old compatability levels include the
+                               # Old compatibility levels include the
                                # debian revision, while new do not.
                                if (! compat(3)) {
                                        # Remove debian version, if any.
index 7e19ec7f230d0678d0b125e31882d628557f649b..3cfd414f8219cb27f7ba7d608d64c244557c0e6c 100755 (executable)
@@ -21,7 +21,7 @@ ScrollKeeper.
 
 This command automatically adds maintainer script snippets for registering
 and unregistering files with ScrollKeeper (unless B<-n> is used). See
-L<dh_installdeb(1)> for an explantion of Debhelper maintainer script
+L<dh_installdeb(1)> for an explanation of Debhelper maintainer script
 snippets.
 
 It will also change any DTD declarations in the OMF and DocBook files
index a780638894cd51305332e475a3231291df0c0499..c36abb461c5c4ddea0bf448bc891aa5cbaebe4cc 100755 (executable)
@@ -17,7 +17,7 @@ B<dh_shlibdeps> [S<I<debhelper options>>] [B<-L>I<package>] [B<-l>I<directory>]
 =head1 DESCRIPTION
 
 dh_shlibdeps is a debhelper program that is responsible for calculating
-shared library dependancies for packages.
+shared library dependencies for packages.
 
 This program is merely a wrapper around L<dpkg-shlibdeps(1)> that calls it
 once for each package listed in the control file, passing it
@@ -36,7 +36,7 @@ Pass "params" to L<dpkg-shlibdeps(1)>.
 =item B<-X>I<item>, B<--exclude=>I<item>
 
 Exclude files that contain "item" anywhere in their filename from being
-passed to dpkg-shlibdeps. This will make their dependancies be ignored.
+passed to dpkg-shlibdeps. This will make their dependencies be ignored.
 This may be useful in some situations, but use it with caution. This option
 may be used more than once to exclude more than one thing.
 
index 65c4f9f82a062195085c920ffe19dab65d9a9c41..edab8b9bee9661a44023a610c592a6fe2453ef60 100755 (executable)
--- a/dh_strip
+++ b/dh_strip
@@ -21,7 +21,7 @@ executables, shared libraries, and static libraries that are not used for
 debugging.
 
 This program examines your package build directories and works out what
-to strip on its own. It uses L<file(1)> and file permisions and filenames
+to strip on its own. It uses L<file(1)> and file permissions and filenames
 to figure out what files are shared libraries (*.so), executable binaries,
 and static (lib*.a) and debugging libraries (lib*_g.a, debug/*.so), and
 strips each as much as is possible. (Which is not at all for debugging
@@ -63,7 +63,7 @@ binutils (>= 2.14.90.0.7).
 
 =item B<-k>, B<--keep-debug>
 
-Debug symbols will be retained, but split into an independant
+Debug symbols will be retained, but split into an independent
 file in usr/lib/debug/ in the package build directory. --dbg-package
 is easier to use than this option, but this option is more flexible.
 
index 603c37ca2c1aa806b445837c782899e4ed7c6d81..da70949182e64a8e50ef132584411ac32b649015 100755 (executable)
@@ -25,11 +25,11 @@ It finds subdirectories of usr/local in the package build directory, and
 removes them, replacing them with maintainer script snippets (unless B<-n>
 is used) to create the directories at install time, and remove them when
 the package is removed, in a manner compliant with Debian policy. See
-L<dh_installdeb(1)> for an explantion of Debhelper maintainer script
+L<dh_installdeb(1)> for an explanation of Debhelper maintainer script
 snippets.
 
 If the directories found in the build tree have unusual owners, groups, or
-permisions, then those values will be preserved in the directories made by
+permissions, then those values will be preserved in the directories made by
 the postinst script. However, as a special exception, if a directory is owned
 by root.root, it will be treated as if it is owned by root.staff and is mode
 2775. This is useful, since that is the group and mode policy recommends for