]> git.donarmstrong.com Git - wannabuild.git/commitdiff
set package name for new packages
authorAndreas Barth <aba@not.so.argh.org>
Sat, 5 Jun 2010 07:31:55 +0000 (07:31 +0000)
committerAndreas Barth <aba@not.so.argh.org>
Sat, 5 Jun 2010 07:31:55 +0000 (07:31 +0000)
bin/wanna-build

index 3417a4d1877c2dceb5c504aef7fc16f94358073f..429a968c5cf078e8ed2a8654d6db11643ea14f46 100755 (executable)
@@ -2898,6 +2898,7 @@ sub parse_all_v3() {
                     next SRCS;
                 }
             }
+            $pkg->{'package'}  = $name;
         }
 
         if ($pkgs->{'status'} eq 'installed' && $pkg->{'binary_nmu_version'} && $pkgs->{'binnmu'} < $pkg->{'binary_nmu_version'}) {