vcswatch reports that
this package seems to have a new changelog entry (version
2.25.6, 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 86a5514adc5c9c2b971297fd6ba9f354e2311983
Author: Otto Kekäläinen <otto@debian.org>
Date: Fri Mar 7 15:35:43 2025 -0800
dep-14-convert: Fix bug and refactor Salsa project slug detection
Running `git ls-remote --get-url | grep -oP "git@salsa.debian.org:\K(.*)[^.git]"`
on `git@salsa.debian.org:games-team/vcmi.git` would result in
`git@salsa.debian.org:games-team/vcm` ('i' missing at the end) because
the regular expression was excluding individual characters, not the whole
'.git' string.
Refactor the code into a separate `find_salsa_remote` function which is
longer, but more clear in how it works and does not have this bug anymore.
commit 77cf7ba3d60178003efb37b4312db1e488a418ca
Author: Otto Kekäläinen <otto@debian.org>
Date: Sun Feb 9 16:10:54 2025 -0800
dep-14-convert: Add man page and other documentation
As per README.newscripts.
commit fc00de8af8169429bcd0025ef25d8e08b185aaa6
Author: Otto Kekäläinen <otto@debian.org>
Date: Sun Mar 9 21:56:38 2025 -0700
Revert "dep-14-convert: Document '--apply' flag"
This reverts commit 8385a0c59109732ebcbff5fcd7a95dbcbc5dc579.
The flag is not implemented, so it should not yet be shown in the list
of available options.
commit 3acb8d8dcd0688ed11729d72221cdb6b06f9d107
Author: Holger Levsen <holger@layer-acht.org>
Date: Sun Mar 9 13:11:38 2025 +0100
Update po4a.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
commit 8b9df562122c52aca267c4b13107fb7fd2fb88c4
Author: Adrian Bunk <bunk@debian.org>
Date: Sun Mar 9 12:39:45 2025 +0200
debchange: Document --date in the manpage
Signed-off-by: Holger Levsen <holger@layer-acht.org>
commit dae64961d01624e8f0b71604fc0699768d5c257e
Author: Alexandre Detiste <tchet@debian.org>
Date: Sat Mar 8 21:22:37 2025 +0100
remove ref to removed "dpatch" & "cdbs-edit-patch"
commit cb36f95df73b9fcb9f9aa02ce5981d38a167dde7
Author: Alexandre Detiste <tchet@debian.org>
Date: Sat Mar 8 21:18:43 2025 +0100
remove manpage link to long removed "dbs" & "dpatch"
commit e6daa740f303a6e59fe5ace162e361b20499c3d6
Author: Alexandre Detiste <tchet@debian.org>
Date: Sat Mar 8 21:05:36 2025 +0100
remove support for removed "dpatch" & "cdbs-edit-patch"
commit 62843037bac99f84de2a583b3a35e5854d73f4b1
Author: Adrian Bunk <bunk@debian.org>
Date: Fri Mar 7 21:27:33 2025 +0200
nmudiff: Improve wording of email
Signed-off-by: Holger Levsen <holger@layer-acht.org>
commit 1b3c976c7010cda1bfd8515e90adfd543fcf77ba
Author: Dorle Osterode <dorle.osterode@mailbox.org>
Date: Mon Mar 3 19:18:41 2025 +0100
(de) po4a/po/de.po: Update translation
Update translation for bts man page.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
commit 619df5eddf20bda61630d7e05bec25aa29cd8a0b
Author: Adrian Bunk <bunk@debian.org>
Date: Thu Mar 6 16:38:11 2025 +0200
nmudiff: Add diffstat to the diff
Signed-off-by: Holger Levsen <holger@layer-acht.org>
commit 501882c237341d57cd3b663e2ca61fb9297373cd
Author: Holger Levsen <holger@layer-acht.org>
Date: Thu Feb 27 10:19:40 2025 +0100
Bump Standard-Version to 4.7.2, no changes needed.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
commit fdb4bda02758feb8e1c7abebd65b95c914631072
Author: Holger Levsen <holger@layer-acht.org>
Date: Tue Feb 25 13:20:31 2025 +0100
Start 2.25.6 development.
d/changelog entries will be written on release
using the git commit messages.
Use 'gbp dch --since v2.25.5 --multimaint-merge'
to write d/changelog entries since that last release.
Gbp-Dch: ignore
Signed-off-by: Holger Levsen <holger@layer-acht.org>