Author: eugene-guest Date: 2014-04-29 12:32:07 +0000 (Tue, 29 Apr 2014) New Revision: 18101
Modified: trunk/saxonhe/debian/changelog trunk/saxonhe/debian/control trunk/saxonhe/debian/patches/pom_added.patch Log: dropped property support for Java 5 Modified: trunk/saxonhe/debian/changelog =================================================================== --- trunk/saxonhe/debian/changelog 2014-04-29 12:31:43 UTC (rev 18100) +++ trunk/saxonhe/debian/changelog 2014-04-29 12:32:07 UTC (rev 18101) @@ -1,3 +1,10 @@ +saxonhe (9.4.0.7.dfsg-2) unstable; urgency=low + + * Remove some Java 5 needed property, invalid for Java 8. + * Bump Standards-Version to 3.9.5. + + -- Eugene Zhukov <[email protected]> Tue, 29 Apr 2014 12:09:47 +0000 + saxonhe (9.4.0.7.dfsg-1) unstable; urgency=low * Initial release. Closes: #708214 Modified: trunk/saxonhe/debian/control =================================================================== --- trunk/saxonhe/debian/control 2014-04-29 12:31:43 UTC (rev 18100) +++ trunk/saxonhe/debian/control 2014-04-29 12:32:07 UTC (rev 18101) @@ -4,9 +4,9 @@ Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Eugene Zhukov <[email protected]> Build-Depends: debhelper (>= 8), cdbs, default-jdk, maven-debian-helper (>= 1.6.1) -Build-Depends-Indep: libmaven-antrun-plugin-java, libdom4j-java, libjdom1-java (>= 1.1), libxml-commons-resolver1.1-java (>= 1.2), - libxom-java -Standards-Version: 3.9.4 +Build-Depends-Indep: libmaven-antrun-plugin-java, libdom4j-java, + libjdom1-java (>= 1.1), libxml-commons-resolver1.1-java (>= 1.2), libxom-java +Standards-Version: 3.9.5 Vcs-Svn: svn://alioth.debian.org/svn/pkg-java/trunk/saxonhe Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/saxonhe/ Homepage: http://www.saxonica.com/ Modified: trunk/saxonhe/debian/patches/pom_added.patch =================================================================== --- trunk/saxonhe/debian/patches/pom_added.patch 2014-04-29 12:31:43 UTC (rev 18100) +++ trunk/saxonhe/debian/patches/pom_added.patch 2014-04-29 12:32:07 UTC (rev 18101) @@ -1,11 +1,11 @@ Description: Adds pom.xml for building * The pom.xml created for packaging purposes Author: Eugene Zhukov <[email protected]> -Last-Update: 2013-06-17 +Last-Update: 2014-04-29 --- /dev/null +++ b/pom.xml -@@ -0,0 +1,130 @@ +@@ -0,0 +1,128 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + @@ -103,10 +103,8 @@ + <mkdir dir="${configs.path}/services"/> + <echo file="${configs.path}/services/javax.xml.transform.TransformerFactory" + message="net.sf.saxon.TransformerFactoryImpl"/> -+ <echo file="${configs.path}/services/javax.xml.xpath.XPathFactory">net.sf.saxon.xpath.XPathFactoryImpl -+http\://java.sun.com/jaxp/xpath/dom: net.sf.saxon.xpath.XPathFactoryImpl -+http\://saxon.sf.net/jaxp/xpath/om: net.sf.saxon.xpath.XPathFactoryImpl -+ </echo> ++ <echo file="${configs.path}/services/javax.xml.xpath.XPathFactory" ++ message="net.sf.saxon.xpath.XPathFactoryImpl"/> + <mkdir dir="${edition.properties}"/> + <echo file="${edition.properties}/edition.properties">config=net.sf.saxon.Configuration +platform=net.sf.saxon.java.JavaPlatform _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

