]> git.donarmstrong.com Git - neurodebian.git/blob - debian/patches/wheezy-dsc-patch
d3be9cf705482cf693562486d994efabe3592768
[neurodebian.git] / debian / patches / wheezy-dsc-patch
1 Author: Yaroslav Halchenko <debian@onerussian.com>
2 Description: guest-additions package to be built only for NeuroDebian repository
3   Its primarily purpose is customization of the NeuroDebian Virtualbox appliance.
4   As such it should not be generally useful and thus will be made available only
5   for specific builds of the package for the NeuroDebian repository.
6
7 Origin: NeuroDebian
8 Last-Update: 2014-08-14
9
10 diff --git a/debian/control b/debian/control
11 index f6629ed..82ac7bc 100644
12 --- a/debian/control
13 +++ b/debian/control
14 @@ -76,3 +76,21 @@ Description: Helper for NeuroDebian popularity contest submissions
15   You can always enable or disable your participation in popcon by
16   running 'dpkg-reconfigure popularity-contest' as root.
17  
18 +Package: neurodebian-guest-additions
19 +Architecture: all
20 +Depends: ${misc:Depends},
21 +                virtualbox-guest-utils,
22 +                virtualbox-guest-x11,
23 +                virtualbox-guest-dkms,
24 +         sudo,
25 +         neurodebian-desktop,
26 +         lightdm | x-display-manager,
27 +                zenity,
28 +Recommends: chromium,
29 +            update-notifier,
30 +Description: NeuroDebian guest additions (DO NOT INSTALL OUTSIDE VIRTUALBOX)
31 + This package configures a Debian installation as a guest operating system
32 + in a VirtualBox-based virtual machine for NeuroDebian.
33 + .
34 + DO NOT install this package unless you know what you are doing! For example,
35 + installation of this package relaxes several security mechanisms.