From 9b0b15ee092d70fcaf0bfe4c2da35371d9c6b142 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Sun, 16 Sep 2012 03:18:27 +0200 Subject: checksize.pl chokes on empty files created by __debug_install_post… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …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 Tested-by: Miklos Vajna --- sysui/desktop/tg_rpm.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sysui/desktop') diff --git a/sysui/desktop/tg_rpm.mk b/sysui/desktop/tg_rpm.mk index 0ff9af4dca3d..2e8c07dc93b8 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 -- cgit v1.2.3