summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Buildsystems.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-01 15:38:54 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-07-01 15:38:54 -0400
commite93b119e05d6b5cac117881455bf14b6b14abd37 (patch)
tree10c9b9e917160dbf42eabc85f8a7c489287f14a6 /Debian/Debhelper/Dh_Buildsystems.pm
parent4d89e21ab24a1a3a9c4ae1de8424805742f1d763 (diff)
improve list formatting
Diffstat (limited to 'Debian/Debhelper/Dh_Buildsystems.pm')
-rw-r--r--Debian/Debhelper/Dh_Buildsystems.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index 64ec18a4..a9a6b914 100644
--- a/Debian/Debhelper/Dh_Buildsystems.pm
+++ b/Debian/Debhelper/Dh_Buildsystems.pm
@@ -139,7 +139,7 @@ sub buildsystems_list {
elsif (! defined $auto && ! $inst->{thirdparty} && $inst->check_auto_buildable($step)) {
$auto = $inst->NAME();
}
- printf("%s - %s", $inst->NAME(), $inst->DESCRIPTION());
+ printf("%-20s %s", $inst->NAME(), $inst->DESCRIPTION());
print " [3rd party]" if $inst->{thirdparty};
print "\n";
}