Package: dput Version: 1.0.3 Severity: normal Some time ago, dput could autocomplete remote endpoints. I would do the following:
dput s<TAB> and that would auto complete to: dput security-master Now that stopped working, I'm not sure why. -- 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/anarcat/.dput.cf -- # Example dput.cf that defines the host that can be used # with dput for uploading. [DEFAULT] run_lintian = 0 scp_compress = 1 [jenkins] fqdn = jenkins0.koumbit.net incoming = /srv/reprepro/incoming method = scp [aegir] fqdn = debian.aegirproject.org incoming = ~reprepro/incoming method = scp [alternc] fqdn = debian.alternc.org incoming = /var/www/debian/incoming login = anarcat method = scp [mentors] fqdn = mentors.debian.net method = ftp login = anonymous incoming = . allow_unsigned_uploads = 0 run_dinstall = 0 progress_indicator = 2 passive_ftp = 1 [anarcat] fqdn = shell.anarc.at method = scp incoming = /home/anarcat/public_html/debian/ run_dinstall = 0 progress_indicator = 2 allow_unsigned_uploads = 1 [people-sid] fqdn = people.debian.org method = scp incoming = /home/anarcat/public_html/debian/sid/ run_dinstall = 0 progress_indicator = 2 allowed_distributions = UNRELEASED [people-lts] fqdn = people.debian.org method = scp incoming = /home/anarcat/public_html/debian/jessie-lts/ run_dinstall = 0 progress_indicator = 2 allowed_distributions = UNRELEASED [abel] fqdn = abel.debian.org method = scp incoming = /home/anarcat/debian/ allow_unsigned_uploads = 1 [bpo] fqdn = backports-master.debian.org incoming = /pub/UploadQueue/ method = ftp login = anonymous allow_dcut = 1 [debomatic-amd64] fqdn = debomatic-amd64.debian.net incoming = /srv/debomatic-amd64 login = debomatic method = scp allow_unsigned_uploads = 0 allow_dcut = 1 scp_compress = 1 [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 = 1 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 = . login = anonymous allow_unsigned_uploads = 0 run_dinstall = 0 progress_indicator = 2 passive_ftp = 1 [local] method = local incoming = ~/public_html/debian/mini-dinstall/incoming run_dinstall = 0 post_upload_command = /usr/bin/mini-dinstall --batch fqdn = localhost [jenkins] fqdn = jenkins0.koumbit.net incoming = /srv/reprepro/incoming method = scp [aegir] fqdn = debian.aegirproject.org incoming = ~reprepro/incoming method = scp [alternc] fqdn = debian.alternc.org incoming = /var/www/debian/incoming login = anarcat method = scp [anarcat] fqdn = shell.anarc.at method = scp incoming = /home/anarcat/public_html/debian/ run_dinstall = 0 progress_indicator = 2 allow_unsigned_uploads = 1 [people-sid] fqdn = people.debian.org method = scp incoming = /home/anarcat/public_html/debian/sid/ run_dinstall = 0 progress_indicator = 2 allowed_distributions = UNRELEASED [people-lts] fqdn = people.debian.org method = scp incoming = /home/anarcat/public_html/debian/jessie-lts/ run_dinstall = 0 progress_indicator = 2 allowed_distributions = UNRELEASED [abel] fqdn = abel.debian.org method = scp incoming = /home/anarcat/debian/ allow_unsigned_uploads = 1 [bpo] fqdn = backports-master.debian.org incoming = /pub/UploadQueue/ method = ftp login = anonymous allow_dcut = 1 [debomatic-amd64] fqdn = debomatic-amd64.debian.net incoming = /srv/debomatic-amd64 login = debomatic method = scp allow_unsigned_uploads = 0 allow_dcut = 1 scp_compress = 1 -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing'), (1, 'experimental'), (1, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-2-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8), LANGUAGE=fr_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages dput depends on: ii python3 3.7.2-1 ii python3-debian 0.1.34 ii python3-gpg 1.12.0-6 ii python3-pkg-resources 40.6.3-1 dput recommends no packages. Versions of packages dput suggests: ii lintian 2.5.123 pn mini-dinstall <none> ii openssh-client 1:7.9p1-5 ii rsync 3.1.3-5 Versions of packages dput is related to: ii devscripts 2.19.2 ii gnupg 2.2.12-1 ii lintian 2.5.123 ii rsync 3.1.3-5 pn ssh <none> -- debconf-show failed