summaryrefslogtreecommitdiffstats
path: root/bin
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
commit30132ee544f8ab6d301ceedf08fb323dd3bb07f4 (patch)
treed6a3e8b1b4b5e3f9b0a0d594a1d69f88611dbcc4 /bin
parentb9fb7365cc6b12c3ee677c259f83b2baf38d409e (diff)
lts; do not unclaim packages matching prefix, but complete package name
Diffstat (limited to 'bin')
-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