Your message dated Fri, 10 May 2019 23:12:42 +0200
with message-id <9a621983-43c4-73ea-644d-704ec3c50...@debian.org>
and subject line Re: unblock: node-regjsparser/0.6.0+ds-2
has caused the Debian Bug report #928623,
regarding unblock: node-regjsparser/0.6.0+ds-2
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 ow...@bugs.debian.org
immediately.)
--
928623: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928623
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package node-regjsparser
Hi all,
following #928610 (unblock node-unicode-data), here is a rebuild of
node-regjsparser using unicode 12.0.0.
Full changes:
* Add upstream/metadata
* Build-depend on node-unicode-12.0.0
* Declare compliance with policy 4.3.0
Reverse dependencies:
- node-regexpu-core
+-> node-babel-preset-es2015
+-> node-babel-preset-latest
+-> node-babel-preset-es2015-loose
+-> node-css-selector-tokenizer
+-> node-css-loader
+-> node-buble
+-> node-rollup-plugin-buble
+-> rollup
The changes on installed files are related only to unicode update.
Cheers,
Xavier
unblock node-regjsparser/0.6.0+ds-2
-- System Information:
Debian Release: buster/sid
APT prefers testing
APT policy: (900, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-4-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff --git a/debian/changelog b/debian/changelog
index df1d0d1..660b4a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+node-regjsparser (0.6.0+ds-2) unstable; urgency=medium
+
+ * Team upload
+ * Add upstream/metadata
+ * Build-depend on node-unicode-12.0.0
+ * Declare compliance with policy 4.3.0
+
+ -- Xavier Guimard <y...@debian.org> Tue, 07 May 2019 18:25:20 +0200
+
node-regjsparser (0.6.0+ds-1) unstable; urgency=medium
* New upstream release.
@@ -22,9 +31,9 @@ node-regjsparser (0.4.0+ds-1) unstable; urgency=medium
* New upstream release.
* Refresh packaging:
- Use my debian.org mail address.
- - Bump dh compat to 11.
- - Point Vcs-* fields to salsa.
- - Bump std-ver to 4.2.1.
+ - Bump dh compat to 11.
+ - Point Vcs-* fields to salsa.
+ - Bump std-ver to 4.2.1.
-- Julien Puydt <jpu...@debian.org> Sat, 01 Sep 2018 07:25:56 +0200
diff --git a/debian/control b/debian/control
index b8610a4..86730df 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpu...@debian.org>
-Build-Depends: debhelper (>= 11), nodejs (>= 6), node-regenerate,
node-unicode-11.0.0
-Standards-Version: 4.2.1
+Build-Depends: debhelper (>= 11), nodejs (>= 6), node-regenerate,
node-unicode-12.0.0
+Standards-Version: 4.3.0
Homepage: https://github.com/jviereck/regjsparser
Vcs-Git: https://salsa.debian.org/js-team/node-regjsparser.git
Vcs-Browser: https://salsa.debian.org/js-team/node-regjsparser
diff --git a/debian/patches/series b/debian/patches/series
index 1585e6c..5b9ca50 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
use_own_identifier_regex.patch
+unicode-12.diff
diff --git a/debian/patches/unicode-12.diff b/debian/patches/unicode-12.diff
new file mode 100644
index 0000000..2ecc6f3
--- /dev/null
+++ b/debian/patches/unicode-12.diff
@@ -0,0 +1,26 @@
+Description: Bump unicode version to 12
+Author: Xavier Guimard <y...@debian.org>
+Forwarded: no
+Last-Update: 2019-05-07
+
+--- a/package.json
++++ b/package.json
+@@ -24,6 +24,6 @@
+ },
+ "devDependencies": {
+ "regenerate": "~1.0.1",
+- "unicode-11.0.0": "^0.7.8"
++ "unicode-12.0.0": "^0.7.8"
+ }
+ }
+--- a/tools/generate-identifier-regex.js
++++ b/tools/generate-identifier-regex.js
+@@ -3,7 +3,7 @@
+ var regenerate = require('regenerate');
+
+ // Which Unicode version should be used?
+-var version = '11.0.0'; // note: also update `package.json` when this changes
++var version = '12.0.0'; // note: also update `package.json` when this changes
+
+ // Shorthand function
+ var get = function(what) {
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..cba4aa8
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Archive: GitHub
+Bug-Database: https://github.com/jviereck/regjsparser/issues
+Contact: https://github.com/jviereck/regjsparser/issues
+Name: regjsparser
+Repository: https://github.com/jviereck/regjsparser.git
+Repository-Browse: https://github.com/jviereck/regjsparser
--- End Message ---
--- Begin Message ---
Hi yadd,
On Tue, 07 May 2019 22:39:59 +0200 Xavier Guimard <y...@debian.org> wrote:
> unblock node-regjsparser/0.6.0+ds-2
Unblocked, thanks.
Paul
--- End Message ---