[jabref] 446/459: tweak build path for ure >= 5.0
gregor herrmann
gregoa at debian.org
Thu Sep 15 20:41:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository jabref.
commit 64204099c988c4e686e4cbfade88b44e4ed25175
Author: tony mancill <tmancill at debian.org>
Date: Mon Oct 19 20:24:43 2015 -0700
tweak build path for ure >= 5.0
---
debian/patches/debian_libs.patch | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/patches/debian_libs.patch b/debian/patches/debian_libs.patch
index 737032d..a097851 100644
--- a/debian/patches/debian_libs.patch
+++ b/debian/patches/debian_libs.patch
@@ -7,7 +7,7 @@ Last-Update: 2013-01-01
--- a/build.xml
+++ b/build.xml
-@@ -76,8 +76,10 @@
+@@ -76,8 +76,9 @@
<property name="help.dir" value="${src.dir}/help" />
<property name="extensions.dir" value="${src.dir}/extensions" />
<property name="layout.dir" value="${src.dir}/resource/layout" />
@@ -15,7 +15,6 @@ Last-Update: 2013-01-01
- <property name="buildlib.dir" value="buildlib" />
+ <property name="lib.dir" value="/usr/share/java" />
+ <property name="oo.dir" value="/usr/lib/libreoffice/program/classes" />
-+ <property name="ure.dir" value="/usr/lib/ure/share/java" />
+ <property name="buildlib.dir" value="/usr/share/java" />
<property name="tests.dir" value="${src.dir}/tests" />
@@ -66,7 +65,7 @@ Last-Update: 2013-01-01
- <include name="oo/ridl.jar" />
- <include name="oo/juh.jar" />
- <include name="oo/jurt.jar" />
-+ <fileset id="ureFileset" dir="${ure.dir}">
++ <fileset id="ureFileset" dir="${oo.dir}">
+ <include name="ridl.jar" />
+ <include name="juh.jar" />
+ <include name="jurt.jar" />
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git
More information about the pkg-java-commits
mailing list