]> git.donarmstrong.com Git - neurodebian.git/blob - debian/neurodebian-repository.templates
ENH: initial debconf .config and few tune ups for that in the nd-aptenable
[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/apt-update
86 Type: boolean
87 Default: true
88 Description: Should apt-get update be run to update list of packages?
89
90 Template: neurodebian-repository/apt-update-failed
91 Type: error
92 Description: apt-get update failed
93  An attempt to update package lists of enabled APT repositories (via
94  apt-get update) has failed.
95
96 Template: neurodebian-repository/netselect-not-found
97 Type: error
98 Description: netselect tool was not found
99  Please install netselect tool first (apt-get install netselect) or
100  choose a specific mirror.
101
102 Template: neurodebian-repository/netselect-not-found
103 Type: error
104 Description: netselect tool was not found
105  Please install netselect tool first (apt-get install netselect) or
106  choose a specific mirror.
107
108 Template: neurodebian-repository/netselect-cannot-be-used
109 Type: error
110 Description: netselect tool was not found (no other mirror)
111  Please install netselect tool first (apt-get install netselect)
112  before installing/configuring this package, or run with a lower
113  DEBIAN_PRIORITY to choose a specific mirror.
114