The following commit has been merged in the master branch:
commit 8c76c06be31c92c3eca5d1ae43b60cccf34fdfd2
Author: Ole Streicher <[email protected]>
Date:   Thu Nov 10 13:48:21 2016 +0100

    When adding RFC822 style line continuations in dependencies, remove 
trailing newlines.
    
    They are not handled by process_pkglist()

diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index cde3237..1b4298d 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -570,6 +570,7 @@ sub load_task {
                while (<TASKFILE>) {
                    last if (m/^\S+/ || m/^\s*$/);
                    $pkgs .= $_;
+                   chomp $pkgs;
                }
                 $taskinfo{$curpkg}{$header} = ()
                     if (! exists $taskinfo{$curpkg}{$header});

-- 
Git repository for blends code

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to