[Pkg-virtualbox-commits] [virtualbox-ext-pack] 01/01: New upload
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Thu Oct 15 17:19:14 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-ext-pack.
commit 5a15cf64a7c756cd0abcf59e15a25bfe81ca9629
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Thu Oct 15 19:18:48 2015 +0200
New upload
---
debian/changelog | 6 ++++++
debian/prerm | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5d9bb50..e3c39de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+virtualbox-ext-pack (5.0.6-4) unstable; urgency=medium
+
+ * Disable --force, it doesn't exist in any implementation.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 15 Oct 2015 19:15:31 +0200
+
virtualbox-ext-pack (5.0.6-3) unstable; urgency=medium
* Force extpack uninstall (Closes: #800034).
diff --git a/debian/prerm b/debian/prerm
index f272abf..30a77c7 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -2,7 +2,7 @@
set -e
if [ -c /dev/vboxdrv ]; then
- vboxmanage extpack uninstall --force "Oracle VM VirtualBox Extension Pack"
+ vboxmanage extpack uninstall "Oracle VM VirtualBox Extension Pack"
vboxmanage extpack cleanup
else
echo "you seem to be not running the vboxdrv kernel module, the extpack uninstall will be forced."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox-ext-pack.git
More information about the Pkg-virtualbox-commits
mailing list