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

[libreoffice] 01/02: (temporarily?) create hardlinks instead of symlinks for images_*.zip



This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-4.3
in repository libreoffice.

commit bcce351ab5fde2a2bfdf42f006deb2bf101f26fd
Author: Rene Engelhard <rene@debian.org>
Date:   Wed Jun 25 01:46:52 2014 +0200

    (temporarily?) create hardlinks instead of symlinks for images_*.zip
---
 changelog | 4 +++-
 rules     | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index 37346a1..0ec4193 100644
--- a/changelog
+++ b/changelog
@@ -13,12 +13,14 @@ libreoffice (1:4.3.0~rc2~git20140624-1) UNRELEASED; urgency=low
     - remove liborbit2-dev build-dep, not needed since some time
     - don't uselessly rebuild sdext - it's not a extension anymore and thus in
       "proper" langpacks
+    - (temporarily?) create hardlinks instead of symlinks for images_*.zip as the 
+      latter one now breaks themes in runtime (closes: #752541)
   * debian/control.debug.in: suggest python-six (used by the gdb helpers) 
   * debian/scripts/gid2pkgdirs.sh:
     install gid_Module_Filters (oox-drawingml-{adj-names,cs-presets})
   * debian/control.in, debian/rules: specify -b in Vcs-Git:
 
- -- Rene Engelhard <rene@debian.org>  Sat, 21 Jun 2014 20:23:29 +0200
+ -- Rene Engelhard <rene@debian.org>  Wed, 25 Jun 2014 01:40:47 +0200
 
 libreoffice (1:4.3.0~rc1-1) experimental; urgency=low
 
diff --git a/rules b/rules
index fd3fce6..e258944 100755
--- a/rules
+++ b/rules
@@ -3062,7 +3062,7 @@ endif
 		mv $(PKGDIR)-common/$(OODIR)/share/config/$$z \
 			$(PKGDIR)-style-$$p/$(shell echo $(OODIR) | sed -e s/lib/share/)/share/config/; \
 		mkdir -p $(PKGDIR)-style-$$p/$(OODIR)/share/config; \
-		ln -s /$(shell echo $(OODIR) | sed -e s/lib/share/)/share/config/$$z \
+		ln /$(shell echo $(OODIR) | sed -e s/lib/share/)/share/config/$$z \
 			$(PKGDIR)-style-$$p/$(OODIR)/share/config/$$z; \
 	done
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git


Reply to: