]> git.donarmstrong.com Git - neurodebian.git/blob - debian/control
02de2572025a428d51b0aca23cd8b2dd890dace2
[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.5
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
12 Package: neurodebian
13 Architecture: all
14 Pre-depends: python-minimal, wget
15 Depends: neurodebian-keyring, ${misc:Depends}
16 Recommends: netselect
17 Suggests: neurodebian-desktop, neurodebian-popularity-contest
18 Description: turnkey platform for the neuroscience
19  The NeuroDebian project integrates and maintain a variety of
20  neuroscience-oriented (such as AFNI, FSL, PsychoPy, etc.) and many
21  generic computational (such as condor, pandas, etc.) software projects
22  within Debian.
23  .
24  This package enables NeuroDebian repository on top of the stock
25  Debian or Ubuntu system.
26
27
28 Package: neurodebian-dev
29 Architecture: all
30 Depends: ${misc:Depends}, devscripts, cowbuilder, neurodebian-keyring
31 Recommends: python, zerofree, moreutils, time, ubuntu-keyring, debian-archive-keyring, apt-utils
32 Suggests: virtualbox-ose, virtualbox-ose-fuse
33 Description: NeuroDebian development tools
34  neuro.debian.net sphinx website sources and development tools used by
35  NeuroDebian to provide backports for a range of Debian/Ubuntu
36  releases.
37
38
39 Package: neurodebian-desktop
40 Architecture: all
41 Depends: ${misc:Depends}, ssh-askpass-gnome | ssh-askpass, desktop-base, gnome-icon-theme,
42          neurodebian-popularity-contest
43 Suggests:
44 Description: neuroscience research environment
45  This package contains NeuroDebian artwork (icons, background image)
46  and a NeuroDebian menu featuring most popular neuroscience tools
47  automatically installed upon initial invocation.
48
49
50 Package: neurodebian-keyring
51 Architecture: all
52 Depends: ${misc:Depends}
53 Description: GnuPG archive keys of the NeuroDebian archive
54  The NeuroDebian project digitally signs its Release files. This package
55  contains the archive keys used for that.
56
57 Package: neurodebian-popularity-contest
58 Architecture: all
59 Depends: ${misc:Depends}, popularity-contest
60 Description: Helper for NeuroDebian popularity contest submissions
61  This package is a complement to the generic popularity-contest
62  package to enable anonymous submission of usage statistics to
63  NeuroDebian in addition to the popcon submissions to the underlying
64  distribution (e.g. Debian or Ubuntu) popcon server.
65  .
66  Your participation in popcon is important for following reasons:
67   - Popular packages receive more attention from developers, bugs are
68     fixed faster and updates are provided quicker.
69   - Assure that we do not drop support for a previous release of Debian
70     or Ubuntu while are active users.
71   - User statistics could be used by upstream research software
72     developers to acquire funding for continued development.
73  .
74  It has an effect only if you have decided to participate in the
75  Popularity Contest of your distribution, i.e. Debian or Ubuntu.
76  You can always enable or disable your participation in popcon by
77  running 'dpkg-reconfigure popularity-contest' as root.
78
79 Package: neurodebian-guest-additions
80 Architecture: all
81 Pre-Depends: virtualbox-ose-guest-utils, virtualbox-ose-guest-x11, virtualbox-ose-guest-dkms
82 Depends: ${misc:Depends},
83          sudo,
84          neurodebian-desktop,
85          gdm | lightdm,
86                  zenity,
87 Recommends: chromium-browser,
88             update-manager-gnome, update-notifier,
89 Description: NeuroDebian guest additions (DO NOT INSTALL OUTSIDE VIRTUALBOX)
90  This package configures a Debian installation as a guest operating system
91  in a VirtualBox-based virtual machine for NeuroDebian.
92  .
93  DO NOT install this package unless you know what you are doing! For example,
94  installation of this package relaxes several security mechanisms.