Author: apo Date: 2017-01-24 00:03:51 +0000 (Tue, 24 Jan 2017) New Revision: 19205
Modified: trunk/xmlbeans/debian/changelog trunk/xmlbeans/debian/compat trunk/xmlbeans/debian/control trunk/xmlbeans/debian/copyright trunk/xmlbeans/debian/poms/xpath.xml trunk/xmlbeans/debian/watch Log: Release 2.6.0+dfsg-1 Modified: trunk/xmlbeans/debian/changelog =================================================================== --- trunk/xmlbeans/debian/changelog 2017-01-12 18:41:05 UTC (rev 19204) +++ trunk/xmlbeans/debian/changelog 2017-01-24 00:03:51 UTC (rev 19205) @@ -1,3 +1,18 @@ +xmlbeans (2.6.0+dfsg-1) unstable; urgency=medium + + * Team upload. + * Repack the original tarball and remove prebuilt jar files. + jam and piccolo jars contain only source files. (Closes: #822091) + * Declare compliance with Debian Policy 3.9.8. + * libxmlbeans-java: Add missing libsaxonhe-java dependency and fix + artifactid in xpath.pom. + Thanks to Yadickson Soto for the report. (Closes: #820839) + * wrap-and-sort -sa. + * Use only Build-Depends field. + * Switch to compat level 10. + + -- Markus Koschany <[email protected]> Tue, 24 Jan 2017 00:49:03 +0100 + xmlbeans (2.6.0-4) unstable; urgency=medium * Team upload Modified: trunk/xmlbeans/debian/compat =================================================================== --- trunk/xmlbeans/debian/compat 2017-01-12 18:41:05 UTC (rev 19204) +++ trunk/xmlbeans/debian/compat 2017-01-24 00:03:51 UTC (rev 19205) @@ -1 +1 @@ -9 +10 Modified: trunk/xmlbeans/debian/control =================================================================== --- trunk/xmlbeans/debian/control 2017-01-12 18:41:05 UTC (rev 19204) +++ trunk/xmlbeans/debian/control 2017-01-24 00:03:51 UTC (rev 19205) @@ -2,18 +2,29 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Damien Raude-Morvan <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: cdbs, debhelper (>= 9), ant, default-jdk -Build-Depends-Indep: ant-optional, libxmlbeans-java, maven-repo-helper, - libsaxonhe-java -Standards-Version: 3.9.7 +Uploaders: + Damien Raude-Morvan <[email protected]>, + Emmanuel Bourg <[email protected]> +Build-Depends: + ant, + ant-optional, + cdbs, + debhelper (>= 10), + default-jdk, + libsaxonhe-java, + libxmlbeans-java, + maven-repo-helper +Standards-Version: 3.9.8 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/xmlbeans/ Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/xmlbeans/ Homepage: http://xmlbeans.apache.org Package: libxmlbeans-java Architecture: all -Depends: ${misc:Depends}, libxml-commons-resolver1.1-java +Depends: + libsaxonhe-java, + libxml-commons-resolver1.1-java, + ${misc:Depends} Description: Java library for accessing XML by binding it to Java types XMLBeans is a technology for accessing XML by binding it to Java types. . @@ -28,8 +39,10 @@ Package: xmlbeans Architecture: all -Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, - libxmlbeans-java (>= ${source:Version}) +Depends: + default-jre-headless | java2-runtime-headless, + libxmlbeans-java (>= ${source:Version}), + ${misc:Depends} Description: Java library for accessing XML by binding it to Java types - tools XMLBeans is a technology for accessing XML by binding it to Java types. . Modified: trunk/xmlbeans/debian/copyright =================================================================== --- trunk/xmlbeans/debian/copyright 2017-01-12 18:41:05 UTC (rev 19204) +++ trunk/xmlbeans/debian/copyright 2017-01-24 00:03:51 UTC (rev 19205) @@ -56,9 +56,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Modified: trunk/xmlbeans/debian/poms/xpath.xml =================================================================== --- trunk/xmlbeans/debian/poms/xpath.xml 2017-01-12 18:41:05 UTC (rev 19204) +++ trunk/xmlbeans/debian/poms/xpath.xml 2017-01-24 00:03:51 UTC (rev 19205) @@ -96,7 +96,7 @@ </dependency> <dependency> <groupId>net.sf.saxon</groupId> - <artifactId>saxon</artifactId> + <artifactId>Saxon-HE</artifactId> <version>9</version> </dependency> </dependencies> Modified: trunk/xmlbeans/debian/watch =================================================================== --- trunk/xmlbeans/debian/watch 2017-01-12 18:41:05 UTC (rev 19204) +++ trunk/xmlbeans/debian/watch 2017-01-24 00:03:51 UTC (rev 19205) @@ -1,2 +1,3 @@ version=3 +opts="dversionmangle=s/\+dfsg//" \ http://www.apache.org/dist/xmlbeans/source/xmlbeans-([\d.]+)-src.tgz debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

