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

[texlive-bin] 04/05: work on java/tex4ht.jar



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

preining pushed a commit to branch experimental
in repository texlive-bin.

commit 10500af164272c74ede04453a047ad79d408f422
Author: Norbert Preining <preining@debian.org>
Date:   Thu Aug 11 11:32:23 2016 +0900

    work on java/tex4ht.jar
---
 debian/changelog | 4 ++--
 debian/rules     | 6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9a95601..be7769f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,9 @@ texlive-bin (2016.20160513.41080-5) UNRELEASED; urgency=medium
   * fix pdftex segfaults with pdf docs with non-integer stemv values
     - this is a problem introduced by poppler, upstream TeX Live
     has not problem with this.
-  * build tex4ht
+  * build and install tex4ht, add java dependencies
 
- -- Norbert Preining <preining@debian.org>  Sat, 23 Jul 2016 02:32:38 +0900
+ -- Norbert Preining <preining@debian.org>  Thu, 11 Aug 2016 11:32:06 +0900
 
 texlive-bin (2016.20160513.41080-4) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 9b67813..4897ec4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -181,11 +181,13 @@ override_dh_auto_build:
 	# build the java classes for tex4ht
 	mkdir -p Work/tex4ht-java
 	cd texk/tex4htk/java ; javac *.java */*.java */*/*.java -d ../../../Work/tex4ht-java
-	cd Work/tex4ht-java ; jar cvf ../tex4ht-java/tex4ht.jar .
-	echo "TODO TODO TODO - we need to install the jar somewhere!!!!"
+	cd Work/tex4ht-java ; jar cvf ../tex4ht.jar .
 
 override_dh_auto_install:
 	dh_auto_install -- DESTDIR=$(CURDIR)/debian/tmp
+	# install tex4ht.jar
+	mkdir -p $(CURDIR)/debian/tmp/usr/share/texlive/texmf-dist/tex4ht/bin/
+	cp Work/tex4ht.jar $(CURDIR)/debian/tmp/usr/share/texlive/texmf-dist/tex4ht/bin/tex4ht.jar
 
 override_dh_install:
 	# remove .la files which we do not install, so that dh_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-bin.git


Reply to: