Author: tmancill Date: 2010-10-05 05:40:32 +0000 (Tue, 05 Oct 2010) New Revision: 13016
Modified: trunk/axis/debian/changelog trunk/axis/debian/control Log: remove incorrect dependency in -gcj package; closes #597950 Modified: trunk/axis/debian/changelog =================================================================== --- trunk/axis/debian/changelog 2010-10-02 22:58:55 UTC (rev 13015) +++ trunk/axis/debian/changelog 2010-10-05 05:40:32 UTC (rev 13016) @@ -1,3 +1,12 @@ +axis (1.4-13) unstable; urgency=low + + * Team upload. + * libaxis-java-gcj: Remove incorrect libservlet2.4 depedency; + the dependency on libaxis-java is sufficient. + Thanks to Matthias Klose. (Closes: #597950) + + -- tony mancill <[email protected]> Mon, 04 Oct 2010 21:56:33 -0700 + axis (1.4-12) unstable; urgency=low [ Niels Thykier ] Modified: trunk/axis/debian/control =================================================================== --- trunk/axis/debian/control 2010-10-02 22:58:55 UTC (rev 13015) +++ trunk/axis/debian/control 2010-10-05 05:40:32 UTC (rev 13016) @@ -33,7 +33,7 @@ Package: libaxis-java-gcj Architecture: any -Depends: libaxis-java (>= ${source:Version}), libservlet2.4-java-gcj, ${misc:Depends}, ${shlibs:Depends} +Depends: libaxis-java (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} Description: A SOAP implementation in Java (native code) 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/mailman/listinfo/pkg-java-commits

