pkg-js-tools (0.17.0)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the 0.17.0 tag
- Git: https://salsa.debian.org/js-team/pkg-js-tools.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 5029888
- Browser: https://salsa.debian.org/js-team/pkg-js-tools
- Last scan: 2025-12-25 14:27:10+00
- Next scan: 2025-12-31 17:40:00+00
- Merge requests: 3
- CI pipeline status: success
- Debian changelog in Git:
pkg-js-tools (0.17.0) experimental; urgency=medium
* pkgjs-depends: drop old hook
* Add automatically nodejs:any into dependencies when package install a link
into /usr/bin or /usr/sbin
-- Yadd <yadd@debian.org> Mon, 13 Oct 2025 14:56:53 +0200
- This branch is 2 commits ahead of tag 0.17.0
- Git log:
commit 7ddaea02efe515cfdb3128d2f4d4887fac8f8d71
Merge: 5f1269c 5b0962e
Author: Yadd <yadd@debian.org>
Date: Thu Dec 18 15:07:10 2025 +0100
Merge branch 'pu/Dpkg-IPC-api-use' into 'master'
Pass also no_check to Dpkg::IPC spawn() and wait_child()
See merge request js-team/pkg-js-tools!20
commit 5b0962e5e465a92f9921b44f5825ac45a0fb3178
Author: Guillem Jover <guillem@debian.org>
Date: Sun Nov 23 23:23:00 2025 +0100
Pass also no_check to Dpkg::IPC spawn() and wait_child()
With the upcoming dpkg 1.23.0, the "nocheck" option is deprecated and
emits a warning to that effect, which is replaced by the "no_check"
option.
To ease in the migration and to avoid making code not backportable,
the deprecated option is accepted with no warning if the new option is
passed as well, so that both old and new dpkg modules can be used.
Only after 1.24.0 the old option will be obsoleted and unconditionally
start generating warnings or errors.