summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/group-checks/group-checks-circular-deps/build-spec/debian/control.in
blob: 0c93dc69e22b80f1c91d0b42044ad47671258094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Source: [% $source %]
Priority: optional
Section: [% $section %]
Maintainer: [% $author %]
Standards-Version: [% $standards_version %]
Build-Depends: [% $build_depends %]
Rules-Requires-Root: no

Package: root
Architecture: all
Depends: ${misc:Depends}, c1-a, c1-c, c2-b
Description: [% $description %] - root
 This is a test package designed to exercise some feature or tag of
 Lintian.  It is part of the Lintian test suite and may do very odd
 things.  It should not be installed like a regular package.
 .
 root.

Package: leaf
Architecture: all
Depends: ${misc:Depends}
Description: [% $description %] - leaf
 This is a test package designed to exercise some feature or tag of
 Lintian.  It is part of the Lintian test suite and may do very odd
 things.  It should not be installed like a regular package.
 .
 leaf.

Package: disconnected
Architecture: all
Depends: ${misc:Depends}
Description: [% $description %] - dis
 This is a test package designed to exercise some feature or tag of
 Lintian.  It is part of the Lintian test suite and may do very odd
 things.  It should not be installed like a regular package.
 .
 disconnected.


Package: c1-a
Architecture: all
Depends: ${misc:Depends}, c1-b, leaf
Description: [% $description %] - c1-a
 This is a test package designed to exercise some feature or tag of
 Lintian.  It is part of the Lintian test suite and may do very odd
 things.  It should not be installed like a regular package.
 .
 c1-a.

Package: c1-b
Architecture: all
Depends: ${misc:Depends}, c1-c
Description: [% $description %] - c1-b
 This is a test package designed to exercise some feature or tag of
 Lintian.  It is part of the Lintian test suite and may do very odd
 things.  It should not be installed like a regular package.
 .
 c1-b.

Package: c1-c
Architecture: all
Depends: ${misc:Depends}, c1-a, leaf
Description: [% $description %] - c1-c
 This is a test package designed to exercise some feature or tag of
 Lintian.  It is part of the Lintian test suite and may do very odd
 things.  It should not be installed like a regular package.
 .
 c1-c.

Package: c2-a
Architecture: all
Depends: ${misc:Depends}, c2-b, c2-c, leaf
Description: [% $description %] - c2-a
 This is a test package designed to exercise some feature or tag of
 Lintian.  It is part of the Lintian test suite and may do very odd
 things.  It should not be installed like a regular package.
 .
 c2-a.

Package: c2-b
Architecture: all
Depends: ${misc:Depends}, c2-a, c2-c
Description: [% $description %] - c2-b
 This is a test package designed to exercise some feature or tag of
 Lintian.  It is part of the Lintian test suite and may do very odd
 things.  It should not be installed like a regular package.
 .
 c2-b.

Package: c2-c
Architecture: all
Depends: ${misc:Depends}, c2-a, c2-b, leaf
Description: [% $description %] - c2-c
 This is a test package designed to exercise some feature or tag of
 Lintian.  It is part of the Lintian test suite and may do very odd
 things.  It should not be installed like a regular package.
 .
 c2-c.