- Timestamp:
- Jul 25, 2024 10:32:13 AM (6 months ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/control
r104700 r105503 1 Source: virtualbox-7. 01 Source: virtualbox-7.1 2 2 Section: contrib/misc 3 3 Priority: optional … … 15 15 XS-Python-Version: >= 2.4 16 16 17 Package: virtualbox-7. 017 Package: virtualbox-7.1 18 18 Architecture: i386 amd64 19 19 Pre-Depends: debconf (>= 1.1) | debconf-2.0 … … 41 41 XB-Python-Version: ${python:Versions} 42 42 43 Package: virtualbox-7. 0-dbg43 Package: virtualbox-7.1-dbg 44 44 Architecture: i386 amd64 45 Depends: virtualbox-7. 0(= ${binary:Version})45 Depends: virtualbox-7.1 (= ${binary:Version}) 46 46 Provides: virtualbox-dbg 47 47 Replaces: virtualbox-dbg -
trunk/src/VBox/Installer/linux/rpm/rules
r104634 r105503 56 56 # Wine will not be required if STAGEDISO is set. 57 57 58 verpkg := VirtualBox-7. 058 verpkg := VirtualBox-7.1 59 59 vboxroot := $(shell while ! test -r configure && ! test "$$PWD" = "/"; do cd ..; done; pwd) 60 60 instlin := $(vboxroot)/src/VBox/Installer/linux
Note:
See TracChangeset
for help on using the changeset viewer.