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
commit4b23653050ee2e33b8d1c10840f1214c3f24aa68 (patch)
treee872231cc905644650045c9809323fcfc6bcf883 /bin/check-new-issues
parent07c994233ff3cb6b0bacad3e3df9cd16261cb64e (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