]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_md5sums
r598: * dh_strip: do not strip files multiple times.
[debhelper.git] / dh_md5sums
index 616a8d8970ffb2113f4b5274df9b4934afb5434f..6f794e7f670504266f5babce19ab7bad7dc64ba9 100755 (executable)
@@ -18,6 +18,7 @@ B<dh_md5sums> [S<I<debhelper options>>] [B<-x>] [B<-X>I<item>] [B<--include-conf
 
 dh_md5sums is a debhelper program that is responsible for generating
 a DEBIAN/md5sums file, which lists the md5sums of each file in the package.
+These files are used by the debsums package.
 
 All files in DEBIAN/ are omitted from the md5sums file, as are all
 conffiles (unless you use the --include-conffiles switch).
@@ -83,7 +84,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.