vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 32d31fb1a6fcab9c797afcbd91ec528f849a3fc7
Merge: bb3c982 d14c2d4
Author: Yaroslav Halchenko <debian@onerussian.com>
Date: Mon Oct 13 09:38:12 2025 -0400
Merge pull request #99 from aqw/master
Fix "Get NeuroDebian" picker
commit d14c2d457fd0f2116044a1c10c35180a609cdde7
Author: Alex Waite <alex@waite.eu>
Date: Mon Oct 13 09:59:36 2025 +0200
explicitly install and load jQuery
The jQuery plugins no longer automatically link to pull in their deps.
We now install it explicitly for the sake of documentation. And load it
explicitly in the template.
commit bb3c9828bf8e6335a650250d9485fc768a778f73
Author: Yaroslav Halchenko <debian@onerussian.com>
Date: Sun Sep 28 10:11:28 2025 -0400
Install all tools/neurodebian-*sh helpers to website
commit 3faa1399e858594eee9f51ef9db013347af0725f
Author: Yaroslav Halchenko <debian@onerussian.com>
Date: Sun Sep 28 10:07:10 2025 -0400
Adjust the helper scrip to run in dockers to just use docker -- came handy to test ci script across all
commit 26513b2a33ea7e2d48d23d5aa872f32e3fab3425
Author: Yaroslav Halchenko <debian@onerussian.com>
Date: Sun Sep 28 10:06:50 2025 -0400
ci: test on both ubuntu-latest and ubuntu-22.04 our ci-setup
commit b54e370b8fb224ea90e7db0533e2c006bcf6a237
Author: Yaroslav Halchenko <debian@onerussian.com>
Date: Sun Sep 28 10:06:16 2025 -0400
BF: udpate neuro.debian.net.asc to contain both of our keys
commit d9826c42fb5a656dd574d777dfef5d78dffc3aff
Author: Yaroslav Halchenko <debian@onerussian.com>
Date: Sun Sep 28 10:05:40 2025 -0400
RF: make neurodebian-ci-setup work for all, use new location for keys, use agent to provide CI info
commit 9afaab4679bd66e394ad5a0f29934f96a97f979e
Author: Yaroslav Halchenko <debian@onerussian.com>
Date: Sun Sep 28 09:15:53 2025 -0400
Rename github ci script into neurodebian-ci-setup.sh
Duplication is evil -- we will aim to generalize them both into a single script
commit 693b775a7ba7f79a616fae22afcc41d7d0f46ca2
Author: Yaroslav Halchenko <debian@onerussian.com>
Date: Tue Sep 23 08:32:43 2025 -0400
Add backport id for plucky
commit ebdef92bef9f16b4e6090b06a2ac13c1351ac756
Merge: 07573a5 24a8d7d
Author: Yaroslav Halchenko <debian@onerussian.com>
Date: Mon Sep 8 14:36:27 2025 -0400
Merge pull request #98 from neurodebian/enh-ci
Add -y to apt-get install scripts for CI
commit 24a8d7d3e4c6fd8811c316a75f6d16ba0d98a633
Author: Yaroslav Halchenko <debian@onerussian.com>
Date: Mon Sep 8 14:09:18 2025 -0400
Add -y to apt-get install scripts for CI
Running
act -j test -v --matrix 'os:ubuntu-22.04' --matrix 'python:3.10'
on reproman locally was stalling. Adding those -y seems has helped