projects
/
debhelper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
951d391
)
fix comment
author
Joey Hess
<joey@gnu.kitenet.net>
Thu, 8 Apr 2010 19:03:52 +0000
(15:03 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Thu, 8 Apr 2010 19:03:52 +0000
(15:03 -0400)
Debian/Debhelper/Dh_Lib.pm
patch
|
blob
|
history
diff --git
a/Debian/Debhelper/Dh_Lib.pm
b/Debian/Debhelper/Dh_Lib.pm
index 70fead464af359de935fed29a97d1c6ed52cf74e..d9c1d38955a3e6720bf348804ec1ab4a0097fdb2 100644
(file)
--- 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');
}