The following commit has been merged in the master branch:
commit ccddef8453cbc21e5ae940a60080d6f6d92f1dcb
Author: Ole Streicher <o...@aip.de>
Date:   Tue May 24 15:19:28 2016 +0200

    Dont put tasks that are not metapackages into the tasks desc
    This is the case f.e. for debian-astro/fedora which is informational only.

diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index ca627e9..681eaf0 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -295,6 +295,8 @@ sub print_task_desc {
         foreach my $task (sort keys %taskinfo) {
                 next if (exists $taskinfo{$task}{'Leaf'} &&
                         $taskinfo{$task}{'Leaf'} eq 'false');
+               next if (exists $taskinfo{$task}{'Metapackage'} &&
+                        $taskinfo{$task}{'Metapackage'} eq 'false');
                my $header;
                if ( $suppressempty && $taskinfo{$task}{'haspackages'} == 0 ) {
                    # Check for Test-always-lang header.  If this field exists 
the

-- 
Git repository for blends code

_______________________________________________
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to