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 f5f72a13f14e5e0ac888d2c391f928ef7000be00
Merge: 2e4a6e9 71b415e
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date: Wed Aug 28 15:50:09 2024 +0000
Merge branch 'fix-dcut-migrate-version' into 'master'
dcut migrate: relax version check
See merge request debian/dput-ng!32
commit 2e4a6e9297e77236dcb0da42d17e889b05b01bf3
Merge: f134eff 20db0db
Author: Ben Hutchings <benh@debian.org>
Date: Mon Jul 1 22:21:01 2024 +0000
Merge branch 'fix-rsync-scp' into 'master'
rsync, scp: Fix username lookup
See merge request debian/dput-ng!36
commit 20db0dbac4815f50840fa411b12a64bbcbfe62fc
Author: Ben Hutchings <benh@debian.org>
Date: Fri Apr 26 21:43:39 2024 +0200
rsync, scp: Fix username lookup
Use the new get_ssh_config() function to get a paramiko SSH config
object for the configured FQDN, and pass that to get_username().
Closes: #1065203
commit e6391b2e326873934a4d61a7f831db1c921fbbb7
Author: Ben Hutchings <benh@debian.org>
Date: Fri Apr 26 21:41:41 2024 +0200
uploaders: Factor SSH config lookup out of sftp uploader
The find_username() function now needs the caller to pass in a
paramiko SSH config object. Introduce a new get_ssh_config() function
for that in the dput.uploaders._ssh_common module.
commit 13bc51e89f6b43e3750eed14526abd313fd423cb
Author: Ben Hutchings <benh@debian.org>
Date: Fri Apr 26 21:32:35 2024 +0200
uploaders: Move common find_username() function out of sftp uploader
The find_username() function of dput.uploaders.sftp is also (ab)used
by the rsync and scp uploaders. Move it into a new
dput.uploaders._ssh_common module so that it's more obviously shared.
commit 71b415e709d884226414b37cc5344b5ece1b3de3
Author: Helmut Grohne <helmut@subdivi.de>
Date: Mon Mar 11 21:43:57 2024 +0100
dcut migrate: relax version check
Upper case letters are legitimate and used e.g. in bind9. Colons are
also permitted if there is an epoch. The regex overaccepts slightly now.