Changeset 34319 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Nov 24, 2010 1:11:19 PM (14 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/control
r32008 r34319 1 Source: virtualbox- 3.21 Source: virtualbox-4.0 2 2 Section: non-free/misc 3 3 Priority: optional … … 14 14 XS-Python-Version: >= 2.4 15 15 16 Package: virtualbox- 3.216 Package: virtualbox-4.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- 3.2-dbg34 Package: virtualbox-4.0-dbg 35 35 Architecture: i386 amd64 36 Depends: virtualbox- 3.2(= ${Source-Version})36 Depends: virtualbox-4.0 (= ${Source-Version}) 37 37 Provides: virtualbox-dbg 38 38 Replaces: virtualbox-dbg -
trunk/src/VBox/Installer/linux/debian/rules
r33231 r34319 40 40 41 41 package := virtualbox 42 verpkg := virtualbox- 3.242 verpkg := virtualbox-4.0 43 43 current := $(shell pwd) 44 44 vboxroot := $(shell cd ../../../..; pwd) -
trunk/src/VBox/Installer/linux/rpm/rules
r34067 r34319 30 30 endif 31 31 32 verpkg := VirtualBox- 3.232 verpkg := VirtualBox-4.0 33 33 current := $(shell pwd) 34 34 vboxroot := $(shell cd ../../../../; pwd)
Note:
See TracChangeset
for help on using the changeset viewer.