[debhelper-devel] [debhelper] 01/02: Dh_Buildsystems.pm: Update --list output

Niels Thykier nthykier at moszumanska.debian.org
Sun Aug 14 08:25:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit 50ac5f7d3119d1e20c2d33eb09726312e6dd5255
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Aug 14 08:20:05 2016 +0000

    Dh_Buildsystems.pm: Update --list output
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Dh_Buildsystems.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index 0ced0e1..f63e4dc 100644
--- a/Debian/Debhelper/Dh_Buildsystems.pm
+++ b/Debian/Debhelper/Dh_Buildsystems.pm
@@ -190,7 +190,8 @@ sub buildsystems_list {
 	my $step=shift;
 
 	my @buildsystems = load_all_buildsystems();
-	my $auto = autoselect_buildsystem($step, grep { ! $_->{thirdparty} } @buildsystems);
+	my %auto_selectable = map { $_ => 1 } @THIRD_PARTY_BUILDSYSTEMS;
+	my $auto = autoselect_buildsystem($step, grep { ! $_->{thirdparty} || $auto_selectable{$_->NAME} } @buildsystems);
 	my $specified;
 
 	# List build systems (including auto and specified status)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list