Kaydet (Commit) 9b0b15ee authored tarafından Christian Lohmaier's avatar Christian Lohmaier Kaydeden (comit) Miklos Vajna

checksize.pl chokes on empty files created by __debug_install_post…

…that is /usr/lib/rpm/mageia/find-debuginfo.sh on Mageia for example.
As the desktop-integration packages don't have any binaries whose
debuginfo could be extracted and put into a -debug package, there is no
impact on the packages themselves.

Change-Id: I99756f6a1a3de707a94f7559b9f1b5169d2e7ee1
Reviewed-on: https://gerrit.libreoffice.org/630Reviewed-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
Tested-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
üst 01abb624
...@@ -42,5 +42,6 @@ $(RPMFLAGFILES) : $(SPECFILE) ...@@ -42,5 +42,6 @@ $(RPMFLAGFILES) : $(SPECFILE)
--define "iconprefix $(ICONPREFIX.$(@:b:s/-/ /:1))" \ --define "iconprefix $(ICONPREFIX.$(@:b:s/-/ /:1))" \
--define "version $(PKGVERSION.$(@:b:s/-/ /:1))" \ --define "version $(PKGVERSION.$(@:b:s/-/ /:1))" \
--define "release $(PKGREV)" \ --define "release $(PKGREV)" \
--define "__debug_install_post %nil" \
--define "_unpackaged_files_terminate_build 0" && $(TOUCH) $@ --define "_unpackaged_files_terminate_build 0" && $(TOUCH) $@
.ENDIF .ENDIF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment