]> git.decadent.org.uk Git - dak.git/blob - docs/transitions.yaml.example
Fix en_Ganneff
[dak.git] / docs / transitions.yaml.example
1 # vim:syntax=yaml:
2
3 # Dont use tabs for indentation, use spaces.
4 # Or if you use tabs - use them throughout the file. One style of
5 # indentation pleae, not multiple.
6 #
7 # Strings should be within "", but normally work without.
8 # Exception: Version-numbers with an epoch really do want to be in ""
9 #
10 # keys:
11 #
12 # short_tag:    A short tag for the transition, like apt_update
13 #   reason:     One-line reason what is intended with it
14 #   source:     Source package that needs to transition
15 #   new:        New version of the target package
16 #   rm:         Name of the Release Team member responsible for this transition
17 #   packages:   Array of package names that are affected by this transition
18 #
19 #
20 # The following example wants to update apt to version 0.7.12, the
21 # responsible Release Team member is Andreas Barth, and it affects some
22 # apt related packages.
23
24 apt_update:
25   reason: "Apt needs to transition to testing to get foo and bar done"
26   source: apt
27   new: 0.7.12
28   rm: Andreas Barth
29   packages:
30     - apt
31     - synaptic
32     - cron-apt
33     - debtags
34     - feta
35     - apticron
36     - aptitude
37 foo_broken:
38   reason: "Something else thats broken"
39   source: foo
40   new: 1.3-1
41   rm: Someone
42   packages:
43     - foo
44     - baz
45     - bar
46 bar_breaks_it:
47   reason: We dont want bar to break it
48   source: bar
49   new: "9:99"
50   rm: Ganneff
51   packages:
52     - kdelibs
53     - qt4-x11
54     - libqt-perl