[Pkg-javascript-devel] [RFS] --- node-token-types
Yadd
yadd at debian.org
Sun Mar 21 10:52:30 GMT 2021
Le 21/03/2021 à 10:39, VIVEK K J a écrit :
> Hi there,
> I've been packed a node module named node-token-types. The repository is
> available at https://salsa.debian.org/vivekkj/node-token-types
> <https://salsa.debian.org/vivekkj/node-token-types.> . Requesting for
> sponsorship.
Hi,
please apply this fix
Cheers,
Xavier
-------------- next part --------------
diff --git a/debian/control b/debian/control
index 60ada24..0167143 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,12 @@ Uploaders: Vivek K J <vivekkj at protonmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
- , pkg-js-tools (>= 0.9.35)
+ , dh-sequence-nodejs
, node-typescript (>= 4.1.3)
- , node-mocha (>= 8.2.1)
+ , mocha (>= 8.2.1) <!nocheck>
, node-chai (>= 4.2.0)
, node-ieee754 (>= 1.2.1) <!nocheck>
- , ts-node (>=9.1.1)
+ , ts-node (>= 9.1.1)
Standards-Version: 4.5.1
Homepage: https://github.com/Borewit/token-types#readme
Vcs-Git: https://salsa.debian.org/js-team/node-token-types.git
diff --git a/debian/rules b/debian/rules
index 03f3e39..d187380 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
- dh $@ --with nodejs
+ dh $@
override_dh_auto_build:
tsc --p lib
diff --git a/debian/tests/pkg-js/test b/debian/tests/pkg-js/test
index f6caeab..3bac8cb 100644
--- a/debian/tests/pkg-js/test
+++ b/debian/tests/pkg-js/test
@@ -1 +1 @@
-mocha --require ts-node/register --require source-map-support/register --full-trace --recursive test/test-*.tsmocha --require ts-node/register --require source-map-support/register --full-trace --recursive test/test-*.ts
+mocha --require ts-node/register --require source-map-support/register --full-trace --recursive test/test-*.ts
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 6ee63d6..a1f3a62 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,7 +1,6 @@
---
Archive: GitHub
Bug-Database: https://github.com/Borewit/token-types/issues
-Contact: https://github.com/Borewit/token-types/issues
-Name: token-types
+Bug-Submit: https://github.com/Borewit/token-types/issues/new
Repository: https://github.com/Borewit/token-types.git
Repository-Browse: https://github.com/Borewit/token-types
More information about the Pkg-javascript-devel
mailing list