diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:44:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:44:31 +0000 |
commit | 88c5b2314e2c5f663e369f111cfac7d2a6ab24cc (patch) | |
tree | aa41704e91640348ee66587f3e6e05369817d8da /debian/rules | |
parent | Adding debian version 7.0.16-dfsg-6. (diff) | |
download | virtualbox-debian/7.0.16-dfsg-8.tar.xz virtualbox-debian/7.0.16-dfsg-8.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-x | debian/rules | 5 |
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))) |