summaryrefslogtreecommitdiffstats
path: root/bin/check-new-issues
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2016-04-03 15:41:05 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2016-04-03 15:41:05 +0000
commitc27aa292e8515507c120f5081fd4ebaa3ad40bd0 (patch)
tree86411832eef1a58c51da36e1bd3d0f4efc67ca48 /bin/check-new-issues
parentc2ff86a8215316963e8289a8d016f330584f1e98 (diff)
Update regexp to match allowd source package names as per policy 5.6.1
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@40733 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/check-new-issues')
-rwxr-xr-xbin/check-new-issues2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-new-issues b/bin/check-new-issues
index f110f521ba..9dff3969db 100755
--- a/bin/check-new-issues
+++ b/bin/check-new-issues
@@ -450,7 +450,7 @@ sub read_embedded_copies {
my ($code, $pkg);
while (my $line = <$fh>) {
- if ($line =~ /^([-\w]+)/) {
+ if ($line =~ /^([\w][\w+-.]+)/) {
$code = lc($1);
$pkg = undef;
if (exists $embed_code->{$code}) {

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