[Pkg-virtualbox-commits] [virtualbox] 02/04: Add virtualbox-dkms to Pre-Depends
Ritesh Raj Sarraf
rrs at moszumanska.debian.org
Fri Sep 18 17:44:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
rrs pushed a commit to branch master
in repository virtualbox.
commit 83b07a9069b4aaf7ab5364d1cae7719fc2c5612f
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date: Fri Sep 18 16:09:00 2015 +0530
Add virtualbox-dkms to Pre-Depends
This is needed because when virtualbox is restarted, its modules need to
be reloaded to the current version. With virtualbox-dkms not tightly
depending on virtualbox, this leads to virtualbox lying in a half-state,
where it has been updated to the new version, which the kernel modules
are still the older ones
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 35eec69..7e31b4b 100644
--- a/debian/control
+++ b/debian/control
@@ -88,7 +88,7 @@ Description: x86 virtualization solution - Qt based user interface
Package: virtualbox
Architecture: amd64 i386
-Pre-Depends: dpkg (>= 1.15.6~)
+Pre-Depends: dpkg (>= 1.15.6~), virtualbox-dkms (= ${binary:Version})
Depends: adduser, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Recommends: virtualbox-dkms (= ${source:Version}) | virtualbox-source (= ${source:Version}),
virtualbox-qt (= ${binary:Version}),
--
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