Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian....@packages.debian.org
Usertags: pu

Hi,

too many dependencies are required in Buster to install anymatch. This
little fix reduce them, build/test & autopkgtest are OK.

Cheers,
Xavier
diff --git a/debian/changelog b/debian/changelog
index 49f8854..a7de1f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-anymatch (2.0.0-1+deb10u1) buster; urgency=medium
+
+  * Team upload
+  * Minimize required dependencies (Closes: #950850)
+
+ -- Xavier Guimard <y...@debian.org>  Fri, 07 Feb 2020 14:16:44 +0100
+
 node-anymatch (2.0.0-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 31ebd7b..6fa03da 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,7 @@ Depends:
  ${misc:Depends},
  nodejs,
  node-micromatch,
- node-arrify,
- mocha
+ node-normalize-path
 Description: Matches strings against configurable strings
  Javascript module to match a string against a regular expression, glob, 
string,
  or function that takes the string as an argument and returns a truthy or falsy

Reply via email to