summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index fd0774b..01bbe3d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
-Build-Depends: debhelper-compat (= 12)
+Build-Depends: debhelper-compat (= 13)
, chai <!nocheck>
, mocha <!nocheck>
, node-babel7
- , pkg-js-tools (>= 0.9.35~)
-Standards-Version: 4.5.0
+ , dh-sequence-nodejs
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-babel-plugin-array-includes
Vcs-Git: https://salsa.debian.org/js-team/node-babel-plugin-array-includes.git
Homepage: https://github.com/stoeffel/babel-plugin-array-includes
@@ -18,7 +18,7 @@ Rules-Requires-Root: no
Package: node-babel-plugin-array-includes
Architecture: all
Depends: ${misc:Depends}
- , nodejs
+Multi-Arch: foreign
Description: Babel plugin to replace the array includes syntax
This Babel plugin replaces the array includes(val) syntax with a check
based on indexOf.