Changeset 55078 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Apr 1, 2015 2:50:42 PM (10 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/control
r47937 r55078 1 Source: virtualbox- 4.31 Source: virtualbox-5.0 2 2 Section: contrib/misc 3 3 Priority: optional … … 14 14 XS-Python-Version: >= 2.4 15 15 16 Package: virtualbox- 4.316 Package: virtualbox-5.0 17 17 Architecture: i386 amd64 18 18 Pre-Depends: debconf (>= 1.1) | debconf-2.0 … … 32 32 XB-Python-Version: ${python:Versions} 33 33 34 Package: virtualbox- 4.3-dbg34 Package: virtualbox-5.0-dbg 35 35 Architecture: i386 amd64 36 Depends: virtualbox- 4.3(= ${Source-Version})36 Depends: virtualbox-5.0 (= ${Source-Version}) 37 37 Provides: virtualbox-dbg 38 38 Replaces: virtualbox-dbg -
trunk/src/VBox/Installer/linux/debian/rules
r53239 r55078 42 42 43 43 package := virtualbox 44 verpkg := virtualbox- 4.344 verpkg := virtualbox-5.0 45 45 current := $(shell pwd) 46 46 vboxroot := $(shell cd ../../../..; pwd) -
trunk/src/VBox/Installer/linux/rpm/rules
r54074 r55078 53 53 endif 54 54 55 verpkg := VirtualBox- 4.355 verpkg := VirtualBox-5.0 56 56 current := $(shell pwd) 57 57 vboxroot := $(shell cd ../../../..; pwd)
Note:
See TracChangeset
for help on using the changeset viewer.