]> git.donarmstrong.com Git - neurodebian.git/blobdiff - debian/patches/wheezy-dsc-patch
Merge remote-tracking branch 'alioth/devel'
[neurodebian.git] / debian / patches / wheezy-dsc-patch
diff --git a/debian/patches/wheezy-dsc-patch b/debian/patches/wheezy-dsc-patch
new file mode 100644 (file)
index 0000000..d3be9cf
--- /dev/null
@@ -0,0 +1,35 @@
+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-14
+
+diff --git a/debian/control b/debian/control
+index f6629ed..82ac7bc 100644
+--- a/debian/control
++++ b/debian/control
+@@ -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.