Bug#951442: marked as pending in debian-security-support

2020-02-21 Thread Holger Levsen
On Fri, Feb 21, 2020 at 03:43:52PM +, Daniel Shahaf wrote:
> Perhaps add a comment as well? —
> +# skip packages that were listed in --except

sure, thanks, committed to git!
 
> (Sorry for the extra round trip; I'd meant to add this before submitting
> but forgot to.)

np at all!


-- 
cheers,
Holger

---
   holger@(debian|reproducible-builds|layer-acht).org
   PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C

Dance like no one's watching. Encrypt like everyone is.


signature.asc
Description: PGP signature


Bug#951442: marked as pending in debian-security-support

2020-02-21 Thread Daniel Shahaf
Perhaps add a comment as well? —

--- a/check-support-status.in
+++ b/check-support-status.in
@@ -252,6 +252,7 @@ cat "$INTERSECTION_LIST" | while read SRC_NAME ; do
 
 [% AWK %] '($3=="'"$SRC_NAME"'"){print $1" "$2}' "$INSTALLED_LIST" | \
 while read BIN_NAME BIN_VERSION ; do
+# skip packages that were listed in --except
 case ",$EXCEPT," in
 *,"$BIN_NAME",*) # plain match (e.g., "binutils")
 continue

(Sorry for the extra round trip; I'd meant to add this before submitting
but forgot to.)

Cheers,

Daniel