summaryrefslogtreecommitdiffstats
path: root/bin/review-update-needed
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@debian.org>2018-11-26 16:04:36 -0500
committerAntoine Beaupré <anarcat@debian.org>2018-11-26 16:04:36 -0500
commiteccd698a055a111734c8a283a5d4f281bd208e77 (patch)
tree9e589e31a2025a695c9b122dfc880a5e37e7b5f6 /bin/review-update-needed
parent967ac352fe2b3879d0617da4f73b09d270931801 (diff)
lts; do not unclaim packages matching prefix, but complete package name
Diffstat (limited to 'bin/review-update-needed')
-rwxr-xr-xbin/review-update-needed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/review-update-needed b/bin/review-update-needed
index 7bd1846b3a..b931221b71 100755
--- a/bin/review-update-needed
+++ b/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

© 2014-2024 Faster IT GmbH | imprint | privacy policy