Author: mkoch Date: 2007-06-17 19:22:33 +0000 (Sun, 17 Jun 2007) New Revision: 3715
Modified: trunk/libstruts1.2-java/debian/ trunk/libstruts1.2-java/debian/changelog trunk/libstruts1.2-java/debian/control trunk/libstruts1.2-java/debian/patches/ trunk/libstruts1.2-java/debian/rules Log: libstruts1.2-java (1.2.9-2) unstable; urgency=low * Use java-gcj-compat instead of kaffe. * Moved Build-Depends-Indep to Build-Depends. * Use Homepage: tag in package description. * Removed Wolfgang and added myself to Uploaders. * Updated Standars-Version. -- Michael Koch <[EMAIL PROTECTED]> Sun, 17 Jun 2007 21:12:01 +0200 Property changes on: trunk/libstruts1.2-java/debian ___________________________________________________________________ Name: svn:ignore + files libstruts1.2-java stamp-* Modified: trunk/libstruts1.2-java/debian/changelog =================================================================== --- trunk/libstruts1.2-java/debian/changelog 2007-06-17 19:17:40 UTC (rev 3714) +++ trunk/libstruts1.2-java/debian/changelog 2007-06-17 19:22:33 UTC (rev 3715) @@ -1,3 +1,13 @@ +libstruts1.2-java (1.2.9-2) unstable; urgency=low + + * Use java-gcj-compat instead of kaffe. + * Moved Build-Depends-Indep to Build-Depends. + * Use Homepage: tag in package description. + * Removed Wolfgang and added myself to Uploaders. + * Updated Standars-Version. + + -- Michael Koch <[EMAIL PROTECTED]> Sun, 17 Jun 2007 21:12:01 +0200 + libstruts1.2-java (1.2.9-1) unstable; urgency=low * New upstream release Fixes three security problems: CVE-2006-1546, Modified: trunk/libstruts1.2-java/debian/control =================================================================== --- trunk/libstruts1.2-java/debian/control 2007-06-17 19:17:40 UTC (rev 3714) +++ trunk/libstruts1.2-java/debian/control 2007-06-17 19:22:33 UTC (rev 3715) @@ -2,15 +2,15 @@ Section: devel Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> -Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Stefan Gybas <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.8), kaffe (>= 2:1.1.5-3), ant, ant-optional, libxerces2-java, libxalan2-java, libcommons-beanutils-java (>= 1.7.0-1), libcommons-digester-java (>= 1.7-1), libcommons-fileupload-java (>= 1.0-1), libcommons-logging-java, libcommons-validator-java (>= 1.1.4-1), liboro-java, libservlet2.3-java, antlr, -Standards-Version: 3.6.2 +Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Stefan Gybas <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 4.2.30), cdbs (>= 0.4.8), java-gcj-compat, ant, ant-optional, libxerces2-java, libxalan2-java, libcommons-beanutils-java (>= 1.7.0-1), libcommons-digester-java (>= 1.7-1), libcommons-fileupload-java (>= 1.0-1), libcommons-logging-java, libcommons-validator-java (>= 1.1.4-1), liboro-java, libservlet2.3-java, antlr +Standards-Version: 3.7.2 Package: libstruts1.2-java Architecture: all Section: devel Priority: optional -Depends: kaffe | java1-runtime | java2-runtime, libcommons-beanutils-java (>= 1.7.0-1), libcommons-digester-java (>= 1.7-1), libcommons-fileupload-java (>= 1.0-1), libcommons-logging-java, libcommons-validator-java (>= 1.1.4-1), liboro-java, libservlet2.3-java +Depends: java-gcj-compat | java1-runtime | java2-runtime, libcommons-beanutils-java (>= 1.7.0-1), libcommons-digester-java (>= 1.7-1), libcommons-fileupload-java (>= 1.0-1), libcommons-logging-java, libcommons-validator-java (>= 1.1.4-1), liboro-java, libservlet2.3-java Description: Java Framework for MVC web applications The core of the Struts framework is a flexible control layer based on standard technologies like Servlets, JavaBeans, ResourceBundles, and Extensible @@ -25,4 +25,4 @@ well with JavaServer Pages (JSP), including JSTL and JSF, as well as Velocity Templates, XSLT, and other presentation systems. . - For more information see http://struts.apache.org/. + Homepage: http://struts.apache.org/ Property changes on: trunk/libstruts1.2-java/debian/patches ___________________________________________________________________ Name: svn:ignore + *.log Modified: trunk/libstruts1.2-java/debian/rules =================================================================== --- trunk/libstruts1.2-java/debian/rules 2007-06-17 19:17:40 UTC (rev 3714) +++ trunk/libstruts1.2-java/debian/rules 2007-06-17 19:22:33 UTC (rev 3715) @@ -5,7 +5,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/ant.mk -JAVA_HOME := /usr/lib/kaffe +JAVA_HOME := /usr/lib/jvm/java-gcj ANT_HOME := /usr/share/ant DEB_JARS := xercesImpl xml-apis xalan2 $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-trax.jar $(ANT_HOME)/lib/ant-apache-regexp.jar _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

