]> git.donarmstrong.com Git - neurodebian.git/commitdiff
build guest additions only for neurodebian wheezy
authorYaroslav Halchenko <debian@onerussian.com>
Thu, 14 Aug 2014 15:52:38 +0000 (11:52 -0400)
committerYaroslav Halchenko <debian@onerussian.com>
Thu, 14 Aug 2014 15:52:38 +0000 (11:52 -0400)
debian/TODO
debian/changelog
debian/control
debian/patches/wheezy-dsc-patch

index d85690e615cb8a8a88be847e11d94484aaa37f0a..4b50e0b623e63d7675df5ed86e8ca201c12e5aef 100644 (file)
@@ -52,4 +52,4 @@ echo "I: success"
 
 *** ~/bin/docker-debians-run /bin/bash -c "apt-get -y update >/dev/null; apt-get install -y wget >/dev/null; bash <(wget -q --no-check-certificate -O- https://raw.githubusercontent.com/yarikoptic/neurodebian/enh/neurodebian-installer/tools/nd-configurerepo) --overwrite --install --mirror=us-nh" 
 
-
+* TODO use NEURODEBIAN_ENABLE env variable in postinst, add explicit option
index a8e53277c311412f22465c5048944037b06f5e51..a2b4724c5386eb9b0a6913a986e53cdb32abe117 100644 (file)
@@ -5,6 +5,8 @@ neurodebian (0.34) unstable; urgency=medium
     and suggestions)
   * debian/control
     - neurodebian-guest-additions:
+      - this binary package will be built ONLY for the NeuroDebian wheezy,
+        and that is why was removed from the stock debian/control
       - moved virtualbox-guest* dependencies into Depends (from
         Pre-Depends), and stripping deprecated -ose suffix
       - dropped depends on elderly gdm, now lightdm or any x-display-manager
index 82ac7bc1df84345ee5508ee89f5a17c0739282c9..f6629ed7754b843414f47ac4482241cc459ded02 100644 (file)
@@ -76,21 +76,3 @@ 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.
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.