Changeset 57969 in vbox for trunk/src/VBox/Installer/linux/debian
- Timestamp:
- Sep 30, 2015 2:48:47 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102965
- Location:
- trunk/src/VBox/Installer/linux/debian
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/control
r55078 r57969 18 18 Pre-Depends: debconf (>= 1.1) | debconf-2.0 19 19 Depends: ${shlibs:Depends}, debconf (>= 0.5) | debconf-2.0, psmisc, adduser 20 Recommends: ${alsa}, ${pulse}, ${sdlttf}, ${dkms}, 21 linux-headers, gcc, make, binutils, 20 Recommends: ${alsa}, ${pulse}, ${sdlttf}, kmod | kldutils | module-init-tools, 21 linux-headers-generic | linux-headers-generic-pae | linux-headers-686-pae | linux-headers-amd64 | linux-headers-2.6-686 | linux-headers-2.6-amd64 | linux-headers, 22 linux-image, gcc, make | build-essential | dpkg-dev, binutils, 22 23 pdf-viewer, libgl1 23 24 Provides: virtualbox -
trunk/src/VBox/Installer/linux/debian/postinst.in
r57888 r57969 120 120 121 121 # Install and start the new service scripts. 122 PRERM_DKMS=123 test "${REGISTER_MODULES}" = 1 && PRERM_DKMS="--dkms %VER%"124 122 POSTINST_START=--start 125 123 test "${INSTALL_NO_VBOXDRV}" = 1 && POSTINST_START= 126 /usr/lib/virtualbox/prerm-common.sh ${PRERM_DKMS}|| true124 /usr/lib/virtualbox/prerm-common.sh || true 127 125 /usr/lib/virtualbox/postinst-common.sh /usr/lib/virtualbox "${POSTINST_START}" > /dev/null || true 128 126 -
trunk/src/VBox/Installer/linux/debian/prerm.in
r57888 r57969 30 30 db_capb backup 31 31 32 if ! /usr/lib/virtualbox/prerm-common.sh --dkms %VER%> /dev/null 2>&1; then32 if ! /usr/lib/virtualbox/prerm-common.sh > /dev/null 2>&1; then 33 33 if [ "$1" != "failed-upgrade" ]; then 34 34 db_fset virtualbox/old-running seen false || true -
trunk/src/VBox/Installer/linux/debian/rules
r57888 r57969 293 293 -Valsa=$(if $(HEADLESS),,libasound2) \ 294 294 -Vpulse=$(if $(HEADLESS),,libpulse0) \ 295 -Vsdlttf=$(if $(HEADLESS),,libsdl-ttf2.0-0) \ 296 -Vdkms=$(if $(filter _Debian_lenny,$(debrel)),,dkms) 295 -Vsdlttf=$(if $(HEADLESS),,libsdl-ttf2.0-0) 297 296 dh_md5sums 298 297 dh_builddeb --destdir $(pkgdir) -- \
Note:
See TracChangeset
for help on using the changeset viewer.