VirtualBox

Ignore:
Timestamp:
Jul 29, 2021 5:45:26 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146012
Message:

debian/control, src/VBox/Installer/linux/debian/control: Remove dependency on python (intentionally left out!), and add comments making clear that this shouldn't re-added even if it fixes a warning.

Location:
trunk/src/VBox/Installer/linux/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/debian/control

    r83487 r90414  
    1919Depends: debconf (>= 0.5) | debconf-2.0, psmisc, adduser,
    2020  ${shlibs:Depends},
    21   ${misc:Depends},
    22   ${python:Depends}
     21  ${misc:Depends}
     22# Do not add python dependencies to the package, because otherwise the user
     23# will always get a complete python install (and currently it is often a
     24# python2 install which some users really don't want). Leave the decision
     25# to users who actually want the VirtualBox API binding for Python.
     26#  ${python:Depends}
    2327Recommends: ${alsa}, ${pulse}, ${sdlttf}, kmod | kldutils | module-init-tools,
    2428  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,
  • trunk/src/VBox/Installer/linux/debian/rules

    r90361 r90414  
    354354        dh_installdeb
    355355        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.
    357360        LD_LIBRARY_PATH=$(prefix)/usr/lib/virtualbox dh_shlibdeps --exclude=VBoxPython
    358361        dh_gencontrol -- \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette