libcommons-validator-java 1:1.3.1-6 source package in Ubuntu

Changelog

libcommons-validator-java (1:1.3.1-6) unstable; urgency=low

  * Upload to unstable.

libcommons-validator-java (1:1.3.1-5) experimental; urgency=low

  * Change section to java, bump up Standards-Version to 3.8.1
  * Add the Maven POM to the package,
  * Add a Build-Depends-Indep dependency on maven-repo-helper and quilt
  * Use mh_installpom and mh_installjar to install the POM and the jar to the
    Maven repository
  * Add ${misc:Depends} to Depends to clear Lintian warnings  
  * Remove Depends on Java runtimes as it is a library
  * Move liboro-java to Recommends as this library is optional
  * Use default-jdk for the build instead of java-gcj-compat-dev
  * Put the Javadoc into a separate doc package
  * Use openjdk-6-jdk for the build instead of default-java as
    default-java can use gcj which has issues when generating
    the Javadoc.

 -- Matthias Klose <email address hidden>   Tue,  20 Oct 2009 15:11:18 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Karmic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcommons-validator-java_1.3.1.orig.tar.gz 164.0 KiB a86d03ca7dd48cdc3864df9b0a4f876fce61c659f526755d1dd535b69ac8e158
libcommons-validator-java_1.3.1-6.diff.gz 7.1 KiB 115e3303ed6b2e1d206329c57c88d4acc880652adcd1cfb4b0782194127f2a56
libcommons-validator-java_1.3.1-6.dsc 1.7 KiB efac440126e905e080ce34024f5e07f6dfd279207dbc23fb6df98ee8073749e8

Available diffs

View changes file

Binary packages built by this source

libcommons-validator-java: 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
 in an xml file.
 .
 Validation rules can be defined in an xml file which
 keeps them abstracted from JavaBean you are validating.

libcommons-validator-java-doc: API documentation for Commons Validator

 The Commons Validator is a basic validation framework
 that lets you define validation rules for a JavaBean
 in an xml file.
 .
 Validation rules can be defined in an xml file which
 keeps them abstracted from JavaBean you are validating.
 .
 This package contains the API documentation for libcommons-validator-java.