[libreoffice] 01/01: fix /usr/share/libreoffice/program/classes/unoil.jar symlink

Rene Engelhard rene at moszumanska.debian.org
Sat May 27 10:04:11 UTC 2017


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

rene pushed a commit to branch master
in repository libreoffice.

commit 1278bff568d951a245f21d94f8d1d337119165b3
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sat May 27 12:03:06 2017 +0200

    fix /usr/share/libreoffice/program/classes/unoil.jar symlink
---
 changelog | 3 ++-
 rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index 5b52268..af1c19e 100644
--- a/changelog
+++ b/changelog
@@ -5,6 +5,7 @@ libreoffice (1:5.3.3-2) UNRELEASED; urgency=medium
       flags also if building no -dbgsym
     - move DPKG_EXPORT_BUILDFLAGS and buildflags.mk include later to make it
       effective (worked before, but...)
+    - fix /usr/share/libreoffice/program/classes/unoil.jar symlink
   * debian/control.in:
     - remove obsolete Pre-Depends
   * debian/rules, debian/control.in: remove now unneeded dejavu-depends
@@ -12,7 +13,7 @@ libreoffice (1:5.3.3-2) UNRELEASED; urgency=medium
     the other fonts
   * debian/copyright: fix (add missing .'s)
 
- -- Rene Engelhard <rene at debian.org>  Sat, 20 May 2017 14:32:02 +0200
+ -- Rene Engelhard <rene at debian.org>  Sat, 27 May 2017 10:52:43 +0200
 
 libreoffice (1:5.3.3-1) experimental; urgency=medium
 
diff --git a/rules b/rules
index ec09449..1513985 100755
--- a/rules
+++ b/rules
@@ -3141,7 +3141,7 @@ ifeq "$(ENABLE_JAVA)" "y"
 		< $(SOURCE_TREE)/unoil/pom.unoil.xml > debian/pom.unoil.xml
 	mh_installpoms -plibreoffice-java-common
 	mh_installjar -plibreoffice-java-common -l debian/pom.unoil.xml instdir/program/classes/unoil.jar
-	ln -sf $(PKGDIR)-java-common/usr/share/java/unoil.jar $(PKGDIR)-java-common/usr/share/libreoffice/program/classes/unoil.jar
+	ln -sf /usr/share/java/unoil.jar $(PKGDIR)-java-common/usr/share/libreoffice/program/classes/unoil.jar
 endif
 
 	touch $@

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



More information about the Pkg-openoffice-commits mailing list