Package: node-gulp-coffee Version: 3.0.2 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu kinetic ubuntu-patch
Dear Maintainer, This package FTBFS on arm64 because it timeouts on some tests (https://tests.reproducible-builds.org/debian/rb-pkg/unstable/arm64/node-gulp-coffee.html). In Ubuntu, we fixed that with the following patch, it was successfully published (https://launchpad.net/ubuntu/+source/node-gulp-coffee/3.0.2-1ubuntu1) Thanks for considering the patch. -- System Information: Debian Release: bookworm/sid APT prefers jammy-updates APT policy: (500, 'jammy-updates'), (500, 'jammy-security'), (500, 'jammy'), (100, 'jammy-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.15.0-30-generic (SMP w/16 CPU threads) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru node-gulp-coffee-3.0.2/debian/tests/pkg-js/test node-gulp-coffee-3.0.2/debian/tests/pkg-js/test --- node-gulp-coffee-3.0.2/debian/tests/pkg-js/test 2022-05-12 17:23:54.000000000 +0200 +++ node-gulp-coffee-3.0.2/debian/tests/pkg-js/test 2022-05-24 16:35:49.000000000 +0200 @@ -1 +1 @@ -mocha +mocha --timeout=15000

