[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#950854: buster-pu: package node-anymatch/2.0.0-1+deb10u1



Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org@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 <yadd@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 to: