Accepting request 750324 from home:lnussel:mingw

- disable default debug package only if the mingw debug macro is used

OBS-URL: https://build.opensuse.org/request/show/750324
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=106
This commit is contained in:
Ismail Dönmez 2019-11-22 15:35:58 +00:00 committed by Git OBS Bridge
parent c1aab31ce2
commit 7bfb6a4a85
2 changed files with 7 additions and 3 deletions

View File

@ -64,9 +64,6 @@
/usr/lib/rpm/mingw64-find-debuginfo.sh %{_builddir} 1\
%{nil}
# disable default debug package
%debug_package %{nil}
# Template for debug sub-package.
%_mingw64_debug_package(n:) \
%package %{-n:-n %{-n*}-}debug \
@ -115,7 +112,9 @@ package or when debugging this package.\
%global __find_provides %{_mingw64_findprovides} \
%global __os_install_post %{_mingw64_install_post}
# this macro also disables the default debug package
%_mingw64_package_header_debug \
%global debug_package %{nil} \
%global __strip %{_mingw64_strip} \
%global __objdump %{_mingw64_objdump} \
%global _use_internal_dependency_generator 0 \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 22 10:58:42 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
- disable default debug package only if the mingw debug macro is used
-------------------------------------------------------------------
Wed Nov 20 13:40:31 UTC 2019 - Ludwig Nussel <lnussel@suse.de>