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 2200205382d06318a0fe6f46e36479e90e6081ae
Merge: 85ec92e 9b6e5d7
Author: Guido Günther <agx@debian.org>
Date: Thu Dec 11 10:14:07 2025 +0000
Merge branch 'mr/68' into 'master'
More bits from !68 to enable skipped tests
See merge request agx/git-buildpackage!73
commit 9b6e5d723fc602f66d6a5c6dd3251475c4ee2971
Author: Wesley Hershberger <wesley.hershberger@gmail.com>
Date: Sat Dec 6 11:01:24 2025 -0600
tests/rpm: Rename so that pytest will run this test
Signed-off-by: Wesley Hershberger <wesley.hershberger@gmail.com>
commit 54c532fdcef2f1b578d65ce360ae8e776350acfa
Author: Wesley Hershberger <wesley.hershberger@gmail.com>
Date: Sun Nov 30 21:21:23 2025 -0600
tests/rpm: Use unittest.TestCase and mark expectedFailure
I've xfailed the failing ones as I don't have the knowledge of the RPM
ecosystem to resolve these - I suspect churn in the specfile format.
Signed-off-by: Wesley Hershberger <wesley.hershberger@gmail.com>
commit e6232c8e1b0b4922d8bf5f34291102ee7cbd8c02
Author: Wesley Hershberger <wesley.hershberger@gmail.com>
Date: Sun Nov 30 21:03:35 2025 -0600
tests/submodules: Refactor using unittest.TestCase
Rename so that pytest will run this test.
Signed-off-by: Wesley Hershberger <wesley.hershberger@gmail.com>
commit e5d04de254ee20ec174ed90286636c9ca72c1512
Author: Wesley Hershberger <wesley.hershberger@gmail.com>
Date: Sun Nov 30 20:17:52 2025 -0600
tests/gbp_import_orig: Ensure Salsa returns 404
Salsa began offering a 302 redirect to a 200 sign-in page instead of a
404 at the previous URL.
Rename so that pytest will run this test.
Signed-off-by: Wesley Hershberger <wesley.hershberger@gmail.com>
commit ef6434977385f4f8eeec80b3b1b91097f1271c1a
Author: Wesley Hershberger <wesley.hershberger@gmail.com>
Date: Sun Nov 30 13:05:19 2025 -0600
tests/rpm_changelog: Use unittest.TestCase
Rename so that pytest will run this test.
Signed-off-by: Wesley Hershberger <wesley.hershberger@gmail.com>
commit c5f39dfb5f18ba3a3032fcbf434024ac4b7df601
Author: Wesley Hershberger <wesley.hershberger@gmail.com>
Date: Sun Nov 30 11:21:55 2025 -0600
tests/fastimport: Use unittest.TestCase
Rename so that pytest will run this test.
Signed-off-by: Wesley Hershberger <wesley.hershberger@gmail.com>
commit 85ec92e9874031fbe6d987e04be48f8a164f28b4
Merge: b7abd32 0691eab
Author: Guido Günther <agx@debian.org>
Date: Thu Dec 11 09:38:10 2025 +0000
Merge branch 'mr/68' into 'master'
Pull parts of !68
See merge request agx/git-buildpackage!72
commit 0691eab2cbd4073437177218cfcaaf1da32d3f70
Author: Wesley Hershberger <wesley.hershberger@gmail.com>
Date: Sun Nov 30 10:09:02 2025 -0600
tests: Rename unittests so that they will be run by pytest
Signed-off-by: Wesley Hershberger <wesley.hershberger@gmail.com>
commit 954d5d5c168c32d9912a08a42fdac866196e6eba
Author: Wesley Hershberger <wesley.hershberger@gmail.com>
Date: Thu Nov 27 07:49:48 2025 -0600
pq: Typo
Signed-off-by: Wesley Hershberger <wesley.hershberger@gmail.com>
commit b7abd3290e775281751b198e0c588e28cbd5ebf4
Merge: 3a6a8db 75d12bb
Author: Guido Günther <agx@debian.org>
Date: Wed Dec 3 13:58:42 2025 +0000
Merge branch 'pdo' into 'master'
component: Move uscan test to people.debian.org
See merge request agx/git-buildpackage!69
commit 75d12bba230160d2975d594366aef0d91a88c16f
Author: Guido Günther <agx@sigxcpu.org>
Date: Wed Dec 3 14:34:30 2025 +0100
test-clone: Avoid pristine-tar
libvirt-glib added that making the test fail like
FAILED tests/component/deb/test_clone.py::TestClone::test_clone_vcsgit_ok - AssertionError: Branches: expected ['debian/sid', 'upstream/latest'], found ['debian/sid', 'pristine-tar', 'upstream/latest']
Disable pristine-tar as that doesn't add anything and only slows down
the tests.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
commit 34163bd466360d5cb9790ed05a3e2b2de05c654d
Author: Guido Günther <agx@sigxcpu.org>
Date: Wed Dec 3 14:19:31 2025 +0100
component: Move uscan test to people.debian.org
This is more robust than VM that gets knocked off by AI scrapers
ever so often.
Signed-off-by: Guido Günther <agx@sigxcpu.org>