- Timestamp:
- Apr 19, 2016 1:38:02 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/rules
r59873 r60575 252 252 dh_link 253 253 ifeq ($(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 255 258 endif 256 259 mkdir -p $(current)/debian/$(verpkg)-dbg/usr/lib -
trunk/src/VBox/Installer/linux/debian/rules
r59873 r60575 317 317 dh_link 318 318 ifeq ($(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 320 323 endif 321 324 mkdir -p $(current)/debian/$(verpkg)-dbg/usr/lib/$(package)
Note:
See TracChangeset
for help on using the changeset viewer.