vcswatch reports that
this package seems to have a new changelog entry (version
3.4.6-1, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit d9aadd82505e2d8c9d18953a78048c10e1d40f22
Author: William Desportes <williamdes@wdes.fr>
Date: Sat Jul 18 23:33:45 2026 +0200
Drop the phpsysinfo.xslt install line for 3.4.6
Upstream moved phpsysinfo.xslt to templates/index_static.xslt, which is
already installed via the templates/ directory. The explicit line now
matched no file and broke dh_install.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
commit 8f17563b13ae732e9641efac2b5acaf1c8672107
Author: William Desportes <williamdes@wdes.fr>
Date: Sat Jul 18 22:44:54 2026 +0200
Refresh patches
commit ff3dc80ae3903c248d2871c2e10427fdb58be680
Author: William Desportes <williamdes@wdes.fr>
Date: Thu Jul 16 11:03:33 2026 +0200
Refresh the config-path patch for 3.4.6
read_config.php dropped the ARRAY_EXP define next to the config-file
setup, so the patch context no longer matched. Refresh it (unchanged
effect: PSI_CONFIG_FILE_PATH override + the config path in the two error
messages).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
commit e3a65eeb2428fb2e1ab3224824e96d48a7343bd4
Author: William Desportes <williamdes@wdes.fr>
Date: Thu Jul 16 10:50:36 2026 +0200
d/ch
commit 661acbc5ce271c970312207b4b212cd71fd2228e
Author: William Desportes <williamdes@wdes.fr>
Date: Thu Jul 16 00:57:51 2026 +0200
Point d/phpsysinfo.links at templates/bootstrap/vendor for 3.4.6
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
commit 3a2d10d7ace909b655e606089cd66ae66fbd2140
Author: William Desportes <williamdes@wdes.fr>
Date: Thu Jul 16 00:57:16 2026 +0200
Update lintian override paths for the 3.4.6 js/ reorg
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
commit ccbcf2ab1b23cc02a28299ae7349956c22f1f827
Author: William Desportes <williamdes@wdes.fr>
Date: Thu Jul 16 00:56:16 2026 +0200
Update d/copyright paths for the 3.4.6 js/ and templates/ reorg
Upstream moved js/jQuery, js/vendor and js/phpSysInfo into js/common,
js/dynamic and js/bootstrap, templates/vendor into templates/bootstrap/vendor
(dropping the "bootstrap-" prefix) and templates/plugin into
templates/dynamic/plugin. Remap all Files paths, drop the removed
js/vendor/bootstrap-modal.js and js/vendor/bootstrap-util.js, and add the new
templates/bootstrap/vendor/opera11.css.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
commit 927e897650c93cd86e8aae6cb5255cf997cc54e3
Merge: 9f467d1 57bec27
Author: William Desportes <williamdes@wdes.fr>
Date: Thu Jul 16 00:41:39 2026 +0200
Update upstream source from tag 'upstream/3.4.6'
Upstream changes since 3.4.4 (includes 3.4.5):
- New themes: catppuccin, tomorrow-night-eighties, tokyo-night-storm
- New TRUSTED_PROXIES option
- Removed the bundled Bootstrap JavaScript code
- ~40 newly detected distributions (AnduinOS, Chimera, Mauna, ...)
- FreeBSD: ThermalZone sensor support, per-processor usage and a fix
for memory usage on 14.1
- Asturian translation (ast)
The js/ and templates/ trees were reorganised (js/jQuery, js/vendor and
js/phpSysInfo -> js/common, js/dynamic and js/bootstrap; templates/vendor
-> templates/bootstrap/vendor with the "bootstrap-" prefix dropped;
templates/plugin -> templates/dynamic/plugin). This requires remapping
the file paths in d/copyright, both d/*.lintian-overrides and
d/phpsysinfo.links, and dropping js/vendor/bootstrap-modal.js and
js/vendor/bootstrap-util.js which upstream removed.
commit 57bec277e4776877301833951dad4f07e70d5319
Author: William Desportes <williamdes@wdes.fr>
Date: Thu Jul 16 00:41:37 2026 +0200
New upstream version 3.4.6
commit 9f467d1084d20fbff57f8c4357a2b6c9b27102b6
Author: William Desportes <williamdes@wdes.fr>
Date: Sat Jul 11 17:07:31 2026 +0200
Override the obsolete-bootstrap tag
phpSysInfo's web UI targets Bootstrap 4; upstream has not ported to Bootstrap 5
(not a drop-in replacement).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
commit 8642fd7b9bc4823d2a8efebf5f7a1057f780ccf2
Author: William Desportes <williamdes@wdes.fr>
Date: Sat Jul 11 16:47:03 2026 +0200
Migrate d/watch to version 5
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
commit 43df2ed540d16b2f989f712f14361e5aafa9e7a3
Author: William Desportes <williamdes@wdes.fr>
Date: Sat Jul 11 17:07:31 2026 +0200
Use Architecture instead of the deprecated skip-not-installable
The selenium test needs chromium-driver, which is built only on amd64,
arm64, armhf, i386 and ppc64el; list exactly those (lintian's
recommended replacement for skip-not-installable).
The remaining architectures are excluded because chromium is not built
there:
- riscv64: a working build patch exists but is not accepted yet
(#1051998); the nearest candidate to add later
- s390x: fails to build ("Unknown CPU: s390x"), needs upstream work
(#1053767)
- armel: also requested in #1053767, but no longer a release architecture
- mips64el: not supported by chromium
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
commit 0fa8f7d00adeb9f53b29f82188734ae039f65387
Author: William Desportes <williamdes@wdes.fr>
Date: Sat Jul 11 16:47:04 2026 +0200
Remove the undefined .IX macros from the man page
The hand-written man page carried pod2man ".IX Header" index calls without
the pod2man preamble that defines the .IX macro, so groff warned "name 'IX'
not defined". They are no-ops outside index generation. Clears groff-message.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
commit da493688cc70666f054091684f1bc27424314d73
Author: William Desportes <williamdes@wdes.fr>
Date: Sat Jul 11 16:47:03 2026 +0200
Fix the old FSF address in d/copyright
Use the GNU licenses URL instead of the old postal address, matching the
other GPL blocks in this file. Clears lintian old-fsf-address-in-copyright-file.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
https://salsa.debian.org/api/v4/projects/php-team%2Fpear%2Fphpsysinfo API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.