[Pkg-virtualbox-commits] [virtualbox] 01/01: Fix xrandr issue, fix lintian override by using a Provides, upload to unstable again

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Sun Nov 22 09:54:39 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 d2507725a2a188b4161e87995f1a5f6c8c6d1a8c
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sun Nov 22 10:25:32 2015 +0100

    Fix xrandr issue, fix lintian override by using a Provides, upload to unstable again
---
 debian/changelog                          | 11 ++++++++++-
 debian/control                            |  2 ++
 debian/virtualbox-guest-x11.README.Debian |  6 ------
 debian/virtualbox.lintian-overrides       |  1 -
 4 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aba13f2..cb5ac60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,18 @@
-virtualbox (5.0.10-dfsg-3) UNRELEASED; urgency=medium
+virtualbox (5.0.10-dfsg-3) unstable; urgency=medium
 
   [ Mattia Rizzolo ]
   * Fix cgit VCS field
   * Stop overriding dh_builddeb, the new dpkg already defaults to xz.
 
+  [ Gianfranco Costamagna ]
+  * add x11-xserver-utils to x11 runtime dependencies, needed for xrandr
+    (Closes: #805752). A great thanks to Ross Boylan for digging into the
+    issue and reporting the fix!
+  * Add a missing Provide of virtualbox-module package
+    (and drop the lintian override)
+  * Drop old and useless README.Debian for guest-x11 package.
+    thanks again Ross Boylan for the fix!
+
  -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 18 Nov 2015 12:30:13 +0100
 
 virtualbox (5.0.10-dfsg-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 54beda0..6c31814 100644
--- a/debian/control
+++ b/debian/control
@@ -129,6 +129,7 @@ Section: contrib/kernel
 Architecture: all
 Depends: ${misc:Depends}
 Recommends: virtualbox (>= ${source:Version})
+Provides: virtualbox-modules
 Description: x86 virtualization solution - kernel module sources for dkms
  VirtualBox is a free x86 virtualization solution allowing a wide range
  of x86 operating systems such as Windows, DOS, BSD or Linux to run on a
@@ -203,6 +204,7 @@ Package: virtualbox-guest-x11
 Section: contrib/x11
 Architecture: amd64 i386
 Depends: libnotify-bin, xserver-xorg-legacy,
+         x11-xserver-utils,
          virtualbox-guest-utils (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
diff --git a/debian/virtualbox-guest-x11.README.Debian b/debian/virtualbox-guest-x11.README.Debian
deleted file mode 100644
index f7e9502..0000000
--- a/debian/virtualbox-guest-x11.README.Debian
+++ /dev/null
@@ -1,6 +0,0 @@
-To enable guest additions in X either run /usr/share/virtualbox/x11config.pl or
-edit your xorg.conf manually. The video driver has to be set to "vboxvideo" and
-the mouse driver to "vboxmouse". Additionally the options "alwayscore" and
-"sendcoreevents" should be removed from the mouse section.
-
- -- Michael Meskes <meskes at debian.org>  Mon, 19 Nov 2007 11:17:46 +0100
diff --git a/debian/virtualbox.lintian-overrides b/debian/virtualbox.lintian-overrides
index 2ed00a8..2578e2b 100644
--- a/debian/virtualbox.lintian-overrides
+++ b/debian/virtualbox.lintian-overrides
@@ -18,4 +18,3 @@ virtualbox: setuid-gid-binary usr/lib/virtualbox/VBoxNetDHCP 6755 root/root
 virtualbox: setuid-gid-binary usr/lib/virtualbox/VBoxSDL 6755 root/root
 virtualbox: jar-not-in-usr-share usr/lib/virtualbox/sdk/bindings/xpcom/java/vboxjxpcom.jar
 virtualbox: embedded-library usr/lib/virtualbox/VBoxXPCOM.so: nspr
-virtualbox: version-substvar-for-external-package

-- 
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