From 4e72a1f9161943969da7b2d10e716bc5d36f2059 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 8 Apr 2010 15:03:52 -0400 Subject: [PATCH] fix comment --- Debian/Debhelper/Dh_Lib.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.39.2