]> git.deb.at Git - deb/packages.git/commitdiff
Now that we have changed the nesting of the loops remove workaround
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 23 Feb 2006 11:41:26 +0000 (11:41 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 23 Feb 2006 11:41:26 +0000 (11:41 +0000)
needed for the previous one

bin/parse-packages

index f252a2992f717be433d68c50c9c5fb78e63b1df0..34ac95d7768595056e3766446209363a51161dbe 100755 (executable)
@@ -143,7 +143,7 @@ for my $suite (@SUITES) {
        }
     }
 
-    open NAMES, '>>', "$DBDIR/package_names_$suite.txt.new"
+    open NAMES, '>', "$DBDIR/package_names_$suite.txt.new"
        or die "Error creating package names list: $!";
     foreach (sort keys %package_names_suite) {
        print NAMES "$_\n";