[Pkg-virtualbox-commits] [virtualbox] 01/03: Fix again

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Sat Dec 19 09:56:58 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 118d242c3c046fab88ada797c8491df34447adea
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Fri Dec 11 14:19:34 2015 +0100

    Fix again
---
 debian/changelog | 7 +++++++
 debian/rules     | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bc4dd70..8eb5a98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+virtualbox (5.0.10-dfsg-7) unstable; urgency=high
+
+  * use "--no-enable" to not enable the service by default.
+    (Closes: #807542). A big thanks to Laurent Bigonville!
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 11 Dec 2015 12:54:05 +0100
+
 virtualbox (5.0.10-dfsg-6) unstable; urgency=medium
 
   * Do not enable vboxweb.service by default
diff --git a/debian/rules b/debian/rules
index 484843e..c54d5a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -167,6 +167,9 @@ override_dh_installinit:
 	dh_installinit -p$(uxname) --no-start --update-rcd-params="start 45 S ."
 	dh_installinit --remaining-packages --no-start
 
+override_dh_systemd_enable:
+	dh_systemd_enable -p$(sname) --name vboxweb --no-enable debian/vboxweb.service
+
 override_dh_dkms:
 	dh_dkms -V $(upstreamversion)
 

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