X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fwheezy-dsc-patch;h=d3be9cf705482cf693562486d994efabe3592768;hb=4bfddcd6315ac01a3d57bc8fe95c55a737a904a1;hp=4b219d2a23c7613259a18add2a6173252927e34a;hpb=d21dffb99ff26cc5dbff1842c7558692bb9869ca;p=neurodebian.git diff --git a/debian/patches/wheezy-dsc-patch b/debian/patches/wheezy-dsc-patch index 4b219d2..d3be9cf 100644 --- a/debian/patches/wheezy-dsc-patch +++ b/debian/patches/wheezy-dsc-patch @@ -1,16 +1,35 @@ -From: Yaroslav Halchenko -Subject: While prepareing NeuroDebian VM based on wheezy, we would need update-manager-gnome present there +Author: Yaroslav Halchenko +Description: guest-additions package to be built only for NeuroDebian repository + Its primarily purpose is customization of the NeuroDebian Virtualbox appliance. + As such it should not be generally useful and thus will be made available only + for specific builds of the package for the NeuroDebian repository. Origin: NeuroDebian -Last-Update: 2014-08-13 +Last-Update: 2014-08-14 +diff --git a/debian/control b/debian/control +index f6629ed..82ac7bc 100644 --- a/debian/control +++ b/debian/control -@@ -87,6 +87,7 @@ Depends: ${misc:Depends}, - lightdm | x-display-manager, - zenity, - Recommends: chromium, -+ update-manager-gnome, - update-notifier, - Description: NeuroDebian guest additions (DO NOT INSTALL OUTSIDE VIRTUALBOX) - This package configures a Debian installation as a guest operating system +@@ -76,3 +76,21 @@ Description: Helper for NeuroDebian popularity contest submissions + You can always enable or disable your participation in popcon by + running 'dpkg-reconfigure popularity-contest' as root. + ++Package: neurodebian-guest-additions ++Architecture: all ++Depends: ${misc:Depends}, ++ virtualbox-guest-utils, ++ virtualbox-guest-x11, ++ virtualbox-guest-dkms, ++ sudo, ++ neurodebian-desktop, ++ lightdm | x-display-manager, ++ zenity, ++Recommends: chromium, ++ update-notifier, ++Description: NeuroDebian guest additions (DO NOT INSTALL OUTSIDE VIRTUALBOX) ++ This package configures a Debian installation as a guest operating system ++ in a VirtualBox-based virtual machine for NeuroDebian. ++ . ++ DO NOT install this package unless you know what you are doing! For example, ++ installation of this package relaxes several security mechanisms.