Your message dated Sun, 27 Feb 2022 21:48:35 +0000
with message-id <[email protected]>
and subject line Bug#1005335: fixed in eslint 6.4.0~dfsg+~6.1.9-4
has caused the Debian Bug report #1005335,
regarding eslint: Please update to node-regenerate-unicode-properties 10
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1005335: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005335
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: eslint
Version: 6.4.0~dfsg+~6.1.9-2
Severity: wishlist
Tags: patch

Hi,

node-regenerate-unicode-properties API changed. Here is a patch to use
version 10 (pushed to experimental)

Cheers,
Yadd
diff --git a/debian/control b/debian/control
index 138fd942..ae22a9a6 100644
--- a/debian/control
+++ b/debian/control
@@ -53,7 +53,7 @@ Build-Depends:
  node-progress <!nocheck>,
  node-proxyquire <!nocheck>,
  node-recast <!nocheck>,
- node-regenerate-unicode-properties <!nocheck> <!nodoc>,
+ node-regenerate-unicode-properties (>= 10) <!nocheck> <!nodoc>,
  node-regexpp <!nocheck> <!nodoc>,
  node-semver <!nocheck>,
  node-shelljs <!nocheck>,
@@ -99,7 +99,7 @@ Depends:
  node-mkdirp,
  node-optionator,
  node-progress,
- node-regenerate-unicode-properties,
+ node-regenerate-unicode-properties (>= 10),
  node-regexpp,
  node-semver,
  node-strip-json-comments,
diff --git a/debian/patches/1001_use_regenerate-unicode-properties.patch 
b/debian/patches/1001_use_regenerate-unicode-properties.patch
index 5fa41188..717046e2 100644
--- a/debian/patches/1001_use_regenerate-unicode-properties.patch
+++ b/debian/patches/1001_use_regenerate-unicode-properties.patch
@@ -11,9 +11,9 @@ This patch header follows DEP-3: 
http://dep.debian.net/deps/dep3/
  
//------------------------------------------------------------------------------
  
 -const LETTER_PATTERN = require("./utils/patterns/letters");
-+const letters = 
require("regenerate-unicode-properties/General_Category/Letter.js"),
-+    lettersUppercase = 
require("regenerate-unicode-properties/General_Category/Uppercase_Letter.js"),
-+    lettersLowercase = 
require("regenerate-unicode-properties/General_Category/Lowercase_Letter.js");
++const letters = 
require("regenerate-unicode-properties/General_Category/Letter.js").characters,
++    lettersUppercase = 
require("regenerate-unicode-properties/General_Category/Uppercase_Letter.js").characters,
++    lettersLowercase = 
require("regenerate-unicode-properties/General_Category/Lowercase_Letter.js").characters;
  const astUtils = require("./utils/ast-utils");
  
  
//------------------------------------------------------------------------------
@@ -54,7 +54,7 @@ This patch header follows DEP-3: 
http://dep.debian.net/deps/dep3/
      "natural-compare": "^1.4.0",
      "optionator": "^0.8.2",
      "progress": "^2.0.0",
-+    "regenerate-unicode-properties": "^1.0.0",
++    "regenerate-unicode-properties": "^10.0.0",
      "regexpp": "^2.0.1",
      "semver": "^6.1.2",
      "strip-ansi": "^5.2.0",

--- End Message ---
--- Begin Message ---
Source: eslint
Source-Version: 6.4.0~dfsg+~6.1.9-4
Done: Jonas Smedegaard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
eslint, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <[email protected]> (supplier of updated eslint package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 27 Feb 2022 22:33:14 +0100
Source: eslint
Architecture: source
Version: 6.4.0~dfsg+~6.1.9-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1005335
Changes:
 eslint (6.4.0~dfsg+~6.1.9-4) unstable; urgency=medium
 .
   * add patches cherry-picked upstream:
     + stop use deprecated Node.js module leche
       and adjust whitespace tolerance;
       stop build-depend on node-leche
     + remove loose-parser tests;
       stop build-depend on node-acorn
     + use newer Node.js module espree;
       tighten build-dependency on node-espree
   * update patch 1001 to use newer API;
     tighten (build-)dependency on node-regenerate-unicode-properties;
     closes: bug#1005335, thanks to Yadd
   * unfuzz patches
Checksums-Sha1:
 30be5cd4a6412f2881d717d61c94e02fd86d802b 4304 eslint_6.4.0~dfsg+~6.1.9-4.dsc
 bd7f2b6fc3ecbbd137ae3aaffa114187e8787ff0 51424 
eslint_6.4.0~dfsg+~6.1.9-4.debian.tar.xz
 2557d8418295edc6b9c31e77fdfabc95d6295705 16771 
eslint_6.4.0~dfsg+~6.1.9-4_amd64.buildinfo
Checksums-Sha256:
 1482a9c47a835c23d1320f52fd899498c2ff13265bdf625e27e0a4521f191486 4304 
eslint_6.4.0~dfsg+~6.1.9-4.dsc
 2f5750be202ecc7194b1b3e275ad2350f5218808c4c12a466f9c917e8aa10946 51424 
eslint_6.4.0~dfsg+~6.1.9-4.debian.tar.xz
 e32cd7f7f421a6ee5ac9a5980ccafe85de8af9f135c3ce7db230b22a7b00bb7b 16771 
eslint_6.4.0~dfsg+~6.1.9-4_amd64.buildinfo
Files:
 bbb998ad96d1f969a9004ec8f0bfbf9f 4304 javascript optional 
eslint_6.4.0~dfsg+~6.1.9-4.dsc
 a1068cc760714cf0b8075d89fdc67a26 51424 javascript optional 
eslint_6.4.0~dfsg+~6.1.9-4.debian.tar.xz
 5a17ebc3be8fc50d96f0c781085a6d99 16771 javascript optional 
eslint_6.4.0~dfsg+~6.1.9-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmIb71YACgkQLHwxRsGg
ASHpNA//eGh5DdXwC90RdTXiB9j3eSka5BsRK95CZoxZ1HP0YU4StgITccYzDoAM
riTK33aYacPPoDT0DwjE9a1x2B/R4NSOnZvBkigx5pP3e0Bq8VAWWmtXZZBCHlUw
7FtRrRNujakgEIzxDp6kSANzxhTPezxJpSrS0witIxM99Kx/uZ/PmGZ1b6N+e6Rr
lS8aUBRdBZQvIQI57ln/3B/Vc0Zhi6A6qU5ek3aBlm+B/9aSwDpwhKSJvzPvwoBO
zPdvtdL8IgXSrZGs8+y1FLxGv+JmidQJepfSTdlqzatihIpvnXdxmwA+9pJq+1cw
s/MvhOennjHyxj4rBBGB01UmUxO8IRVDi46hDfDMBHAYsIaccnRZnpDEhQp44rw6
RmcKkdFubv+ExqZFzTlJnPYRdDouqiXvBViAg0FcDINGKNdcMPQX1+RCwTh5kgyL
CYCnYauMZm7bsdn3RlFtvIyb+tmqFxrgdiBNi1a4IoQVV+0MZEA4Qsj5Z9xOGMy9
QUa29jbMIW0lbACUx59Rtovfo1/eUEgqL68YBf89wwdmJ4kNGr3mmZ/KvnoMzZVp
NhPktImNY06W+GDAKCLxKuCbJ/x3ndieO4yafax2euovGirDWXlVp7dAyUGBIoIS
4gXNEp26l/vLEeg9NgRoyaBA0disyI2VqXKYq9yi4qCLKemme/A=
=32mQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to