[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:08 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=60f11c5

The following commit has been merged in the master branch:
commit 60f11c557d04d2ce3b8ebbb8798581f61198fe5d
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon May 30 16:23:23 2005 +0000

    Replaced java/xalan with xsltproc
---
 doc/templates/Makefile | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/doc/templates/Makefile b/doc/templates/Makefile
index 5c303b1..320bebb 100644
--- a/doc/templates/Makefile
+++ b/doc/templates/Makefile
@@ -6,10 +6,9 @@
 # History:   28-May-05, ahu: created
 #
 # Description:
-#  Simple Makefile to create html documentation from templates. Requires a
-#  number of special tools (java, xalan, awk, python) but really only needs 
-#  to be used to update the documentation after changing Exiv2 tags in the 
-#  source code.
+#  Simple Makefile to create html documentation from templates. Requires some
+#  special tools (awk, python, xsltproc) but really only needs to be used to 
+#  update the documentation after changing Exiv2 tags in the source code.
 #
 # Restrictions:
 #  Only tested with GNU make.
@@ -40,7 +39,7 @@ tags: $(TABLES) Iptc
 $(TABLES): $(TAGLIST)
 	@echo Generating $@ table...
 	@$(TAGLIST) $@ | awk -f tags.awk > $@.xml
-	@java org.apache.xalan.xslt.Process -IN $@.xml -XSL tags.xsl -OUT $@.tmp
+	@xsltproc tags.xsl $@.xml > $@.tmp
 	@sed "s/report1/$@/" $@.tmp > __$@__
 	@touch $@
 	@rm -f $@.tmp
@@ -48,7 +47,7 @@ $(TABLES): $(TAGLIST)
 Iptc: $(TAGLIST)
 	@echo Generating $@ table...
 	@$(TAGLIST) $@ | awk -f iptc.awk > $@.xml
-	@java org.apache.xalan.xslt.Process -IN $@.xml -XSL iptc.xsl -OUT $@.tmp
+	@xsltproc iptc.xsl $@.xml > $@.tmp
 	@sed "s/report1/$@/g" $@.tmp > __$@__
 	@touch $@
 	@rm -f $@.tmp

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list