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