CVS libcommons-validator-java/debian
Wolfgang B??r
wbaer-guest at haydn.debian.org
Fri Oct 28 20:46:40 UTC 2005
Update of /cvsroot/pkg-java/libcommons-validator-java/debian
In directory haydn:/tmp/cvs-serv29840/debian
Modified Files:
README.Debian changelog control rules
Log Message:
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
--- /cvsroot/pkg-java/libcommons-validator-java/debian/README.Debian 2004/11/19 14:08:17 1.4
+++ /cvsroot/pkg-java/libcommons-validator-java/debian/README.Debian 2005/10/28 20:46:40 1.5
@@ -5,7 +5,7 @@
------
Do not forget to set your CLASSPATH variable to match the correct
-requierments to use this library:
+requirements to use this library:
commons-beanutils.jar
commons-collections.jar
--- /cvsroot/pkg-java/libcommons-validator-java/debian/changelog 2005/08/21 08:49:39 1.9
+++ /cvsroot/pkg-java/libcommons-validator-java/debian/changelog 2005/10/28 20:46:40 1.10
@@ -1,3 +1,12 @@
+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 <WBaer at gmx.de> 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
--- /cvsroot/pkg-java/libcommons-validator-java/debian/control 2005/08/21 08:49:39 1.7
+++ /cvsroot/pkg-java/libcommons-validator-java/debian/control 2005/10/28 20:46:40 1.8
@@ -2,13 +2,13 @@
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>
-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
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
+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
Package: libcommons-validator-java
Architecture: all
-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
+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
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,4 +19,3 @@
.
This is a part of the Apache Jakarta Project.
Home: <http://jakarta.apache.org/commons/validator/>
-
--- /cvsroot/pkg-java/libcommons-validator-java/debian/rules 2005/08/21 08:49:39 1.7
+++ /cvsroot/pkg-java/libcommons-validator-java/debian/rules 2005/10/28 20:46:40 1.8
@@ -4,9 +4,6 @@
# 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
@@ -19,7 +16,6 @@
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
More information about the pkg-java-commits
mailing list