Author: apo-guest Date: 2015-11-17 16:03:02 +0000 (Tue, 17 Nov 2015) New Revision: 18904
Modified: trunk/axis/debian/changelog trunk/axis/debian/control Log: Release 1.4-23 Modified: trunk/axis/debian/changelog =================================================================== --- trunk/axis/debian/changelog 2015-11-17 15:26:15 UTC (rev 18903) +++ trunk/axis/debian/changelog 2015-11-17 16:03:02 UTC (rev 18904) @@ -1,10 +1,11 @@ axis (1.4-23) unstable; urgency=medium * Team upload. - * debian/rules: Update BND parameters due to the transition to bnd version - 2.1.0 and fix build failures. + * Transition to bnd 2.1.0. + * Vcs-Browser: Use https. + * wrap-and-sort -sa. - -- Markus Koschany <[email protected]> Thu, 04 Jun 2015 15:46:21 +0200 + -- Markus Koschany <[email protected]> Tue, 17 Nov 2015 16:53:49 +0100 axis (1.4-22) unstable; urgency=medium Modified: trunk/axis/debian/control =================================================================== --- trunk/axis/debian/control 2015-11-17 15:26:15 UTC (rev 18903) +++ trunk/axis/debian/control 2015-11-17 16:03:02 UTC (rev 18904) @@ -2,25 +2,41 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Torsten Werner <[email protected]>, +Uploaders: + Torsten Werner <[email protected]>, Damien Raude-Morvan <[email protected]>, Jakub Adam <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), cdbs, ant-optional, default-jdk, libwsdl4j-java, - libcommons-logging-java, libcommons-httpclient-java, bnd, - libcommons-discovery-java, libmail-java, libservlet3.1-java, +Build-Depends: + ant-optional, + bnd (>= 2.1.0), + cdbs, + debhelper (>= 9), + default-jdk, + libcommons-discovery-java, + libcommons-httpclient-java, + libcommons-logging-java, + libmail-java, + libservlet3.1-java, + libwsdl4j-java, maven-repo-helper Standards-Version: 3.9.6 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/axis -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/axis +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/axis Homepage: http://ws.apache.org/axis/ Package: libaxis-java Architecture: all -Recommends: ant -Suggests: libaxis-java-doc -Depends: libwsdl4j-java, libcommons-logging-java, libcommons-discovery-java, - libcommons-httpclient-java, libmail-java, +Recommends: + ant +Suggests: + libaxis-java-doc +Depends: + libcommons-discovery-java, + libcommons-httpclient-java, + libcommons-logging-java, + libmail-java, + libwsdl4j-java, ${misc:Depends} Description: SOAP implementation in Java Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol") @@ -40,8 +56,10 @@ Package: libaxis-java-doc Architecture: all Section: doc -Depends: ${misc:Depends} -Suggests: libaxis-java +Depends: + ${misc:Depends} +Suggests: + libaxis-java Description: SOAP implementation in Java (documentation) Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

