Your message dated Thu, 01 May 2008 19:32:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#473558: fixed in dput 0.9.2.31 has caused the Debian Bug report #473558, regarding dput: raises EOFError when remote server closes connection for anonymous user 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.) -- 473558: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473558 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: dput Version: 0.9.2.30 Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When anonymous uploads are not allowed (mentors.debian.net is down and probably being moved to another machine) the error reported is not clear. $ dput mentors sclapp_0.5.1-1_i386.changes Checking Signature on .changes gpg: Signature made Monday 31 March 2008 11:24:04 AM IST using DSA key ID 1D389887 gpg: Good signature from "Y Giridhar Appaji Nag <[EMAIL PROTECTED]>" gpg: aka "Y Giridhar Appaji Nag <[EMAIL PROTECTED]>" gpg: aka "[jpeg image of size 6417]" gpg: aka "Y Giridhar Appaji Nag <[EMAIL PROTECTED]>" Good signature on /var/cache/apt/archives/temp/pbuilder/result/sclapp_0.5.1-1_i386.changes. Checking Signature on .dsc gpg: Signature made Monday 31 March 2008 11:24:01 AM IST using DSA key ID 1D389887 gpg: Good signature from "Y Giridhar Appaji Nag <[EMAIL PROTECTED]>" gpg: aka "Y Giridhar Appaji Nag <[EMAIL PROTECTED]>" gpg: aka "[jpeg image of size 6417]" gpg: aka "Y Giridhar Appaji Nag <[EMAIL PROTECTED]>" Good signature on /var/cache/apt/archives/temp/pbuilder/result/sclapp_0.5.1-1.dsc. Uploading to mentors (via ftp to mentors.debian.net): Traceback (most recent call last): File "/usr/bin/dput", line 919, in ? main() File "/usr/bin/dput", line 868, in main files_to_upload, debug, ftp_mode, progress=progress) File "/usr/share/dput/ftp.py", line 18, in upload ftp_connection.login(login,password) File "/usr/lib/python2.4/ftplib.py", line 361, in login resp = self.sendcmd('USER ' + user) File "/usr/lib/python2.4/ftplib.py", line 241, in sendcmd return self.getresp() File "/usr/lib/python2.4/ftplib.py", line 207, in getresp resp = self.getmultiline() File "/usr/lib/python2.4/ftplib.py", line 193, in getmultiline line = self.getline() File "/usr/lib/python2.4/ftplib.py", line 183, in getline if not line: raise EOFError EOFError $ $ ftp mentors.debian.net Connected to mentors.workaround.org. 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- 220-You are user number 1 of 50 allowed. 220-Local time is now 13:09. Server port: 21. 220-This is a private system - No anonymous login 220-IPv6 connections are also welcome on this server. 220 You will be disconnected after 15 minutes of inactivity. Name (mentors.debian.net:giridhar): anonymous 421 Service not available, remote server has closed connection Login failed. No control connection for command: Permission denied ftp> - -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (900, 'testing'), (800, 'unstable'), (700, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages dput depends on: ii gnupg 1.4.6-2.1 GNU privacy guard - a free PGP rep ii python 2.4.4-6 An interactive high-level object-o dput recommends no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH8MeW4eu+pR04mIcRAsrLAJ4mpnLhGthH88jb3lC94QkZWZbIDQCgjFMF 1xxraUaFr6fgHUFSYZDVsPs= =NNDj -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---Source: dput Source-Version: 0.9.2.31 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: dput_0.9.2.31.dsc to pool/main/d/dput/dput_0.9.2.31.dsc dput_0.9.2.31.tar.gz to pool/main/d/dput/dput_0.9.2.31.tar.gz dput_0.9.2.31_all.deb to pool/main/d/dput/dput_0.9.2.31_all.deb 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. Thomas Viehmann <[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: SHA1 Format: 1.7 Date: Thu, 01 May 2008 20:56:59 +0200 Source: dput Binary: dput Architecture: source all Version: 0.9.2.31 Distribution: unstable Urgency: low Maintainer: Thomas Viehmann <[EMAIL PROTECTED]> Changed-By: Thomas Viehmann <[EMAIL PROTECTED]> Description: dput - Debian package upload tool Closes: 405269 464592 464596 464600 473558 Changes: dput (0.9.2.31) unstable; urgency=low . Welcome the new co-maintainer! . [ Y Giridhar Appaji Nag ] * Maintain dput in collab-maint on alioth in git. Add Vcs-Browser and Vcs-Git headers in debian/control * Catch EOFError. In default Pure-FTPd configuration, server closes the connection for anonymous FTP logins (Closes: #473558) * Fix lintian I: hyphen-used-as-minus-sign in dput.cf and lintian W: manpage-has-errors-from-man in dput.1 (.P.SH changed to .SH) * Add Y Giridhar Appaji Nag <[EMAIL PROTECTED]> to Uploaders and add a DM-Upload-Allowed: yes header. * Allow port in FTP fqdn (defaults to 21), based on a patch submitted from Ubuntu by Daniel Hahler <[EMAIL PROTECTED]> (Closes: #464600) * Add a mentors.debian.net stanza (called mentors) to dput.cf * dput Suggests mini-dinstall because it is used for the local method. Thanks Daniel Hahler for the patch (Closes: #464596) * Add "-o plusdirs" to "complete" in bash_completion, so that directories are also used in filename completion. Thanks Daniel Hahler for the patch (Closes: #464592) . [ Thomas Viehmann ] * Allow -u to override running the gpg signature check implied by --check-only. Closes: #405269 * Switch getopt function to allow optional arguments. Files: 191c78bbe372b4c79e5d739502f09a10 689 devel optional dput_0.9.2.31.dsc 6c2512a0d20c0df340c3fb019d2f6e01 45594 devel optional dput_0.9.2.31.tar.gz 2ddd7af70936f98f48830bec42bd9066 42550 devel optional dput_0.9.2.31_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIGhaTriZpaaIa1PkRAtgbAKDngUDPURZk9Paq37nbegjl1+EumwCfQ/iG G33mM3XKV6UicxmQO4cT8tA= =HKO9 -----END PGP SIGNATURE-----
--- End Message ---

