diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-14 06:00:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-30 17:05:25 +0000 |
commit | 4bf17a216aa2ce58bf8c22f026da11c3d92c3e36 (patch) | |
tree | ff46ccbb0d2b33e07f4c556839eb90af90544c2a | |
parent | Updating to standards version 4.6.2. (diff) | |
download | zmodemjs-4bf17a216aa2ce58bf8c22f026da11c3d92c3e36.tar.xz zmodemjs-4bf17a216aa2ce58bf8c22f026da11c3d92c3e36.zip |
Adding explicit build-depends on webpack for newer pkg-js-tools (Closes: #1005454).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 7f9a8fd..c50cc44 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> Build-Depends: debhelper-compat (= 13), pkg-js-tools, + webpack, Rules-Requires-Root: no Standards-Version: 4.6.2 Homepage: https://github.com/FGasper/zmodemjs |