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 512b4c356c842ecf7aecb81d23cb4947a910942a
Author: Otto Kekäläinen <otto@debian.org>
Date: Mon May 19 13:50:18 2025 -0700
If package has no autopkgtests, use autodep8 to run some (Closes: #10)
commit ee2e7f9243ca4c3dc84995fadf9cc498db6cc28e
Author: TheJayMann <736769+TheJayMann@users.noreply.github.com>
Date: Fri Jun 13 15:03:46 2025 +0000
Ignore quilt exit code 2
Whenever quilt attempts to apply or remove patches, and there are no
patches to apply or remove due to being at the top or bottom of the
stack, quilt give an exit status of 2. However, `set -e` in a bash
script causes the entire script to stop when it encounters any exit
status other than 0. Thus, the exit status of 2 needs to be ignored
explicitly.
commit cb208f8f6ff62f4dc95646c57a69f225e238d210
Author: Otto Kekäläinen <otto@debian.org>
Date: Sat Apr 19 16:27:50 2025 -0700
Improve logging/output for source repository enabling script
commit 2ec9027853dd0bfa05073ecccc65c48d3b1f1b86
Author: Otto Kekäläinen <otto@debian.org>
Date: Sat Apr 19 16:27:26 2025 -0700
Copy debian/ci/ correctly to avoid duplicate debian/ci/ci/ paths
commit 454aaa23c77de943a21b18a014b2c2f3b7dc0ef7
Author: Otto Kekäläinen <otto@debian.org>
Date: Wed Dec 4 17:48:17 2024 -0800
Support enabling local repo with DEBCRAFT_EXTRA_REPOSITORY
Refactor extra repositories into a separate script that handles both
remote and local extra repositories.