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