Your message dated Sat, 08 Jun 2024 23:34:54 +0000
with message-id <[email protected]>
and subject line Bug#941784: fixed in dput 1.2
has caused the Debian Bug report #941784,
regarding dput: Make reason for preventing re-upload more clear
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
941784: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941784
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dput
Version: 1.0.3
Severity: minor
When re-uploading an unmodified .changes file (e.g. after upload permissions
got fixed), dput rejects the upload with this message:
> Trying to upload package to ftp-master (ftp.upload.debian.org)
> Package has already been uploaded to ftp-master on ftp.upload.debian.org
> Nothing more to do for <package>.changes
This message made me think that the upload had been rejected server-side, but I
eventually got the hint that it is possible to force the re-upload with the
`-f` / `--force` parameter. A different wording would probably help to
understand this easier (or at least know that the `--force` parameter is
available).
A suggestion would be something like:
> Trying to upload package to ftp-master (ftp.upload.debian.org)
> Package has already been uploaded to ftp-master on ftp.upload.debian.org
> If you intend to re-upload the package, use `dput --force <package>.changes`
> Nothing more to do for <package>.changes
It does not tell explicitly that the upload is blocked by the local machine and
not the server, but at least it gives some hint where to continue.
-- Package-specific info:
-- /etc/dput.cf --
# Example dput.cf that defines the host that can be used
# with dput for uploading.
[DEFAULT]
login = *
method = ftp
hash = md5
allow_unsigned_uploads = 0
allow_dcut = 0
run_lintian = 0
run_dinstall = 0
check_version = 0
scp_compress = 0
post_upload_command =
pre_upload_command =
passive_ftp = 1
default_host_main =
allowed_distributions = (?!UNRELEASED)
[ftp-master]
fqdn = ftp.upload.debian.org
incoming = /pub/UploadQueue/
login = anonymous
allow_dcut = 1
method = ftp
# Please, upload your package to the proper archive
#
https://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload
allowed_distributions = (?!UNRELEASED|.*-security)
# https://lists.debian.org/debian-project/2009/05/msg00036.html
[ftp-eu]
fqdn = ftp.eu.upload.debian.org
method = ftp
incoming = /pub/UploadQueue/
login = anonymous
allow_dcut = 1
# Please, upload your package to the proper archive
#
https://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload
allowed_distributions = (?!UNRELEASED|.*-security)
# https://lists.debian.org/debian-devel-announce/2008/09/msg00007.html
[ssh-upload]
login = *
# login = another_username
fqdn = ssh.upload.debian.org
method = scp
incoming = /srv/upload.debian.org/UploadQueue/
allow_dcut = 1
# Please, upload your package to the proper archive
#
https://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload
allowed_distributions = (?!UNRELEASED|.*-security)
# And if you want to override one of the defaults, add it here.
# For example, comment out the next line
# post_upload_command = /path/to/some/script
# pre_upload_command = /path/to/some/script
[security-master]
fqdn = ftp.security.upload.debian.org
method = ftp
incoming = /pub/SecurityUploadQueue
login = anonymous
allow_dcut = 1
# This has been added at the request of the security team.
# Please be sure to know what you are doing before taking it out.
pre_upload_command = /usr/share/dput/helper/security-warning
[security-master-unembargoed]
fqdn = ftp.security.upload.debian.org
method = ftp
incoming = /pub/OpenSecurityUploadQueue
login = anonymous
allow_dcut = 1
# This has been added at the request of the security team.
# Please be sure to know what you are doing before taking it out.
pre_upload_command = /usr/share/dput/helper/security-warning
[ubuntu]
fqdn = upload.ubuntu.com
method = ftp
incoming = /
login = anonymous
[ppa]
fqdn = ppa.launchpad.net
method = ftp
# replace <launchpad-id> with your Launchpad ID
incoming = ~<launchpad-id>/ubuntu
login = anonymous
[mentors]
method = ftp
fqdn = mentors.debian.net
incoming = /pub/UploadQueue
login = anonymous
[local]
method = local
incoming = ~/public_html/debian/mini-dinstall/incoming
run_dinstall = 0
post_upload_command = /usr/bin/mini-dinstall --batch
# Local variables:
# coding: utf-8
# mode: conf
# End:
# vim: fileencoding=utf-8 filetype=config :
-- /home/silwol/.dput.cf --
[DEFAULT]
login = *
method = ftp
hash = md5
allow_unsigned_uploads = 0
allow_dcut = 0
distributions =
allowed_distributions = (?!UNRELEASED)
run_lintian = 0
run_dinstall = 0
check_version = 0
scp_compress = 0
default_host_main =
post_upload_command =
pre_upload_command =
ssh_config_options =
passive_ftp = 1
progress_indicator = 0
delayed =
[ftp-master]
fqdn = ftp.upload.debian.org
incoming = /pub/UploadQueue/
login = anonymous
allow_dcut = 1
method = ftp
allowed_distributions = (?!UNRELEASED|.*-security)
[ftp-eu]
fqdn = ftp.eu.upload.debian.org
method = ftp
incoming = /pub/UploadQueue/
login = anonymous
allow_dcut = 1
allowed_distributions = (?!UNRELEASED|.*-security)
[ssh-upload]
login = *
fqdn = ssh.upload.debian.org
method = scp
incoming = /srv/upload.debian.org/UploadQueue/
allow_dcut = 1
allowed_distributions = (?!UNRELEASED|.*-security)
[security-master]
fqdn = ftp.security.upload.debian.org
method = ftp
incoming = /pub/SecurityUploadQueue
login = anonymous
allow_dcut = 1
pre_upload_command = /usr/share/dput/helper/security-warning
[security-master-unembargoed]
fqdn = ftp.security.upload.debian.org
method = ftp
incoming = /pub/OpenSecurityUploadQueue
login = anonymous
allow_dcut = 1
pre_upload_command = /usr/share/dput/helper/security-warning
[ubuntu]
fqdn = upload.ubuntu.com
method = ftp
incoming = /
login = anonymous
[ppa]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~<launchpad-id>/ubuntu
login = anonymous
[mentors]
method = ftp
fqdn = mentors.debian.net
incoming = /pub/UploadQueue
login = anonymous
[local]
method = local
incoming = ~/public_html/debian/mini-dinstall/incoming
run_dinstall = 0
post_upload_command = /usr/bin/mini-dinstall --batch
fqdn = localhost
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.2.0-3-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages dput depends on:
ii python3 3.7.5-1
ii python3-debian 0.1.36
ii python3-gpg 1.13.1-1
ii python3-pkg-resources 41.2.0-1
dput recommends no packages.
Versions of packages dput suggests:
ii lintian 2.25.0
pn mini-dinstall <none>
ii openssh-client 1:8.0p1-6
ii rsync 3.1.3-6+b1
Versions of packages dput is related to:
ii devscripts 2.19.6
ii gnupg 2.2.17-3
ii lintian 2.25.0
ii rsync 3.1.3-6+b1
pn ssh <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: dput
Source-Version: 1.2
Done: Ben Finney <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dput, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ben Finney <[email protected]> (supplier of updated dput package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 06 Jun 2024 12:02:00 +1000
Source: dput
Binary: dput
Architecture: source all
Version: 1.2
Distribution: unstable
Urgency: medium
Maintainer: Ben Finney <[email protected]>
Changed-By: Ben Finney <[email protected]>
Description:
dput - Debian package upload tool
Closes: 706607 941784
Changes:
dput (1.2) unstable; urgency=medium
.
* The “Lassana Bathily” release.
.
[ Debian Janitor ]
* Fix day-of-week for changelog entry 0.9.2.16.
.
[ Christoph Berg ]
* Drop message about problematic multiple orig uploads.
Closes: bug#706607. Thanks to Raphaël Hertzog and Christoph Berg for
the report and rationale.
.
[ Ben Finney ]
* Declare conformance to “Standards-Version: 4.7.0”.
No additional changes required.
* Emit more-informative message when upload log matches current request.
Closes: bug#941784. Thanks to Wolfgang Silbermayr for the report.
* Refine pattern for matching version string, to conform to Policy.
Thanks to Christoph Berg for the explanation.
* Remove an ancient warning for a change completed prior to 2009.
Checksums-Sha1:
6407b51b97735fb8b8e8312ad22a00570cb6cda4 1717 dput_1.2.dsc
2c518f968194ab44c7e32e1b7b2b9606b0965c87 453900 dput_1.2.tar.xz
c135d2e7200be872fb7d6d67e63bd6f246adb1f1 44468 dput_1.2_all.deb
60cbf165fafee083a978e14bb963a76c9d559811 7318 dput_1.2_amd64.buildinfo
Checksums-Sha256:
b28e12205e43a88c1368c9e9551db1c9536f48991960f90cd4934a0af92e9a1b 1717
dput_1.2.dsc
f8d51d25d28015e0fea2503d3486fdb3d9d5be4528670370633f357b22557583 453900
dput_1.2.tar.xz
e0a4590c7f3857cbfd82cc94d2bf2f53a9268acd6f373930d0eefa62a2c1ce1f 44468
dput_1.2_all.deb
41fbeca724eb91f587e0f4ba15def0f6fdf4d669e9beeb0bc978230fad05d0e0 7318
dput_1.2_amd64.buildinfo
Files:
fee6569da13223285e24e815426e4954 1717 devel optional dput_1.2.dsc
ec09cc16011c06e48b60085063d3c3c7 453900 devel optional dput_1.2.tar.xz
447975188186ed11462456d52b4fe933 44468 devel optional dput_1.2_all.deb
0245df0a8610f8bdacd512077c8034bf 7318 devel optional dput_1.2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEYVng8p4vpBLgeVxz+bRqrIRCDIIFAmZk5nEACgkQ+bRqrIRC
DILXVw//ZcMMWBJG2madgfX5jK4nrnayUxHIv4mznhuuTfVP9THJBBMO+1kJxVWK
y3jtqvjHdRAPrtTD8oiTOawmWBa+HdAU9fiojz3iL7WgfybB+WRbsbZNwNqqhrnD
sqc+M+os4i5BaiyNuBNCGhKEcejPerNhCWL6hShYh8XHK7hDdVTnxGvZXTwRwCzY
cnl3ZjM14C2wsKmC5TECalePggscjZSIoLo2ZDJIoEqHmHj2okhSI3RPXO3UGhLe
sJUGv/iNa3AagyvYuAc+CLJHQdmIOVEjEeFrFjqM3whiIu0nP8JvOOghj+YIlKFf
Qvy6ZikUkym5avXzY3u+AtRJqoE7Cf8aIN8r+8JNAocGhFarV1TwZJjc3dgKo4pH
gnnZ5OXii/j3+jfWCTa8BOOuWigL0Q9vI4oGTHTZCY3D6iaTWMZTgqZfCNXOyc1V
1cvGmBJSb0HLt2lk0aC3U+/xuzR5HxBHzzx1PBjOgarao6HIzyDy97eA8MWCzaOH
3Z6mlz+3BGZ7yvQnrDrUp/gmuIcbf/ZCAfY/sW3dIxdq7gFU9XMyRJHJEH/aG5JB
Xyr5OT34p6s1kxWluEWMeKv+/bBd79YYuMlHRzZiB9LJpYdLzzowB57OftBaUqEI
9z1w2wdhmH2436jNk13gmDbGxrVHGM2GgF3L74iyQHNkzUpqQ0Q=
=W6tR
-----END PGP SIGNATURE-----
pgpHra3U31ZNd.pgp
Description: PGP signature
--- End Message ---