[Pkg-virtualbox-commits] [virtualbox] 02/02: Fix runtime dependency hell due to an xorg package split

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Oct 12 13:46:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository virtualbox.

commit 7b2e32976cebe9734888c039ffeb5ae9444b5a11
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Oct 12 15:45:12 2015 +0200

    Fix runtime dependency hell due to an xorg package split
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 980050f..eed3b00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 virtualbox (5.0.6-dfsg-2) UNRELEASED; urgency=medium
 
   * Remove version constraint from virtualbox-modules, because it is a virtual package.
+  * Add runtime dependency on xserver-xorg-legacy on virtualbox-guest-x11
+    (Closes: #801524)
 
  -- Gianfranco Costamagna <locutusofborg at debian.org>  Sun, 04 Oct 2015 23:14:29 +0200
 
diff --git a/debian/control b/debian/control
index 1456330..863b14e 100644
--- a/debian/control
+++ b/debian/control
@@ -202,7 +202,7 @@ Description: x86 virtualization solution - guest addition module source
 Package: virtualbox-guest-x11
 Section: contrib/x11
 Architecture: amd64 i386
-Depends: libnotify-bin,
+Depends: libnotify-bin, xserver-xorg-legacy,
          virtualbox-guest-utils (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git



More information about the Pkg-virtualbox-commits mailing list