From: Joey Hess Date: Thu, 8 Apr 2010 19:03:52 +0000 (-0400) Subject: fix comment X-Git-Tag: 7.4.17~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4e72a1f9161943969da7b2d10e716bc5d36f2059;p=debhelper.git fix comment --- diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 70fead4..d9c1d38 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -74,7 +74,7 @@ sub init { } # Check if packages to build have been specified, if not, fall back to - # the default, doing them all. + # the default, building all relevant packages. if (! defined $dh{DOPACKAGES} || ! @{$dh{DOPACKAGES}}) { push @{$dh{DOPACKAGES}}, getpackages('both'); }