Author: eugene-guest Date: 2014-09-15 06:11:26 +0000 (Mon, 15 Sep 2014) New Revision: 18423
Modified: trunk/saxonhe/debian/changelog trunk/saxonhe/debian/control trunk/saxonhe/debian/copyright trunk/saxonhe/debian/orig-tar.sh trunk/saxonhe/debian/watch Log: prepare for upload Modified: trunk/saxonhe/debian/changelog =================================================================== --- trunk/saxonhe/debian/changelog 2014-09-14 18:00:50 UTC (rev 18422) +++ trunk/saxonhe/debian/changelog 2014-09-15 06:11:26 UTC (rev 18423) @@ -1,6 +1,10 @@ -saxonhe (9.5.1.1.dfsg-1) UNRELEASED; urgency=medium +saxonhe (9.5.1.1+dfsg-1) unstable; urgency=medium * New upstream release. + * Added dependency on libcomment-preprocessor-java. + * d/compat changed to 9. + * d/copyright license chenged to MPL-2.0. + * Use +dfsg instead of .dfsg to remove Lintian warning. -- Eugene Zhukov <[email protected]> Sun, 14 Sep 2014 11:42:27 +0000 Modified: trunk/saxonhe/debian/control =================================================================== --- trunk/saxonhe/debian/control 2014-09-14 18:00:50 UTC (rev 18422) +++ trunk/saxonhe/debian/control 2014-09-15 06:11:26 UTC (rev 18423) @@ -22,8 +22,12 @@ Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} -Description: Saxon-HE - The XSLT and XQuery Processor. It provides implementations - of XSLT 2.0, XQuery 1.0 and XPath 2.0 at the basic level - of conformance defined by W3C. +Description: Saxon-HE is the XSLT and XQuery Processor + This is a Home Edition of SAXON XSLT processor developed by Saxonica Limited. + It provides implementations of XSLT 2.0, XQuery 1.0 and XPath 2.0 + at the basic level of conformance defined by W3C. Not included in + the Home Edition are: schema processing and schema aware XSLT and XQuery; + support for the 3.0 versions of the specifications; numerous Saxon extensions; + calling out to Java methods; XQuery Update support; various optimizations + including join optimization; streamed processing; and byte code generation. Modified: trunk/saxonhe/debian/copyright =================================================================== --- trunk/saxonhe/debian/copyright 2014-09-14 18:00:50 UTC (rev 18422) +++ trunk/saxonhe/debian/copyright 2014-09-15 06:11:26 UTC (rev 18423) @@ -21,7 +21,7 @@ Files: sf/saxon/expr/sort/GenericSorter.java Copyright: 1999 CERN - European Organization for Nuclear Research. -License: +License: CERN Permission to use, copy, moNumbererdify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that Modified: trunk/saxonhe/debian/orig-tar.sh =================================================================== --- trunk/saxonhe/debian/orig-tar.sh 2014-09-14 18:00:50 UTC (rev 18422) +++ trunk/saxonhe/debian/orig-tar.sh 2014-09-15 06:11:26 UTC (rev 18423) @@ -1,7 +1,7 @@ #!/bin/sh -e VERSION=$2 -TAR=../saxonhe_$VERSION.dfsg.orig.tar.xz +TAR=../saxonhe_$VERSION+dfsg.orig.tar.xz DIR=saxonhe-$VERSION TAG="$VERSION" Modified: trunk/saxonhe/debian/watch =================================================================== --- trunk/saxonhe/debian/watch 2014-09-14 18:00:50 UTC (rev 18422) +++ trunk/saxonhe/debian/watch 2014-09-15 06:11:26 UTC (rev 18423) @@ -1,4 +1,4 @@ version=3 -opts=dversionmangle=s/\.dfsg// \ +opts=dversionmangle=s/\+dfsg// \ https://dev.saxonica.com/repos/archive/opensource/tags/ (\d.*)/ \ debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

