]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_builddeb
Fix typo in French translation, about debian/package.README.Debian files.
[debhelper.git] / dh_builddeb
index dcc5af56832283d19ca77270d9b7bc7b24894cb7..8c3930fb7c5dd4f7b8c2cac5a3f06b8b21617f75 100755 (executable)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-dh_builddeb - build debian packages
+dh_builddeb - build debian binary packages
 
 =cut
 
@@ -64,7 +64,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                        complex_doit("find $tmp $dh{EXCLUDE_FIND} | xargs rm -rf");
                }
                else {
-                       # Old broken code here for compatability. Does not
+                       # Old broken code here for compatibility. Does not
                        # remove everything.
                        complex_doit("find $tmp -name $_ | xargs rm -rf")
                                foreach split(":", $ENV{DH_ALWAYS_EXCLUDE});