summaryrefslogtreecommitdiff
path: root/.dput.d/profiles/DEFAULT.json
blob: 05e2be0245ef40ae6eb8380474f5684ab7436340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "-hooks": [
        // permit source-only uploads
        "check-debs",
    ],

    "+hooks": [
        "checksums",
        "impatient",
    ],

    // require explicit selection of ftp-master
    "default_host_main": "debomatic-amd64",

    "full_upload_log": true,

    // avoid any problems with dgit (see #827879)
    "run_lintian": false,
}