Author: pabs Date: 2010-06-06 01:10:03 +0000 (Sun, 06 Jun 2010) New Revision: 14811 Modified: data/embedded-code-copies Log: document the status field a bit better Modified: data/embedded-code-copies ==================================================================--- data/embedded-code-copies 2010-06-05 21:14:44 UTC (rev 14810) +++ data/embedded-code-copies 2010-06-06 01:10:03 UTC (rev 14811) @@ -10,10 +10,13 @@ - <embedding srcpkg> <status> (<sort>; bug #<number>) NOTE: optional comments about the linkage of the embedding srcpkg -status: version number fixing the embedded copy, <unfixed>, <removed>, - <itp>, <not-affected>, <unknown> if the version number can not - be determined, or <unfixable> for unavoidable cases (e.g., forks - that add real value) +status: version number fixing the embedded copy + <unfixed> if the issue is not yet fixed + <removed> if the package was removed from the archive + <itp> if the package is in the process of being packaged + <not-affected> if the package does not use the embedded copy + <unknown> if the version number can not be determined + <unfixable> for unavoidable cases (e.g., forks that add real value) sort: static (linking statically against a lib) embed (embeds a copy of the library into another source package) modified-embed (embeds a code copy that differs from upstream code)