X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=bin%2Fparse-sources;h=4a419058c93e647f2154409d00c69174ec9df47b;hb=cda4816cde92d7a4a9e5ab2f07559a38f6067b1a;hp=a1afe8d24cf0f9cf11c1aa7540d43e85ed21d890;hpb=6914d9e9b91a657466c8642062c9133c583d6342;p=deb%2Fpackages.git diff --git a/bin/parse-sources b/bin/parse-sources index a1afe8d..4a41905 100755 --- a/bin/parse-sources +++ b/bin/parse-sources @@ -34,7 +34,7 @@ for my $suite (@suites) { tie %sources_all_db, "DB_File", "sources_all_$suite.db.new", O_RDWR|O_CREAT, 0666, $DB_BTREE or die "Error creating DB: $!"; - open PKG, "zcat /org/ftp.debian.org/ftp/dists/$suite/non-free/source/Sources.gz|"; + open PKG, "zcat /org/ftp.debian.org/ftp/dists/$suite/*/source/Sources.gz|"; while () { next if /^\s*$/; my $data = "";