~ubuntu-branches/ubuntu/trusty/dput-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to skel/metas/ubuntu.json

  • Committer: Package Import Robot
  • Author(s): Paul Tagliamonte, Paul Tagliamonte, James Page, Luca Falavigna
  • Date: 2013-09-08 14:47:51 UTC
  • mfrom: (6.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130908144751-1as337x4kuc1dikq
Tags: 1.6
* The "Well, shit, release names are hard too" release

[ Paul Tagliamonte ]
* Add BYHAND handling. (Closes: #719975)
* Change default profile to "boring" rather than "debian". This caused
  non-Debian targets to target Debian codenames.
  Which sucks. (Closes: #718384)

[ James Page ]
* Add in codenames for Ubuntu. (Closes: #714103)

[ Luca Falavigna ]
* Fix path of local profiles in bash-completion script.
* Install dput.commands.contrib package.
* Add bash completion for dcut.
* Add support for Deb-o-Matic builddep command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
2
    "allow_dcut": false,
 
3
    "allowed-distribution": {
 
4
        "codename-groups": [
 
5
            "release",
 
6
            "proposed",
 
7
            "backports",
 
8
            "security"
 
9
        ]
 
10
    },
3
11
    "check-debs": {
4
12
        "enforce": "source",
5
13
        "skip": false
6
14
    },
 
15
    "codenames": "ubuntu",
7
16
    "hooks": [
8
17
        "allowed-distribution",
9
18
        "checksum",
11
20
        "check-debs",
12
21
        "gpg"
13
22
    ],
14
 
    "valid_commands": [],
15
 
    "codenames": "ubuntu",
16
 
    "allowed-distribution": {
17
 
        "codename-groups": [
18
 
            "release", "proposed", "backports", "security"
19
 
        ]
20
 
    }
 
23
    "valid_commands": []
21
24
}