Author: apo-guest Date: 2015-11-17 16:55:08 +0000 (Tue, 17 Nov 2015) New Revision: 18908
Modified: trunk/wsdl4j/debian/README.Debian trunk/wsdl4j/debian/changelog trunk/wsdl4j/debian/compat trunk/wsdl4j/debian/control trunk/wsdl4j/debian/watch Log: Release 1.6.3-2 Modified: trunk/wsdl4j/debian/README.Debian =================================================================== --- trunk/wsdl4j/debian/README.Debian 2015-11-17 16:27:38 UTC (rev 18907) +++ trunk/wsdl4j/debian/README.Debian 2015-11-17 16:55:08 UTC (rev 18908) @@ -2,11 +2,11 @@ ----------------- The principles of Web Services Description Language (WSDL) is described together -with SOAP in Wikipedia and has a page on its own at +with SOAP in Wikipedia and has a page on its own at http://en.wikipedia.org/wiki/Web_Services_Description_Language Its packaging was seeded in an effort to provide the basis for a packaging of -tools and libraries with the pkg-eScience project at +tools and libraries with the pkg-eScience project at http://pkg-eScience.alioth.debian.org. Steffen Modified: trunk/wsdl4j/debian/changelog =================================================================== --- trunk/wsdl4j/debian/changelog 2015-11-17 16:27:38 UTC (rev 18907) +++ trunk/wsdl4j/debian/changelog 2015-11-17 16:55:08 UTC (rev 18908) @@ -4,8 +4,12 @@ * Transition to bnd 2.1.0. debian/rules: Switch to new bnd parameter syntax and change output directory to debian/tmp to prevent a FTBFS. + * Use compat level 9 and require debhelper >= 9. + * Declare compliance with Debian Policy 3.9.6. + * wrap-and-sort -sa. + * Use canonical Vcs-URI. - -- Markus Koschany <[email protected]> Thu, 04 Jun 2015 20:47:28 +0200 + -- Markus Koschany <[email protected]> Tue, 17 Nov 2015 17:47:42 +0100 wsdl4j (1.6.3-1) unstable; urgency=low Modified: trunk/wsdl4j/debian/compat =================================================================== --- trunk/wsdl4j/debian/compat 2015-11-17 16:27:38 UTC (rev 18907) +++ trunk/wsdl4j/debian/compat 2015-11-17 16:55:08 UTC (rev 18908) @@ -1 +1 @@ -7 +9 Modified: trunk/wsdl4j/debian/control =================================================================== --- trunk/wsdl4j/debian/control 2015-11-17 16:27:38 UTC (rev 18907) +++ trunk/wsdl4j/debian/control 2015-11-17 16:55:08 UTC (rev 18908) @@ -2,18 +2,27 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Steffen Moeller <[email protected]>, - Torsten Werner <[email protected]>, Jakub Adam <[email protected]> -Build-Depends: debhelper (>= 7), cdbs -Build-Depends-Indep: ant, bnd, default-jdk, javahelper -Standards-Version: 3.9.4 +Uploaders: + Steffen Moeller <[email protected]>, + Torsten Werner <[email protected]>, + Jakub Adam <[email protected]> +Build-Depends: + cdbs, + debhelper (>= 9) +Build-Depends-Indep: + ant, + bnd, + default-jdk, + javahelper +Standards-Version: 3.9.6 Homepage: http://wsdl4j.sourceforge.net -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/wsdl4j -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/wsdl4j +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/wsdl4j +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/wsdl4j Package: libwsdl4j-java Architecture: all -Depends: ${misc:Depends} +Depends: + ${misc:Depends} Description: Webservice description language for Java The Web Services Description Language for Java Toolkit (WSDL4J) allows the creation, representation, and manipulation of WSDL documents. Is @@ -22,8 +31,10 @@ Package: libwsdl4j-java-doc Architecture: all Section: doc -Depends: ${misc:Depends} -Suggests: libwsdl4j-java +Depends: + ${misc:Depends} +Suggests: + libwsdl4j-java Description: Documentation for Java Web Services Library The Web Services Description Language for Java Toolkit (WSDL4J) allows the creation, representation, and manipulation of WSDL documents. Is Modified: trunk/wsdl4j/debian/watch =================================================================== --- trunk/wsdl4j/debian/watch 2015-11-17 16:27:38 UTC (rev 18907) +++ trunk/wsdl4j/debian/watch 2015-11-17 16:55:08 UTC (rev 18908) @@ -1,10 +1,3 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - -# Compulsory line, this is a version 3 file version=3 - # Uncomment to find new files on sourceforge, for debscripts >= 2.9 http://sf.net/wsdl4j/wsdl4j-src-(.*)\.zip debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

