Your message dated Thu, 08 Apr 2021 15:48:19 +0000
with message-id <[email protected]>
and subject line unblock node-rollup-pluginutils
has caused the Debian Bug report #986617,
regarding unblock: node-rollup-pluginutils/4.1.0+~2.8.2-3
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.)


-- 
986617: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986617
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock

Please unblock package node-rollup-pluginutils

[ Reason ]
node-rollup-pluginutils has a broken symlink due to
node-typescript-types deprecation. This patch updates dependencies to
package that ship the good @types/* files (#985702)

[ Impact ]
A broken symlink and maybe missing dependencies when using
node-rollup-pluginutils with tsc (node-typescript)

[ Tests ]
Tests passed because some build dependencies are updated

[ Risks ]
Trivial patch, just updates dependencies (node-typescript-types is now a
transitional package that points to virtual node-types-node)

[ Checklist ]
  [X] all changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in testing

unblock node-rollup-pluginutils/4.1.0+~2.8.2-3
diff --git a/debian/changelog b/debian/changelog
index ff4da4b..68603db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+node-rollup-pluginutils (4.1.0+~2.8.2-3) unstable; urgency=medium
+
+  * Team upload
+  * Replace deprecated dependency to node-typescript-types by dependencies to
+    node-types-estree and node-types-node (Closes: #979762, #979775, #985702)
+
+ -- Yadd <[email protected]>  Mon, 22 Mar 2021 12:45:55 +0100
+
 node-rollup-pluginutils (4.1.0+~2.8.2-2) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 6f6f43d..c5ab2ea 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  , node-rollup-plugin-node-resolve
  , node-rollup-plugin-typescript
  , node-typescript (>= 3.7~)
- , node-typescript-types
+ , node-types-estree
  , nodejs (>= 10~)
  , dh-sequence-nodejs
  , rollup (>= 1)
@@ -31,7 +31,8 @@ Depends:
  ${misc:Depends}
  , node-estree-walker
  , node-micromatch (>= 4.0~)
- , node-typescript-types
+ , node-types-estree
+ , node-types-node
 Breaks: rollup (<< 1)
 Suggests: node-rollup-plugin-typescript
 Description: Base functionality for rollup plugins

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply via email to