#587238 some rex packages do not have sources files associated with them

#587238#5
Date:
2010-06-26 13:51:13 UTC
From:
To:
Some packages from the rex era don't have their sources properly
associated with the package.

Examples include
http://snapshot.debian.org/package/tcpdump/3.0.4-3/
http://snapshot.debian.org/package/weblint/1.017-1/

and possibly a large chunk from those:
| SELECT count(*) from srcpkg where not exists  (select srcpkg_id from file_srcpkg_mapping where file_srcpkg_mapping.srcpkg_id = srcpkg.srcpkg_id);
|  count
| -------
|  2982

Cheers,