[pkg-java] r18101 - in trunk/saxonhe/debian: . patches
Eugene Zhukov
eugene-guest at moszumanska.debian.org
Tue Apr 29 12:32:07 UTC 2014
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 <jevgeni.zh at gmail.com> 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 <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Eugene Zhukov <jevgeni.zh at gmail.com>
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 <jevgeni.zh at gmail.com>
-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
More information about the pkg-java-commits
mailing list