Bastien Roucariès pushed to branch master at lintian / lintian
Commits: e17f9638 by Bastien Roucariès at 2023-07-31T11:27:13+00:00 Add a punycode and codemirror js lib - - - - - 1 changed file: - lib/Lintian/Check/Languages/Javascript/Embedded.pm Changes: ===================================== lib/Lintian/Check/Languages/Javascript/Embedded.pm ===================================== @@ -101,6 +101,8 @@ qr{(?i)/mootools(?:(?:\.v|-)[\d\.]+)?(?:-(?:(?:core(?:-server)?)|more)(?:-(?:yc| 'node-jszip-utils' => qr{(?i)jszip-utils(?:-ie)?(?:-[\d\.]+)?} . $JS_EXT, 'node-jszip' => qr{(?i)jszip(?:-ie)?(?:-[\d\.]+)?} . $JS_EXT, + 'libjs-codemirror' => qr{(?i)codemirror} . $JS_EXT, + 'libjs-punycode' => qr{(?i)punycode(?:\.es\d+)?} . $JS_EXT, # not yet available in unstable # 'xinha' => qr{(?i)/(htmlarea|Xinha(Loader|Core))} . $JS_EXT, ); View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/e17f96384208b1690fbea9d4c486699402afb945 -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/e17f96384208b1690fbea9d4c486699402afb945 You're receiving this email because of your account on salsa.debian.org.