]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_testversion
Fix build system auto-selection breakage.
[debhelper.git] / dh_testversion
index e7fbfec91949ce5daddad1b43eb5e9df1aaef4bb..db411ab0a40ff25470e0d11e9829706d843b0529 100755 (executable)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-dh_testversion - ensure that the correct version of debhelper is installed
+dh_testversion - ensure that the correct version of debhelper is installed (deprecated)
 
 =cut
 
@@ -51,6 +51,7 @@ specified, dh_testversion does nothing.
 =cut
 
 init();
+inhibit_log();
 
 my($compare, $ver);
 
@@ -73,7 +74,7 @@ if (defined $compare and defined $ver) {
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.