]> git.donarmstrong.com Git - neurodebian.git/blobdiff - debian/patches/wheezy-dsc-patch
build guest additions only for neurodebian wheezy
[neurodebian.git] / debian / patches / wheezy-dsc-patch
index 4b219d2a23c7613259a18add2a6173252927e34a..d3be9cf705482cf693562486d994efabe3592768 100644 (file)
@@ -1,16 +1,35 @@
-From: Yaroslav Halchenko <debian@onerussian.com>
-Subject: While prepareing NeuroDebian VM based on wheezy, we would need update-manager-gnome present there
+Author: Yaroslav Halchenko <debian@onerussian.com>
+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.