[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, ubuntu-saucy-4.1, updated. libreoffice_4.1.0-2-304-g305679d



The following commit has been merged in the ubuntu-saucy-4.1 branch:
commit d5c6a228ee9557944ee3bb21be4e7b51d2cd5d9a
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Tue Jul 30 15:54:05 2013 +0200

    delete zero byte xref files in -dev-doc
    
    * not investing more in this as upstream killed autodoc in 4.2 and uses doxygen

diff --git a/rules b/rules
index 63e0062..d173693 100755
--- a/rules
+++ b/rules
@@ -2049,6 +2049,7 @@ ifeq "$(PACKAGE_SDK)" "y"
 		$(PKGDIR)-dev/$(OOSDKDIR)/docs
 	mv $(PKGDIR)-dev/$(OOSDKDIR)/examples \
 		$(PKGDIR)-dev-doc/$(OOSDKDIR)
+	find $(PKGDIR)-dev-doc/usr/share/doc/ -size 0 -type f -delete
 endif
 
 	# fixup ure-link symlink. The move is done in install-arch

-- 
LibreOffice packaging repository


Reply to: