r2085 - trunk/libcommons-validator-java/debian
Arnaud Vandyck
avdyk at costa.debian.org
Tue Apr 25 08:45:18 UTC 2006
Author: avdyk
Date: 2006-04-25 08:45:18 +0000 (Tue, 25 Apr 2006)
New Revision: 2085
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:
updated to the current state
Modified: trunk/libcommons-validator-java/debian/README.Debian
===================================================================
--- trunk/libcommons-validator-java/debian/README.Debian 2006-04-25 08:41:14 UTC (rev 2084)
+++ trunk/libcommons-validator-java/debian/README.Debian 2006-04-25 08:45:18 UTC (rev 2085)
@@ -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
Modified: trunk/libcommons-validator-java/debian/changelog
===================================================================
--- trunk/libcommons-validator-java/debian/changelog 2006-04-25 08:41:14 UTC (rev 2084)
+++ trunk/libcommons-validator-java/debian/changelog 2006-04-25 08:45:18 UTC (rev 2085)
@@ -1,3 +1,18 @@
+libcommons-validator-java (1:1.1.4-5) unstable; urgency=low
+
+ * kaffe compiler transition
+
+ -- Wolfgang Baer <WBaer at gmx.de> 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 <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
Modified: trunk/libcommons-validator-java/debian/control
===================================================================
--- trunk/libcommons-validator-java/debian/control 2006-04-25 08:41:14 UTC (rev 2084)
+++ trunk/libcommons-validator-java/debian/control 2006-04-25 08:45:18 UTC (rev 2085)
@@ -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/>
-
Modified: trunk/libcommons-validator-java/debian/rules
===================================================================
--- trunk/libcommons-validator-java/debian/rules 2006-04-25 08:41:14 UTC (rev 2084)
+++ trunk/libcommons-validator-java/debian/rules 2006-04-25 08:45:18 UTC (rev 2085)
@@ -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
@@ -14,12 +11,10 @@
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
More information about the pkg-java-commits
mailing list