summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-08 15:03:52 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-08 15:03:52 -0400
commit4e72a1f9161943969da7b2d10e716bc5d36f2059 (patch)
tree26228ee8f2d43019c93ec40c2e6209f179befcdf /Debian
parent951d39110b8500f206e8b9cbe83d9be0f5404160 (diff)
fix comment
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 70fead46..d9c1d389 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');
}