Added some code to peer into a data structure in Maemian/Schedule.pm. Also added the
[maemian] / nokia-lintian / testset / debconf / debian / debconf-test.templates
1 Template: debconf/test
2 Type: text
3 _description: Foo bar (1)
4
5 Template: debconf/testmulti
6 Type: multiselect
7 __Choices: foo, bar, boo
8 _Description: test comma usages in choices fields
9
10 Template: debconf/testmulti-escape
11 Type: multiselect
12 _Choices: foo\, bar, boo
13 _Description: test escaped comma usages in choices fields:
14
15 Template: debconf/testboolean
16 Type: boolean
17 _Description: Enter yes or no:
18  Do you want to answer this question?
19
20 Template: debconf/teststring
21 Type: string
22 _Description: This template goes on and on.
23  This template goes on and on.
24  This template goes on and on.
25  This template goes on and on.
26  This template goes on and on.
27  This template goes on and on.
28  This template goes on and on.
29  This template goes on and on.
30  This template goes on and on.
31  This template goes on and on.
32  This template goes on and on.
33  This template goes on and on.
34  This template goes on and on.
35  This template goes on and on.
36  This template goes on and on.
37  This template goes on and on.
38  This template goes on and on.
39  This template goes on and on.
40  This template goes on and on.
41  This template goes on and on.
42  This template goes on and on.
43  This template goes on and on.
44
45 Template: debconf/testnote
46 Type: note
47 Description: This should be a title and not a really long sentence that ends in a regular period.
48
49 Template: debconf/1st-person
50 Type: select
51 __Choices: one, two
52 _Description: Select one of these:
53  I am a stupid test of first-person syntax that tells you to select yes
54  even though yes isn't an option in this prompt.
55
56 Template: debconf/internal
57 Type: boolean
58 Description: For internal use only
59  We are testing that style checks are not applied to templates that are
60  marked as internal.
61
62 Template: debconf/no-description
63 Type: string
64
65 Template: debconf/translate
66 Type: boolean
67 _Default: false
68 _Description: Should this really be translated?
69
70 Template: debconf/transtring
71 Type: string
72 _Default: 1
73 _Description: Count of templates:
74  The number of useless numbers that a translator would have to translate
75  for this template.
76
77 Template: debconf/language
78 __Choices: English, Spanish, German, French
79 # This is the default choice.  Translators should put their own language,
80 # if available, here instead, but the value MUST be the English version
81 # of the value for the package scripts to work properly.
82 _Default: English[ translators, see the comment in the PO files]
83 _Description: The default language, an example of a default that should
84  be translated.
85
86 Template: debconf/error
87 Type: error
88 _Description: An error occurred
89  This is a sample Debconf error template.
90
91 Template: debconf/should-be-boolean
92 Type: select
93 __Choices: yes, no
94 _Description: Choose:
95  Pick yes or no.
96
97 Template: debconf/should-be-no-longer-a-problem
98 Type: boolean
99 _Description: Decide, lintian
100  Using "no longer" should no longer be detected as 
101  making-assumptions-about-interfaces-in-templates by lintian.