Author: marcusb-guest Date: 2007-11-21 20:15:24 +0000 (Wed, 21 Nov 2007) New Revision: 4803
Modified: trunk/tomcat5.5/debian/changelog trunk/tomcat5.5/debian/control Log: Use Homepage and Vcs-* control fields. Modified: trunk/tomcat5.5/debian/changelog =================================================================== --- trunk/tomcat5.5/debian/changelog 2007-11-21 19:24:02 UTC (rev 4802) +++ trunk/tomcat5.5/debian/changelog 2007-11-21 20:15:24 UTC (rev 4803) @@ -1,8 +1,8 @@ tomcat5.5 (5.5.25-2) UNRELEASED; urgency=low - * + * debian/control: Use the new Homepage and Vcs-* fields. - -- Michael Koch <[EMAIL PROTECTED]> Wed, 03 Oct 2007 21:13:42 +0200 + -- Marcus Better <[EMAIL PROTECTED]> Wed, 21 Nov 2007 21:13:46 +0100 tomcat5.5 (5.5.25-1) unstable; urgency=high Modified: trunk/tomcat5.5/debian/control =================================================================== --- trunk/tomcat5.5/debian/control 2007-11-21 19:24:02 UTC (rev 4802) +++ trunk/tomcat5.5/debian/control 2007-11-21 20:15:24 UTC (rev 4803) @@ -6,8 +6,9 @@ Build-Depends: debhelper (>= 5.0.0) Build-Depends-Indep: java-gcj-compat-dev, ant, ant-optional, libcommons-beanutils-java, libcommons-daemon-java, libcommons-digester-java, libcommons-el-java, libcommons-fileupload-java, libcommons-httpclient-java, libcommons-launcher-java, libcommons-logging-java, libcommons-modeler-java (>= 2.0), liblog4j1.2-java, libmx4j-java, libstruts1.2-java, libxerces2-java, libxalan2-java, junit, unzip Standards-Version: 3.7.2 -XS-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/tomcat5.5 -XS-Vcs-Browse: http://svn.debian.org/wsvn/pkg-java/trunk/tomcat5.5/ +Homepage: http://tomcat.apache.org +Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/tomcat5.5 +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/tomcat5.5/ Package: tomcat5.5 Architecture: all @@ -21,8 +22,6 @@ This package just contains the startup scripts for the daemon. No documentation or web applications are included here, please install the tomcat5.5-webapps package if you want them. - . - Homepage: http://tomcat.apache.org Package: libtomcat5.5-java Architecture: all @@ -34,8 +33,6 @@ . This package contains the Tomcat core classes which can be used by other Java applications to embed Tomcat. - . - Homepage: http://tomcat.apache.org Package: tomcat5.5-webapps Architecture: all @@ -46,8 +43,6 @@ . This package contains the HTML documentation and some web applications that are bundled with Tomcat. - . - Homepage: http://tomcat.apache.org Package: tomcat5.5-admin Architecture: all @@ -57,5 +52,3 @@ and JavaServer Pages technologies. . This package contains the administrative web interfaces. - . - Homepage: http://tomcat.apache.org _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

