summaryrefslogtreecommitdiff
path: root/debian/control
diff options
authorYadd <yadd@debian.org>2021-11-13 17:55:55 +0100
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2021-11-13 22:32:55 +0000
commit01c5e092295450aca345a5597f3a075226dd1ce9 (patch)
treed0e373653af9b56a10c1ceffe25104536fefdf53 /debian/control
parent88fd2d6a3cc29c8a58b17a575b726f92db6af98a (diff)
Imported using git-ubuntu import.
Notes
Notes: * Team upload [ Debian Janitor ] * Apply multi-arch hints. + node-babel-plugin-array-includes: Add Multi-Arch: foreign. [ Yadd ] * Bump debhelper compatibility level to 13 * Modernize debian/watch * Fix GitHub tags regex * Fix filenamemangle * Use dh-sequence-nodejs * Update standards version to 4.6.0, no changes needed * Drop nodejs dependency
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.