Control: tag -1 + patch

Here it is the proposed solution.
--- a/checks/version-substvars.pm	2016-03-15 07:32:05.000000000 +0100
+++ b/checks/version-substvars.pm	2016-04-23 01:28:17.000000000 +0200
@@ -66,7 +66,7 @@
                     tag 'substvar-source-version-is-deprecated', $pkg1;
                 }
                 if (
-                    m/ ($PKGNAME_REGEX)(?: :any)? \s*           # pkg-name $1
+                    m/ ($PKGNAME_REGEX)(?: :[-a-z0-9]+)? \s*    # pkg-name $1
                        \(\s*[\>\<]?[=\>\<]\s*                  # REL 
                         \$[{](?:Source-|source:|binary:)Version[}] # {subvar}
                      /x

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to