VirtualBox

Changeset 60575 in vbox for trunk


Ignore:
Timestamp:
Apr 19, 2016 1:38:02 PM (9 years ago)
Author:
vboxsync
Message:

deb: adapted debuginfo exclusions when switching from Qt4 to Qt5

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/rules

    r59873 r60575  
    252252        dh_link
    253253ifeq ($(DEBUG),)
    254         dh_strip --keep-debug --exclude=libQtCoreVBox.so.4 --exclude=libQtGuiVBox.so.4 --exclude=libQtNetworkVBox.so.4 --exclude=libQtOpenGLVBox.so.4 --exclude=libqtaccessiblewidgets.so
     254        dh_strip --keep-debug \
     255            $(addprefix --exclude=lib,$(addsuffix VBox.so.5,\
     256              Qt5Core Qt5Gui Qt5Widgets Qt5PrintSupport Qt5OpenGL Qt5DBus Qt5XcbQpa Qt5X11Extras)) \
     257            --exclude=libqxcb.so
    255258endif
    256259        mkdir -p $(current)/debian/$(verpkg)-dbg/usr/lib
  • trunk/src/VBox/Installer/linux/debian/rules

    r59873 r60575  
    317317        dh_link
    318318ifeq ($(DEBUG),)
    319         dh_strip --keep-debug --exclude=libQtCoreVBox.so.4 --exclude=libQtGuiVBox.so.4 --exclude=libQtOpenGLVBox.so.4 --exclude=libqtaccessiblewidgets.so
     319        dh_strip --keep-debug \
     320            $(addprefix --exclude=lib,$(addsuffix VBox.so.5,\
     321              Qt5Core Qt5Gui Qt5Widgets Qt5PrintSupport Qt5OpenGL Qt5DBus Qt5XcbQpa Qt5X11Extras)) \
     322            --exclude=libqxcb.so
    320323endif
    321324        mkdir -p $(current)/debian/$(verpkg)-dbg/usr/lib/$(package)
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