/etc/dput.d/profiles/DEFAULT.json is in dput-ng 1.8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"allow_dcut": false,
"allow_unsigned_uploads": false,
"allowed_distributions": "(?!UNRELEASED)",
"default_host_main": "",
"full_upload_log": false,
"hash": "sha1",
"interface": "cli",
"login": "*",
"meta": "boring",
"method": "ftp",
"passive_ftp": true,
"post_upload_command": "",
"pre_upload_command": "",
"run_lintian": false,
"scp_compress": true
}
|