[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_3.5.4_dfsg-2-11-g0908ff4
The following commit has been merged in the master branch:
commit add1c02ec5e8a8cd19f000a682e89a68a17737d3
Author: Rene Engelhard <rene@debian.org>
Date: Sun Oct 14 16:54:29 2012 +0200
manually fix libreoffice-startcenter.desktop as dh_link doesn't do that for us...
diff --git a/rules b/rules
index 49d2e79..b08ef61 100755
--- a/rules
+++ b/rules
@@ -2981,6 +2981,10 @@ endif
dh_lintian -i
dh_bugfiles -i -A
dh_link -i -X.desktop
+ # fix startcenter.desktop given dh_link apparently doesn't exclude .desktop
+ # from absolute->relative change if it's in .links
+ cd $(PKGDIR)-common/usr/share/applications && \
+ ln -sf /$(OOODIR)/share/xdg/startcenter.desktop libreoffice-startcenter.desktop
dh_fixperms -i
dh_icons -i
dh_installxmlcatalogs -i
--
LibreOffice packaging repository
Reply to: