Antoine Beaupré pushed to branch master at Debian Security Tracker / 
security-tracker


Commits:
30132ee5 by Antoine Beaupré at 2018-11-26T21:04:36Z
lts; do not unclaim packages matching prefix, but complete package name

- - - - -


1 changed file:

- bin/review-update-needed


Changes:

=====================================
bin/review-update-needed
=====================================
@@ -167,7 +167,7 @@ if args.unclaim:
             else:
                 # look for packages to unclaim in this line
                 for pkg in unclaim_pkgs:
-                    if line.startswith(pkg):
+                    if line.startswith(pkg + " ("):
                         new.write(pkg + "\n")
                         break
                 else: # nothing found, write untouched line



View it on GitLab: 
https://salsa.debian.org/security-tracker-team/security-tracker/commit/30132ee544f8ab6d301ceedf08fb323dd3bb07f4

-- 
View it on GitLab: 
https://salsa.debian.org/security-tracker-team/security-tracker/commit/30132ee544f8ab6d301ceedf08fb323dd3bb07f4
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-security-tracker-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits

Reply via email to