Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package node-caniuse-api [ Reason ] FTBFS due to STDERR warning [ Impact ] autopkgtest fails [ Tests ] Fixed [ Risks ] No risk [ Checklist ] [X] all changes are documented in the d/changelog [X] I reviewed all changes and I approve them [X] attach debdiff against the package in testing Cheers, Yadd unblock node-caniuse-api/3.0.0-3
diff --git a/debian/changelog b/debian/changelog index 5661f1f..24df880 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +node-caniuse-api (3.0.0-3) unstable; urgency=medium + + * Team upload + * Fix GitHub tags regex + * Allow stderr in autopkgtest + + -- Yadd <y...@debian.org> Sat, 31 Jul 2021 12:39:34 +0200 + node-caniuse-api (3.0.0-2) unstable; urgency=medium * Build with Babel 7 diff --git a/debian/tests/autopkgtest-pkg-nodejs.conf b/debian/tests/autopkgtest-pkg-nodejs.conf new file mode 100644 index 0000000..f7694bb --- /dev/null +++ b/debian/tests/autopkgtest-pkg-nodejs.conf @@ -0,0 +1 @@ +extra_restrictions=allow-stderr diff --git a/debian/watch b/debian/watch index e878e7a..0b7b347 100644 --- a/debian/watch +++ b/debian/watch @@ -2,4 +2,4 @@ version=3 opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\ filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-caniuse-api-$1.tar.gz/ \ - https://github.com/nyalab/caniuse-api/tags .*/archive/v?([\d\.]+).tar.gz + https://github.com/nyalab/caniuse-api/tags .*/archive/.*/v?([\d\.]+).tar.gz