[Libreoffice-commits] .: sysui/desktop

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 17 01:13:18 PDT 2012


 sysui/desktop/tg_rpm.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9b0b15ee092d70fcaf0bfe4c2da35371d9c6b142
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Sun Sep 16 03:18:27 2012 +0200

    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/630
    Reviewed-by: Miklos Vajna <vmiklos at suse.cz>
    Tested-by: Miklos Vajna <vmiklos at suse.cz>

diff --git a/sysui/desktop/tg_rpm.mk b/sysui/desktop/tg_rpm.mk
index 0ff9af4..2e8c07d 100644
--- a/sysui/desktop/tg_rpm.mk
+++ b/sysui/desktop/tg_rpm.mk
@@ -42,5 +42,6 @@ $(RPMFLAGFILES) : $(SPECFILE)
         --define "iconprefix $(ICONPREFIX.$(@:b:s/-/ /:1))" \
         --define "version $(PKGVERSION.$(@:b:s/-/ /:1))" \
         --define "release $(PKGREV)" \
+        --define "__debug_install_post %nil" \
         --define "_unpackaged_files_terminate_build  0" && $(TOUCH) $@
 .ENDIF


More information about the Libreoffice-commits mailing list