[Pkg-javascript-devel] Bug#898457: Depends on non-existent package node-mkdir
Andreas Moog
andreas.moog at warperbbs.de
Fri May 11 21:33:36 BST 2018
Source: node-mocha
Severity: serious
Tags: patch
Hi there,
it appears that the latest commits and uploads have introduced a wrong
dependency on node-mkdir, which doesn't exist.
I pushed the attached diff to the salsa repository, but since I'm only a DM, I
can't upload the package. I will request sponsorship if a couple days pass and no
upload happened.
Thanks!
Cheers,
Andreas
-- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.15.0-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-------------- next part --------------
>From 4f3060d2736c5182dd0325065a1099102c77ac43 Mon Sep 17 00:00:00 2001
From: Andreas Moog <andreas.moog at warperbbs.de>
Date: Fri, 11 May 2018 22:29:17 +0200
Subject: [PATCH] Fix broken Depends on node-mkdirp
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 576f676..08d6e09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-mocha (4.0.1-6) unstable; urgency=medium
+
+ * Team upload.
+ * Fix broken depends on node-mkdirp
+
+ -- Andreas Moog <andreas.moog at warperbbs.de> Fri, 11 May 2018 22:29:49 +0200
+
node-mocha (4.0.1-5) unstable; urgency=medium
* Team upload
diff --git a/debian/control b/debian/control
index 85f7c88..4d626bb 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,7 @@ Depends:
, node-glob (>= 7.1.2)
, node-growl (>= 1.7.0)
, node-he (>= 1.1.1)
- , node-mkdir (>= 0.5.1)
+ , node-mkdirp (>= 0.5.1)
, node-supports-color (>= 4.4.0)
, libjs-mocha (= ${source:Version})
Description: simple, flexible, fun test framework - Node.js module
--
2.17.0
More information about the Pkg-javascript-devel
mailing list