Author: eugene Date: 2016-02-15 09:10:32 +0000 (Mon, 15 Feb 2016) New Revision: 18995
Modified: trunk/saxonhe/debian/README.Debian trunk/saxonhe/debian/changelog trunk/saxonhe/debian/control trunk/saxonhe/debian/patches/pom_added.patch trunk/saxonhe/debian/rules Log: New upstream release 9.7.0.2 Modified: trunk/saxonhe/debian/README.Debian =================================================================== --- trunk/saxonhe/debian/README.Debian 2016-02-15 07:48:23 UTC (rev 18994) +++ trunk/saxonhe/debian/README.Debian 2016-02-15 09:10:32 UTC (rev 18995) @@ -58,7 +58,7 @@ In other words: Saxon, as an implementation of the XQJ specification, takes advantage -of the copyright license granted by Oracle, and satisifies the terms +of the copyright license granted by Oracle, and satisfies the terms of this license insofar as it is a complete implementation of the specification and passes the TCK. Modified: trunk/saxonhe/debian/changelog =================================================================== --- trunk/saxonhe/debian/changelog 2016-02-15 07:48:23 UTC (rev 18994) +++ trunk/saxonhe/debian/changelog 2016-02-15 09:10:32 UTC (rev 18995) @@ -1,3 +1,11 @@ +saxonhe (9.7.0.2+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Switch away from CDBS to debhelper + * Bump Standards-Version to 3.9.7 (no changes) + + -- Eugene Zhukov <[email protected]> Mon, 15 Feb 2016 07:35:02 +0000 + saxonhe (9.7.0.1+dfsg-1) experimental; urgency=low * New upstream release. Modified: trunk/saxonhe/debian/control =================================================================== --- trunk/saxonhe/debian/control 2016-02-15 07:48:23 UTC (rev 18994) +++ trunk/saxonhe/debian/control 2016-02-15 09:10:32 UTC (rev 18995) @@ -4,18 +4,17 @@ Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Eugene Zhukov <[email protected]> Build-Depends: debhelper (>= 9), - cdbs, default-jdk, - maven-debian-helper (>= 1.6.1) -Build-Depends-Indep: libmaven-antrun-plugin-java, + maven-debian-helper (>= 1.6.1), + libmaven-antrun-plugin-java, libdom4j-java, libjdom1-java (>= 1.1), libxml-commons-resolver1.1-java (>= 1.2), libxom-java, libcomment-preprocessor-java -Standards-Version: 3.9.6 -Vcs-Svn: svn://anonscm.debian.org/svn/pkg-java/trunk/saxonhe -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/saxonhe/ +Standards-Version: 3.9.7 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/saxonhe +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/saxonhe/ Homepage: http://www.saxonica.com/ Package: libsaxonhe-java Modified: trunk/saxonhe/debian/patches/pom_added.patch =================================================================== --- trunk/saxonhe/debian/patches/pom_added.patch 2016-02-15 07:48:23 UTC (rev 18994) +++ trunk/saxonhe/debian/patches/pom_added.patch 2016-02-15 09:10:32 UTC (rev 18995) @@ -11,7 +11,7 @@ + <modelVersion>4.0.0</modelVersion> + <groupId>net.sf.saxon</groupId> + <artifactId>Saxon-HE</artifactId> -+ <version>9.7.0.1</version> ++ <version>9.7.0.2</version> + <packaging>jar</packaging> + <name>Saxon-HE</name> + <description>The XSLT and XQuery Processor</description> Modified: trunk/saxonhe/debian/rules =================================================================== --- trunk/saxonhe/debian/rules 2016-02-15 07:48:23 UTC (rev 18994) +++ trunk/saxonhe/debian/rules 2016-02-15 09:10:32 UTC (rev 18995) @@ -1,9 +1,7 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk +%: + dh $@ --parallel --buildsystem=maven -JAVA_HOME := /usr/lib/jvm/default-java - get-orig-source: uscan --verbose --download-current-version --force-download --rename --no-symlink _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

