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
commitc00d23150a1be109133ddf85fb341f7137dbdbc5 (patch)
treea9c40c9e51b90c9fc7f1163a36b6830881257de9 /bin/review-update-needed
parentbac5d5856158d9d162f83068e6df9be9c64fdb69 (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