]> git.donarmstrong.com Git - neurodebian.git/blob - debian/control
ENH: initial debconf .config and few tune ups for that in the nd-aptenable
[neurodebian.git] / debian / control
1 Source: neurodebian
2 Section: science
3 Priority: optional
4 Maintainer: NeuroDebian Team <team@neuro.debian.net>
5 Uploaders: Michael Hanke <mih@debian.org>, Yaroslav Halchenko <debian@onerussian.com>
6 Build-Depends: debhelper (>= 7.0.50~), xcftools, help2man, inkscape, imagemagick, python-html5lib
7 Standards-Version: 3.9.2
8 Homepage: http://neuro.debian.net
9 Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/neurodebian.git
10 Vcs-Git: git://git.debian.org/git/pkg-exppsy/neurodebian.git
11 XS-DM-Upload-Allowed: yes
12
13 Package: neurodebian
14 Architecture: all
15 Depends: ${misc:Depends}, neurodebian-repository
16 Recommends: neurodebian-desktop, neurodebian-popularity-contest
17 Description: turnkey platform for the neuroscience
18  The NeuroDebian project integrates and maintain a variety of
19  neuroscience-oriented (such as AFNI, FSL, PsychoPy, etc.) and many
20  generic computational (such as condor, pandas, etc.) software projects
21  within Debian.
22  .
23  This meta-package depends on packages needed for a typical
24  NeuroDebian deployment, e.g. enabling the complementary NeuroDebian
25  repository of package backports and perspective packages not yet
26  available from stock Debian/Ubuntu.
27
28
29 Package: neurodebian-repository
30 Architecture: all
31 Pre-depends: neurodebian-keyring, python-minimal, wget
32 Depends: ${misc:Depends}
33 Recommends: netselect
34 Description: NeuroDebian APT repository installer
35  Besides making (neuro)scientific software available on stock Debian
36  systems, neuro.debian.net (and mirrors around the globe) provides
37  a repository with backport builds of the NeuroDebian-maintained
38  packages for all supported Debian and Ubuntu releases.
39  .
40  This package enables NeuroDebian repository on top of the stock
41  Debian or Ubuntu system.
42
43
44 Package: neurodebian-dev
45 Architecture: all
46 Depends: ${misc:Depends}, devscripts, cowbuilder, neurodebian-keyring
47 Recommends: python, zerofree, moreutils, time, ubuntu-keyring, debian-archive-keyring, apt-utils
48 Suggests: virtualbox-ose, virtualbox-ose-fuse
49 Description: NeuroDebian development tools
50  neuro.debian.net sphinx website sources and development tools used by
51  NeuroDebian to provide backports for a range of Debian/Ubuntu
52  releases.
53
54
55 Package: neurodebian-desktop
56 Architecture: all
57 Depends: ${misc:Depends}, ssh-askpass-gnome | ssh-askpass, desktop-base, gnome-icon-theme,
58          neurodebian-popularity-contest
59 Suggests:
60 Description: neuroscience research environment
61  This package contains NeuroDebian artwork (icons, background image)
62  and a NeuroDebian menu featuring most popular neuroscience tools
63  automatically installed upon initial invocation.
64
65
66 Package: neurodebian-keyring
67 Architecture: all
68 Depends: ${misc:Depends}
69 Description: GnuPG archive keys of the NeuroDebian archive
70  The NeuroDebian project digitally signs its Release files. This package
71  contains the archive keys used for that.
72
73 Package: neurodebian-popularity-contest
74 Architecture: all
75 Depends: ${misc:Depends}, popularity-contest
76 Description: Helper for NeuroDebian popularity contest submissions
77  This package is a complement to the generic popularity-contest
78  package to enable anonymous submission of usage statistics to
79  NeuroDebian in addition to the popcon submissions to the underlying
80  distribution (e.g. Debian or Ubuntu) popcon server.
81  .
82  Your participation in popcon is important for following reasons:
83   - Popular packages receive more attention from developers, bugs are
84     fixed faster and updates are provided quicker.
85   - Assure that we do not drop support for a previous release of Debian
86     or Ubuntu while are active users.
87   - User statistics could be used by upstream research software
88     developers to acquire funding for continued development.
89  .
90  It has an effect only if you have decided to participate in the
91  Popularity Contest of your distribution, i.e. Debian or Ubuntu.
92  You can always enable or disable your participation in popcon by
93  running 'dpkg-reconfigure popularity-contest' as root.
94
95 Package: neurodebian-guest-additions
96 Architecture: all
97 Pre-Depends: virtualbox-ose-guest-utils, virtualbox-ose-guest-x11, virtualbox-ose-guest-dkms
98 Depends: ${misc:Depends},
99          sudo,
100          neurodebian-desktop,
101          gdm | lightdm,
102                  zenity,
103 Recommends: chromium-browser,
104             update-manager-gnome, update-notifier,
105 Description: NeuroDebian guest additions (DO NOT INSTALL OUTSIDE VIRTUALBOX)
106  This package configures a Debian installation as a guest operating system
107  in a VirtualBox-based virtual machine for NeuroDebian.
108  .
109  DO NOT install this package unless you know what you are doing! For example,
110  installation of this package relaxes several security mechanisms.