[pkg-java] r9572 - in trunk/libxalan2-java/debian: . patches
Ludovic Claude
ludovicc-guest at alioth.debian.org
Tue Aug 4 12:53:19 UTC 2009
Author: ludovicc-guest
Date: 2009-08-04 12:53:19 +0000 (Tue, 04 Aug 2009)
New Revision: 9572
Added:
trunk/libxalan2-java/debian/orig-tar.sh
Modified:
trunk/libxalan2-java/debian/patches/build.patch
trunk/libxalan2-java/debian/rules
trunk/libxalan2-java/debian/watch
Log:
* Update patch and orig tarball
Added: trunk/libxalan2-java/debian/orig-tar.sh
===================================================================
--- trunk/libxalan2-java/debian/orig-tar.sh (rev 0)
+++ trunk/libxalan2-java/debian/orig-tar.sh 2009-08-04 12:53:19 UTC (rev 9572)
@@ -0,0 +1,19 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../libxalan2-java_$VERSION.orig.tar.gz
+DIR=libxalan2-java-$VERSION
+
+mkdir $DIR
+tar -x -v -z -f $TAR $DIR
+dos2unix $DIR/build.xml
+rm $TAR
+GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+rm -r $DIR
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $TAR $origDir
+ echo "moved $TAR to $origDir"
+fi
Property changes on: trunk/libxalan2-java/debian/orig-tar.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: trunk/libxalan2-java/debian/patches/build.patch
===================================================================
--- trunk/libxalan2-java/debian/patches/build.patch 2009-08-04 10:58:32 UTC (rev 9571)
+++ trunk/libxalan2-java/debian/patches/build.patch 2009-08-04 12:53:19 UTC (rev 9572)
@@ -48,21 +48,21 @@
<arg line="targetDirectory=${build.docs} ${xdocs.book} ${xdocs.style}"/>
</java>
</target>
-@@ -1029,6 +1036,7 @@
+@@ -1028,6 +1035,7 @@
+ <javadoc
additionalparam="-breakiterator"
destdir="${build.apidocs}"
++ maxmemory="512m"
public="true"
-+ maxmemory="256m"
sourcepath="${src.dir}"
overview="${src.dir}/javadocOverview.html"
- packagenames="org.apache.*,org.xml.*,org.w3c.*,javax.xml.*"
@@ -1039,7 +1047,9 @@
doctitle="${Name-in-docs} ${impl.version}"
bottom="Copyright © ${year} Apache XML Project. All Rights Reserved.">
<classpath refid="docs.class.path" />
-+ <!--
++ <!--
<taglet name="xalan2jtaglet.XSLUsageTag" path="${taglet.jar}"/>
-+ -->
++ -->
<group title="Transformations API for XML (TrAX)" packages="javax.xml.transform*"/>
<group title="Java API for XML Parsing" packages="javax.xml.parsers"/>
<group title="Xalan Core"
@@ -114,15 +114,7 @@
<arg line="${build.docs}/xalan-collate.fo build/docs/xalan.pdf"/>
</java>
</target>
-@@ -1526,6 +1542,7 @@
- <!--
- <echo message="Transform xsltc_todo.xml and put the result in ${build.docs}/xsltc"/>
- <java fork="yes" classname="${xalan.cmdline.class}">
-+ <jvmarg value="-Djava.awt.headless=true"/>
- <classpath refid="docs.class.path" />
- <arg line="-in xsltc_todo.xml -xsl todo.xsl -out build/docs/xsltc/todo.html"/>
- </java> -->
-@@ -1536,6 +1553,7 @@
+@@ -1536,6 +1552,7 @@
<java fork="yes"
classname="${doc.generator}"
classpathref="docs.class.path" >
@@ -130,3 +122,21 @@
<arg line="targetDirectory=${build.docs}/xsltc ${xdocs.dir}/sources/xsltc.xml ${xdocs.style}"/>
</java>
<copy todir="${build.docs}/xsltc"
+@@ -1695,7 +1712,7 @@
+ use="true"
+ windowtitle="${Name-in-docs} Serializer ${impl.version}"
+ doctitle="${Name-in-docs} Serializer ${impl.version}"
+- bottom="Copyright © ${year} Apache XML Project. All Rights Reserved.">
++ bottom="Copyright ${year} Apache XML Project. All Rights Reserved.">
+ <classpath refid="docs.class.path" />
+ <taglet name="xalan2jtaglet.XSLUsageTag" path="${taglet.jar}"/>
+ <group title="Serializer" packages="org.apache.xml.serialize*"/>
+@@ -1713,7 +1730,7 @@
+ use="true"
+ windowtitle="${Name-in-docs} Serializer ${impl.version}"
+ doctitle="${Name-in-docs} Serializer ${impl.version}"
+- bottom="Copyright © ${year} Apache XML Project. All Rights Reserved.">
++ bottom="Copyright ${year} Apache XML Project. All Rights Reserved.">
+ <classpath refid="docs.class.path" />
+ <doclet name="xalanjdoc.Standard" path="${doclet.jar}">
+ <param name="-d" value="${build.apidocs}"/>
Modified: trunk/libxalan2-java/debian/rules
===================================================================
--- trunk/libxalan2-java/debian/rules 2009-08-04 10:58:32 UTC (rev 9571)
+++ trunk/libxalan2-java/debian/rules 2009-08-04 12:53:19 UTC (rev 9572)
@@ -5,8 +5,6 @@
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/class/ant.mk
-QUILT_PATCH_OPTS="--ignore-whitespace"
-
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(DEB_UPSTREAM_VERSION)
JAVA_HOME := /usr/lib/jvm/default-java
Modified: trunk/libxalan2-java/debian/watch
===================================================================
--- trunk/libxalan2-java/debian/watch 2009-08-04 10:58:32 UTC (rev 9571)
+++ trunk/libxalan2-java/debian/watch 2009-08-04 12:53:19 UTC (rev 9572)
@@ -1,3 +1,3 @@
version=3
opts=uversionmangle=s/_/./g \
- http://www.apache.org/dist/xml/xalan-j/source/ xalan-j_?([\d+_]+|\d+)-src\.tar.* debian uupdate
+ http://www.apache.org/dist/xml/xalan-j/source/ xalan-j_?([\d+_]+|\d+)-src\.tar.* debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list