[libnb-platform-java] 18/23: Fix path to w3c-sgml-lib files.

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jun 2 13:46:04 UTC 2015


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

apo-guest pushed a commit to branch master
in repository libnb-platform-java.

commit d0629370c35091c9b9da80a7fabdeb67c021699c
Author: Markus Koschany <apo at gambaru.de>
Date:   Tue Jun 2 14:38:46 2015 +0200

    Fix path to w3c-sgml-lib files.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8153eca..e372819 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,8 +49,8 @@ override_dh_auto_build:
 	if [ -e javahelp/external/binaries-list ]; then \
 	echo "ERROR: Make sure patches are applied before clean/build" && false;  fi
 	mkdir -p nbbuild/external/xhtml1-dtds
-	ln -sf /usr/share/xml/xhtml/schema/dtd/1.0/xhtml* nbbuild/external/xhtml1-dtds
-	ln -sf /usr/share/xml/entities/xhtml/xhtml* nbbuild/external/xhtml1-dtds
+	ln -sf /usr/share/xml/w3c-sgml-lib/schema/dtd/REC-xhtml1-20020801/xhtml* nbbuild/external/xhtml1-dtds
+	ln -sf /usr/share/xml/w3c-sgml-lib/schema/dtd/REC-xhtml-modularization-20100729/xhtml* nbbuild/external/xhtml1-dtds
 	# link the required jars
 	$(shell awk 'NF==4 {printf("ln -sf %s %s/%s;\n",$$1,$$2,$$4)}' debian/linked-jars)
 	################################################################

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnb-platform-java.git



More information about the pkg-java-commits mailing list