Changeset 90414 in vbox for trunk/src/VBox/Installer/linux/debian/rules
- Timestamp:
- Jul 29, 2021 5:45:26 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146012
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r90361 r90414 354 354 dh_installdeb 355 355 dh_perl 356 # for some reason, the Qt libraries couldn't be found on newer releases (e.g. Ubuntu hardy) 356 # For some reason, the Qt libraries couldn't be found on newer releases (e.g. Ubuntu hardy). 357 # Python is deliberately not listed as a dependency (see also comment in the "control" file. 358 # It is expected that dh_gencontrol shows a warning "substitution variable ${python:Versions} 359 # used, but is not defined" because of this. 357 360 LD_LIBRARY_PATH=$(prefix)/usr/lib/virtualbox dh_shlibdeps --exclude=VBoxPython 358 361 dh_gencontrol -- \
Note:
See TracChangeset
for help on using the changeset viewer.