[pkg-java] r18852 - in trunk/saxonhe/debian: . patches
Eugene Zhukov
eugene-guest at moszumanska.debian.org
Sat Oct 3 06:44:30 UTC 2015
Author: eugene-guest
Date: 2015-10-03 06:44:30 +0000 (Sat, 03 Oct 2015)
New Revision: 18852
Modified:
trunk/saxonhe/debian/changelog
trunk/saxonhe/debian/control
trunk/saxonhe/debian/copyright
trunk/saxonhe/debian/orig-tar.sh
trunk/saxonhe/debian/patches/pom_added.patch
Log:
New upstream release 9.6.0.7
Modified: trunk/saxonhe/debian/changelog
===================================================================
--- trunk/saxonhe/debian/changelog 2015-09-18 05:36:34 UTC (rev 18851)
+++ trunk/saxonhe/debian/changelog 2015-10-03 06:44:30 UTC (rev 18852)
@@ -1,3 +1,10 @@
+saxonhe (9.6.0.7+dfsg-1) experimental; urgency=low
+
+ * New upstream release.
+ * Bump Standards-Version to 3.9.6.
+
+ -- Eugene Zhukov <eugene at debian.org> Mon, 28 Sep 2015 12:48:23 +0000
+
saxonhe (9.5.1.1+dfsg-1) unstable; urgency=medium
* New upstream release.
Modified: trunk/saxonhe/debian/control
===================================================================
--- trunk/saxonhe/debian/control 2015-09-18 05:36:34 UTC (rev 18851)
+++ trunk/saxonhe/debian/control 2015-10-03 06:44:30 UTC (rev 18852)
@@ -2,7 +2,7 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Eugene Zhukov <jevgeni.zh at gmail.com>
+Uploaders: Eugene Zhukov <eugene at debian.org>
Build-Depends: debhelper (>= 9),
cdbs,
default-jdk,
@@ -13,7 +13,7 @@
libxml-commons-resolver1.1-java (>= 1.2),
libxom-java,
libcomment-preprocessor-java
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/saxonhe
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/saxonhe/
Homepage: http://www.saxonica.com/
Modified: trunk/saxonhe/debian/copyright
===================================================================
--- trunk/saxonhe/debian/copyright 2015-09-18 05:36:34 UTC (rev 18851)
+++ trunk/saxonhe/debian/copyright 2015-10-03 06:44:30 UTC (rev 18852)
@@ -30,6 +30,6 @@
purpose. It is provided "as is" without expressed or implied warranty.
Files: debian/*
-Copyright: 2013, Eugene Zhukov <jevgeni.zh at gmail.com>
+Copyright: 2013, Eugene Zhukov <eugene at debian.org>
License: MPL-2.0
same as above
Modified: trunk/saxonhe/debian/orig-tar.sh
===================================================================
--- trunk/saxonhe/debian/orig-tar.sh 2015-09-18 05:36:34 UTC (rev 18851)
+++ trunk/saxonhe/debian/orig-tar.sh 2015-10-03 06:44:30 UTC (rev 18852)
@@ -6,5 +6,5 @@
TAG="$VERSION"
svn -q export https://www.saxonica.co.uk/repos/archive/opensource/tags/${TAG}/hej/net $DIR
-XZ_OPT=--best tar cJf $TAR --exclude 'sf/saxon/dotnet' --exclude 'sf/saxon/option' --exclude 'sf/saxon/xqj' $DIR
+XZ_OPT=--best tar cJf $TAR --exclude 'sf/saxon/dotnet' --exclude 'sf/saxon/option' $DIR
rm -rf $DIR ../$TAG
Modified: trunk/saxonhe/debian/patches/pom_added.patch
===================================================================
--- trunk/saxonhe/debian/patches/pom_added.patch 2015-09-18 05:36:34 UTC (rev 18851)
+++ trunk/saxonhe/debian/patches/pom_added.patch 2015-10-03 06:44:30 UTC (rev 18852)
@@ -5,7 +5,7 @@
--- /dev/null
+++ b/pom.xml
-@@ -0,0 +1,163 @@
+@@ -0,0 +1,164 @@
+<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">
+
@@ -125,6 +125,7 @@
+ <global name="EE" value="false"/>
+ <global name="PE" value="false"/>
+ <global name="DOTNET" value="false"/>
++ <global name="saxonc" value="false"/>
+ </preprocess>
+
+ <replaceregexp match="import com\.saxonica(.*)" replace="" flags="g">
More information about the pkg-java-commits
mailing list