]> git.donarmstrong.com Git - neurodebian.git/blob - debian/neurodebian.templates
templates, tune up of --help for configurerepo tool, etc
[neurodebian.git] / debian / neurodebian.templates
1 Template: neurodebian/title
2 Type: title
3 _Description: NeuroDebian APT repository installer
4
5
6 Template: neurodebian/release
7 Type: select
8 Choices: auto, ${releases}
9 Default: auto
10 _Description: Release name of the base system:
11  Specify for which Debian or Ubuntu release (e.g. wheezy or trusty).
12  .
13  If 'auto', Debian or Ubuntu release name will be '${release}' as
14  deduced from the output of apt-cache policy.  If the release of your
15  system is not '${release}' -- please choose specific one which
16  matches best.
17
18
19 Template: neurodebian/mirror
20 Type: select
21 Choices: origin, best, custom, ${mirrors}
22 Default: best
23 _Description: NeuroDebian mirror to use:
24  NeuroDebian project has a number of community-maintainer mirrors
25  around the globe.
26  .
27  If you do not know which mirror URL to choose, select among
28  .
29   - origin: original NeuroDebian repository
30   - best: will try to use netselect to select "closest" mirror.
31     Depending on the configuration of the firewall, and actual mirror
32     setup, might fail to select actually closest one.  If netselect
33     is not available, default mirror (possibly 'origin') will be used.
34
35
36 Template: neurodebian/flavor
37 Type: select
38 Choices: auto, libre, full
39 Default: auto
40 _Description: NeuroDebian flavor to use:
41  NeuroDebian project adheres to Debian Free Software Guidelines and
42  has three areas of the archive in all suites/releases:
43  .
44   libre
45     only the DFSG-compliant materials
46   full
47     all three areas (main, contrib, non-free)
48   auto
49     according to output of apt-cache policy '${flavor}' will be used.
50     If that is not the flavor you need, select manually another one.
51
52 Template: neurodebian/components
53 Type: multiselect
54 Choices: software, data, devel
55 Default: software, data
56 _Description: NeuroDebian repository components to enable:
57  NeuroDebian repository provides
58  .
59   software
60    Packages containing software packages, often backports of stable
61    software releases for previous Debian/Ubuntu releases
62   devel
63    Additional "bleeding edge" software packages, which might not be a
64    good fit for being enabled by default. (Similar to Debian
65    experimental)
66   data
67    Packages containing data (e.g. atlases, sample datasets), often
68    required by software packages.  Should generally be enabled.
69
70
71 Template: neurodebian/overwrite
72 Type: boolean
73 Default: true
74 _Description: Should existing NeuroDebian APT file be overridden?
75  If not allowed, configuration would fail if there is
76  an existing apt configuration file for the NeuroDebian.
77
78 Template: neurodebian/suffix
79 Type: string
80 Default:
81 _Description: Additional suffix for the NeuroDebian APT file name:
82  For instance if you would like to enable additional repository
83  (e.g. NeuroDebian devel) or release, without interfering with the
84  main/default configuration file.  Generally should be left empty.
85
86 Template: neurodebian/run-update-note
87 Type: note
88 _Description: APT list of packages needs to be updated.
89  For the installed NeuroDebian APT configuration to take an effect,
90  list of packages needs to be updated.  This needs to be done
91  "manually" (e.g., via apt-get update) upon completion of installation
92  of the neurodebian package.
93
94 Template: neurodebian/netselect-not-found
95 Type: error
96 _Description: netselect tool was not found!
97  Please install netselect tool first (apt-get install netselect) or
98  choose a specific mirror.
99
100 Template: neurodebian/netselect-cannot-be-used
101 Type: error
102 _Description: netselect tool was not found (no other mirror)!
103  Please install netselect tool first (apt-get install netselect)
104  before installing/configuring this package, or run with a lower
105  DEBIAN_PRIORITY to choose a specific mirror.
106