Changeset 74979 in vbox for trunk/src/VBox/Installer/linux/debian
- Timestamp:
- Oct 22, 2018 6:20:20 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126001
- Location:
- trunk/src/VBox/Installer/linux/debian
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/control
r68290 r74979 1 Source: virtualbox- 5.21 Source: virtualbox-6.0 2 2 Section: contrib/misc 3 3 Priority: optional … … 14 14 XS-Python-Version: >= 2.4 15 15 16 Package: virtualbox- 5.216 Package: virtualbox-6.0 17 17 Architecture: i386 amd64 18 18 Pre-Depends: debconf (>= 1.1) | debconf-2.0 … … 33 33 XB-Python-Version: ${python:Versions} 34 34 35 Package: virtualbox- 5.2-dbg35 Package: virtualbox-6.0-dbg 36 36 Architecture: i386 amd64 37 Depends: virtualbox- 5.2(= ${binary:Version})37 Depends: virtualbox-6.0 (= ${binary:Version}) 38 38 Provides: virtualbox-dbg 39 39 Replaces: virtualbox-dbg -
trunk/src/VBox/Installer/linux/debian/postinst
r69500 r74979 57 57 # The starters need to be Suid root. They drop the privileges before starting 58 58 # the real frontend. 59 if ! dpkg-statoverride --list /usr/lib/virtualbox/VirtualBox > /dev/null 2>&1; then 60 chmod 4511 /usr/lib/virtualbox/VirtualBox 59 if test -e /usr/lib/virtualbox/VirtualBoxVM; then 60 if ! dpkg-statoverride --list /usr/lib/virtualbox/VirtualBoxVM > /dev/null 2>&1; then 61 chmod 4511 /usr/lib/virtualbox/VirtualBoxVM 62 fi 63 else 64 if ! dpkg-statoverride --list /usr/lib/virtualbox/VirtualBox > /dev/null 2>&1; then 65 chmod 4511 /usr/lib/virtualbox/VirtualBox 66 fi 61 67 fi 62 68 if ! dpkg-statoverride --list /usr/lib/virtualbox/VBoxHeadless > /dev/null 2>&1; then -
trunk/src/VBox/Installer/linux/debian/rules
r73123 r74979 51 51 52 52 package := virtualbox 53 verpkg := virtualbox- 5.253 verpkg := virtualbox-6.0 54 54 current := $(shell pwd) 55 55 vboxroot := $(shell cd ../../../..; pwd)
Note:
See TracChangeset
for help on using the changeset viewer.