Author: avdyk Date: 2006-04-25 08:41:14 +0000 (Tue, 25 Apr 2006) New Revision: 2084
Modified: trunk/libcommons-validator-java/debian/README.Debian trunk/libcommons-validator-java/debian/changelog trunk/libcommons-validator-java/debian/control trunk/libcommons-validator-java/debian/rules Log: updating to current state Modified: trunk/libcommons-validator-java/debian/README.Debian =================================================================== --- trunk/libcommons-validator-java/debian/README.Debian 2006-04-24 23:34:28 UTC (rev 2083) +++ trunk/libcommons-validator-java/debian/README.Debian 2006-04-25 08:41:14 UTC (rev 2084) @@ -5,7 +5,7 @@ ------ Do not forget to set your CLASSPATH variable to match the correct -requirements to use this library: +requierments to use this library: commons-beanutils.jar commons-collections.jar Modified: trunk/libcommons-validator-java/debian/changelog =================================================================== --- trunk/libcommons-validator-java/debian/changelog 2006-04-24 23:34:28 UTC (rev 2083) +++ trunk/libcommons-validator-java/debian/changelog 2006-04-25 08:41:14 UTC (rev 2084) @@ -1,18 +1,3 @@ -libcommons-validator-java (1:1.1.4-5) unstable; urgency=low - - * kaffe compiler transition - - -- Wolfgang Baer <[EMAIL PROTECTED]> Thu, 19 Jan 2006 15:25:03 +0100 - -libcommons-validator-java (1:1.1.4-4) unstable; urgency=low - - * Added kaffe build-dep - fixes FTBS (closes: #335826) - * Simplified vm depends to kaffe | java1-runtime | java2-runtime - * Standards-Version 3.6.2 (no changes) - * Added myself to uploaders - - -- Wolfgang Baer <[EMAIL PROTECTED]> Wed, 26 Oct 2005 06:56:24 +0000 - libcommons-validator-java (1:1.1.4-3) unstable; urgency=low * libant1.6-java to ant transition Modified: trunk/libcommons-validator-java/debian/control =================================================================== --- trunk/libcommons-validator-java/debian/control 2006-04-24 23:34:28 UTC (rev 2083) +++ trunk/libcommons-validator-java/debian/control 2006-04-25 08:41:14 UTC (rev 2084) @@ -2,13 +2,13 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.2.30), kaffe, ant, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.4), libcommons-logging-java (>= 1.0.3), liboro-java (>= 2.0.6), sgml-base, cdbs -Standards-Version: 3.6.2 +Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]> +Build-Depends-Indep: debhelper (>> 4.0.0), free-java-sdk, ant, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.4), libcommons-logging-java (>= 1.0.3), liboro-java (>= 2.0.6), sgml-base, cdbs +Standards-Version: 3.6.1 Package: libcommons-validator-java Architecture: all -Depends: kaffe | java1-runtime | java2-runtime, libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.4), libcommons-logging-java (>= 1.0.3), liboro-java (>= 2.0.6), sgml-base +Depends: kaffe (>= 1.1.3) | gij | sablevm | j2re1.3 | j2re1.4 | java2-runtime | java1-runtime, libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.4), libcommons-logging-java (>= 1.0.3), liboro-java (>= 2.0.6), sgml-base Description: ease and speed development and maintenance of validation rules The Commons Validator is a basic validation framework that lets you define validation rules for a JavaBean @@ -19,3 +19,4 @@ . This is a part of the Apache Jakarta Project. Home: <http://jakarta.apache.org/commons/validator/> + Modified: trunk/libcommons-validator-java/debian/rules =================================================================== --- trunk/libcommons-validator-java/debian/rules 2006-04-24 23:34:28 UTC (rev 2083) +++ trunk/libcommons-validator-java/debian/rules 2006-04-25 08:41:14 UTC (rev 2084) @@ -4,6 +4,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# This is the debhelper compatibility version to use. +#export DH_COMPAT=4 + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk @@ -11,10 +14,12 @@ JAVA_HOME_DIRS := /usr/lib/kaffe ANT_HOME := /usr/share/ant DEB_JARS := junit commons-beanutils commons-collections commons-digester commons-logging oro $(ANT_HOME)/lib/ant-launcher.jar +DEB_ANT_COMPILER := jikes DEB_ANT_BUILD_TARGET := dist DEB_INSTALL_DIRS_ALL := usr/share/java usr/share/sgml/apache/jakarta/validator DEB_INSTALL_DOCS_ALL := NOTICE.txt dist/docs/* +#DEB_COMPRESS_EXCLUDE := LIBRARY=commons-validator VERSION=1.1.4 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

