summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:44:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:44:31 +0000
commit88c5b2314e2c5f663e369f111cfac7d2a6ab24cc (patch)
treeaa41704e91640348ee66587f3e6e05369817d8da /debian/rules
parentAdding debian version 7.0.16-dfsg-6. (diff)
downloadvirtualbox-e7b246a11bb8a5aefd167f48b498f85e1c152446.tar.xz
virtualbox-e7b246a11bb8a5aefd167f48b498f85e1c152446.zip
Adding debian version 7.0.16-dfsg-8.debian/7.0.16-dfsg-8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index ae1eec54..f720ba0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -163,15 +163,12 @@ 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$(uname) debian/$(uname).service
-
override_dh_dkms:
dh_dkms -V $(VERSION)
override_dh_strip:
ifneq (,$(filter $(sname), $(shell dh_listpackages)))
- dh_strip --dbgsym-migration='$(sname)-dbg'
+ dh_strip
# strip files not handled by dh_strip
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))