VirtualBox

Changeset 46891 in vbox for trunk


Ignore:
Timestamp:
Jul 1, 2013 3:52:43 PM (12 years ago)
Author:
vboxsync
Message:

deb: sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/rules

    r45933 r46891  
    8787             VBOX_WITHOUT_EXTPACK_VNC_PACKING=1 \
    8888             VBOX_DO_STRIP= \
    89              VBOX_DO_STRIP_MODULES= \
    9089             VBOX_WITH_MULTIVERSION_PYTHON= \
    9190             VBOX_PATH_PACKAGE_DOCS="\"/usr/share/doc/$(verpkg)\"" \
     
    251250ifeq ($(DEBUG),)
    252251        dh_strip --keep-debug --exclude=libQtCoreVBox.so.4 --exclude=libQtGuiVBox.so.4 --exclude=libQtNetworkVBox.so.4 --exclude=libQtOpenGLVBox.so.4 --exclude=libqtaccessiblewidgets.so
    253         # manually strip our R0/GC modules, dh_strip cannot handle them
    254         for f in \
    255           $(prefix)/usr/lib/$(package)/*.r0 $(prefix)/usr/lib/$(package)/*.gc; do \
    256             objcopy --only-keep-debug \
    257               $$f \
    258               $(prefix)/usr/lib/debug/usr/lib/$(package)/`basename $$f`; \
    259             strip -S --remove-section=.comment $$f; \
    260             objcopy --add-gnu-debuglink=$(prefix)/usr/lib/debug/usr/lib/$(package)/`basename $$f` $$f; \
    261         done
    262252endif
    263253        mkdir -p $(current)/debian/$(verpkg)-dbg/usr/lib
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