[Debtags-commits] [svn] r1107 - tagdb
Enrico Zini
enrico at costa.debian.org
Sat Aug 6 16:33:15 UTC 2005
Author: enrico
Date: Sat Aug 6 16:33:12 2005
New Revision: 1107
Modified:
tagdb/sectdispatch
Log:
sectdispatch: skip packages with no tags
Modified: tagdb/sectdispatch
==============================================================================
--- tagdb/sectdispatch (original)
+++ tagdb/sectdispatch Sat Aug 6 16:33:12 2005
@@ -24,6 +24,7 @@
open (NONFREE, ">overrides.non-free") or die "Can't open overrides.non-free: $!";
while (<STDIN>)
{
+ next if /^(\S+)\tTag\s*$/;
die "Can't parse $_" if not /^(\S+)\t/;
if (not exists $sects{$1})
More information about the Debtags-commits
mailing list